12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547 |
- <template>
- <!-- 购物车模块 -->
- <view :style="colorStyle">
- <view class='shoppingCart copy-data'>
- <view class='labelNav acea-row row-around row-middle'>
- <view class='item'><text class='iconfont icon-xuanzhong'></text>100%正品保证</view>
- <view class='item'><text class='iconfont icon-xuanzhong'></text>所有商品精挑细选</view>
- <view class='item'><text class='iconfont icon-xuanzhong'></text>售后无忧</view>
- </view>
- <view class='nav acea-row row-between-wrapper'>
- <view><text class='num font-num'>{{cartNum}}</text>购物数量</view>
- <view v-if="cartList.valid.length > 0 || cartList.invalid.length > 0"
- class='administrate acea-row row-center-wrapper' @click='manage'>{{ footerswitch ? '管理' : '取消'}}
- </view>
- </view>
- <view v-if="cartList.valid.length > 0 || cartList.invalid.length > 0">
- <view style="height: 171rpx;"></view>
- <view class='list'>
- <checkbox-group @change="checkboxChange">
- <view class="title acea-row row-between-wrapper" v-if="Object.prototype.toString.call(discountInfo.coupon) === '[object Object]'">
- <view style="width:530rpx;"><text class="label">优惠券</text>最高可优惠{{discountInfo.deduction.coupon_price}}元</view>
- <view class="font-color" @click="couponTap">点击领用<text class="iconfont icon-jinru2"></text></view>
- </view>
- <view v-for="(j,jindex) in cartList.valid" :key="jindex">
- <view class="title acea-row row-between-wrapper" v-for="(p,proIndex) in j.promotions"
- :key="proIndex">
- <view style="width:530rpx;"><text class="label">{{p.title}}</text>{{p.desc}}<text v-if="p.differ_threshold>0">,还差{{p.differ_threshold}}{{p.threshold_type==1?'元':'件'}}</text></view>
- <view class="font-color" @click="goCollect(p)">{{p.is_valid == 1?'去逛逛':'去凑单'}}<text
- class="iconfont icon-jinru2"></text></view>
- </view>
- <!-- <checkbox-group @change="checkboxChange"> -->
- <block v-for="(item,index) in j.valid" :key="index">
- <view class='item acea-row row-between-wrapper'>
- <!-- #ifndef MP -->
- <checkbox :value="(item.id).toString()" :checked="item.checked"
- :disabled="(!item.attrStatus || item.is_gift?true:false) && footerswitch" />
- <!-- <checkbox :value="(item.id).toString()" :checked="item.checked" :disabled="item.attrStatus?false:true" /> -->
- <!-- #endif -->
- <!-- #ifdef MP -->
- <checkbox :value="item.id" :checked="item.checked"
- :disabled="(!item.attrStatus || item.is_gift?true:false) && footerswitch" />
- <!-- #endif -->
- <navigator :url='"/pages/goods_details/index?id="+item.product_id' hover-class='none'
- class='picTxt acea-row row-between-wrapper'>
- <view class='pictrue'>
- <image v-if="item.productInfo.attrInfo" :src='item.productInfo.attrInfo.image'>
- </image>
- <image v-else :src='item.productInfo.image'></image>
- </view>
- <view class='text'>
- <view class='line1' :class="item.attrStatus?'':'reColor'">
- {{item.productInfo.store_name}}
- </view>
- <view class='infor line1' v-if="item.productInfo.attrInfo && item.productInfo.spec_type && !item.is_gift" @click.stop="cartAttr(item)">
- <text class="name line1">属性:{{item.productInfo.attrInfo.suk}}</text>
- <text class="iconfont icon-xiangxia"></text>
- </view>
- <view class='infor line1' v-else>
- <text class="name line1">属性:{{item.productInfo.attrInfo.suk}}</text>
- </view>
- <view class='money' v-if="item.attrStatus && !item.is_gift">¥{{item.sum_price}}</view>
- <view class="isGift" v-if="item.is_gift">赠品</view>
- <view class="reElection acea-row row-between-wrapper" v-if="!item.attrStatus">
- <view class="titles">请重新选择商品规格</view>
- <view class="reBnt cart-color acea-row row-center-wrapper"
- @click.stop="reElection(item)">重选</view>
- </view>
- </view>
- <view class='carnum acea-row row-center-wrapper' v-if="item.attrStatus && !item.is_gift">
- <view class="reduce" :class="item.numSub ? 'on' : ''"
- @click.stop='subCart(jindex,index)'>-</view>
- <view class='num'>{{(item.productInfo.limit_num>0 && item.cart_num>=item.productInfo.limit_num)?item.productInfo.limit_num:item.cart_num}}</view>
- <!-- <view class="num">
- <input type="number" v-model="item.cart_num" @click.stop @input="iptCartNum(index)" @blur="blurInput(index)"/>
- </view> -->
- <view class="plus" :class="(item.numAdd || (item.productInfo.limit_num>0 && item.cart_num>=item.productInfo.limit_num)) ? 'on' : ''"
- @click.stop='addCart(jindex,index,item)'>+</view>
- </view>
- </navigator>
- <view class="evaluate" v-if="item.attrStatus && !item.is_gift && item.sum_price != item.truePrice">预估到手价<text class="num">¥{{item.truePrice}}</text></view>
- </view>
- </block>
- <!-- </checkbox-group> -->
- </view>
- </checkbox-group>
- </view>
- <view class='invalidGoods' v-if="cartList.invalid.length > 0">
- <view class='goodsNav acea-row row-between-wrapper'>
- <view @click='goodsOpen'><text class='iconfont'
- :class='goodsHidden==true?"icon-xiangxia":"icon-xiangshang"'></text>失效商品</view>
- <view class='del' @click='unsetCart'><text class='iconfont icon-shanchu1'></text>清空</view>
- </view>
- <view class='goodsList' :hidden='goodsHidden'>
- <block v-for="(item,index) in cartList.invalid" :key='index'>
- <view class='item acea-row row-between-wrapper'>
- <view class='invalid'>失效</view>
- <view class='pictrue'>
- <image v-if="item.productInfo.attrInfo" :src='item.productInfo.attrInfo.image'>
- </image>
- <image v-else :src='item.productInfo.image'></image>
- </view>
- <view class='text acea-row row-column-between'>
- <view class='line1 name'>{{item.productInfo.store_name}}</view>
- <view class='infor line1' v-if="item.productInfo.attrInfo">
- 属性:{{item.productInfo.attrInfo.suk}}</view>
- <view class='acea-row row-between-wrapper'>
- <!-- <view>¥{{item.truePrice}}</view> -->
- <view class='end'>{{item.invalid_desc}}</view>
- </view>
- </view>
- </view>
- </block>
- </view>
- </view>
- <!-- <view class='loadingicon acea-row row-center-wrapper' v-if="cartList.valid.length&&!loadend">
- <text class='loading iconfont icon-jiazai' :hidden='loading==false'></text>{{loadTitle}}
- </view> -->
- <!-- <view class='loadingicon acea-row row-center-wrapper' v-if="cartList.valid.length&&!cartList.invalid.length">
- <text class='loading iconfont icon-jiazai'
- :hidden='loading==false'></text>{{loadTitle}}
- </view> -->
- <view class='loadingicon acea-row row-center-wrapper' v-if="cartList.invalid.length && loadend">
- <text class='loading iconfont icon-jiazai'
- :hidden='loadingInvalid==false'></text>{{loadTitleInvalid}}
- </view>
- </view>
- <view class='noCart' v-if="cartList.valid.length == 0 && cartList.invalid.length == 0 && loadend">
- <view class='pictrue'>
- <image :src="imgHost + '/statics/images/no-thing.png'"></image>
- <view>暂无商品,去添加点什么吧</view>
- </view>
- <!-- 热门推荐显示 -->
- <recommend :hostProduct='hostProduct'></recommend>
- </view>
- <view v-if="cartList.valid.length == 0 && cartList.invalid.length == 0 && loadend" style='height:30rpx;color: #F5F5F5;'></view>
- <view v-else style='height:190rpx;color: #F5F5F5;'></view>
- <view class="tips acea-row row-middle" :class="isFooter?'':'on'" v-if="isTips"><text class="iconfont icon-tishi"></text>部分活动不能叠加,系统已自动为您计算最优惠的价格</view>
- <!-- 订单结算 -->
- <view class='footer acea-row row-between-wrapper' :class="isFooter?'':'on'"
- v-if="cartList.valid.length > 0">
- <view>
- <checkbox-group @change="checkboxAllChange">
- <checkbox value="all" :checked="!!isAllSelect" />
- <text class='checkAll'>全选({{selectValue.length}})</text>
- </checkbox-group>
- </view>
- <view class='money acea-row row-middle' v-if="footerswitch==true">
- <view class="left">
- 实付:
- <text class="font-color" v-if="discountInfo.coupon.coupon_type==2">
- ¥{{$util.$h.Mul($util.$h.Sub(selectCountPrice,discountInfo.deduction.first_order_price),($util.$h.Div(discountInfo.coupon.coupon_price,100)))<=0?0:$util.$h.Mul($util.$h.Sub(selectCountPrice,discountInfo.deduction.first_order_price),($util.$h.Div(discountInfo.coupon.coupon_price,100)))}}
- </text>
- <text class='font-color' v-else>¥{{$util.$h.Sub(selectCountPrice,$util.$h.Add(discountInfo.deduction.coupon_price,discountInfo.deduction.first_order_price))<=0?0:$util.$h.Sub(selectCountPrice,$util.$h.Add(discountInfo.deduction.coupon_price,discountInfo.deduction.first_order_price))}}</text>
- <view class="detailed" @click="discountTap" v-if="Object.prototype.toString.call(discountInfo.coupon) === '[object Object]' || discountInfo.deduction.first_order_price">优惠明细<text class="iconfont" :class="discountInfo.discount?'icon-xiangxia':'icon-xiangshang'"></text></view>
- </view>
- <form @submit="subOrder">
- <button class='placeOrder bg-color' formType="submit">{{Object.prototype.toString.call(discountInfo.coupon) === "[object Array]" || discountInfo.coupon.used?'立即':'领券'}}下单</button>
- </form>
- </view>
- <view class='button acea-row row-middle' v-else>
- <form @submit="subCollect">
- <button class='bnt cart-color' formType="submit">收藏</button>
- </form>
- <form @submit="subDel">
- <button class='bnt' formType="submit">删除</button>
- </form>
- </view>
- </view>
- </view>
- <!-- 产品属性显示 -->
- <productWindow :attr="attr" :isShow='1' :iSplus='1' :iScart='1' @myevent="onMyEvent" @ChangeAttr="ChangeAttr"
- @ChangeCartNum="ChangeCartNum" @attrVal="attrVal" @iptCartNum="iptCartNum" @goCat="reGoCat"
- id='product-window'></productWindow>
- <!-- 优惠明细显示 -->
- <cartDiscount :discountInfo="discountInfo" @myevent="myDiscount" :selectCountPrice="selectCountPrice"></cartDiscount>
- <view class="uni-p-b-98"></view>
- <pageFooter @newDataStatus="newDataStatus"></pageFooter>
- <!-- 优惠券列表弹框显示 -->
- <couponListWindow :coupon="coupon" v-if="coupon" @ChangCouponsClone="ChangCouponsClone"
- @ChangCouponsUseState="ChangCouponsUseState" @tabCouponType="tabCouponType">
- </couponListWindow>
- </view>
- </template>
- <script>
- // #ifdef APP-PLUS
- let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
- // #endif
- // #ifndef APP-PLUS
- let sysHeight = 0
- // #endif
- import {
- getCartList,
- getCartCounts,
- changeCartNum,
- cartDel,
- getResetCart
- } from '@/api/order.js';
- import {
- setCouponReceive,
- getCoupons
- } from '@/api/api.js';
- import {
- getProductHot,
- collectAll,
- getProductDetail
- } from '@/api/store.js';
- import {
- toLogin
- } from '@/libs/login.js';
- import {
- mapGetters
- } from "vuex";
- import recommend from '@/components/recommend';
- import productWindow from '@/components/productWindow';
- import cartDiscount from '@/components/cartDiscount';
- import couponListWindow from '@/components/couponListWindow';
- import pageFooter from '@/components/pageFooter/index.vue'
- import colors from "@/mixins/color";
- import {HTTP_REQUEST_URL} from '@/config/app';
- import {Debounce} from '@/utils/validate.js'
- export default {
- components: {
- couponListWindow,
- pageFooter,
- recommend,
- productWindow,
- cartDiscount
- },
- mixins: [colors],
- data() {
- return {
- isFooter:false,
- isTips:false,
- //属性是否打开
- coupon: {
- coupon: false,
- type: -1,
- list: [],
- count: [],
- goFrom:1
- },
- discountInfo:{
- discount:false,
- deduction:{},
- coupon:{}
- },
- goodsHidden: true,
- footerswitch: true,
- hostProduct: [],
- cartList: {
- valid: [],
- invalid: []
- },
- isAllSelect: false, //全选
- selectValue: [], //选中的数据
- selectCountPrice: 0.00,
- isAuto: false, //没有授权的不会自动授权
- isShowAuth: false, //是否隐藏授权
- hotScroll: false,
- hotPage: 1,
- hotLimit: 10,
- loading: false,
- loadend: false,
- loadTitle: '没有更多内容啦~', //提示语
- page: 1,
- limit: 20,
- loadingInvalid: false,
- loadendInvalid: false,
- loadTitleInvalid: '加载更多', //提示语
- pageInvalid: 1,
- limitInvalid: 20,
- attr: {
- cartAttr: false,
- productAttr: [],
- productSelect: {}
- },
- productValue: [], //系统属性
- storeInfo: {},
- attrValue: '', //已选属性
- attrTxt: '请选择', //属性页面提示
- cartId: 0,
- product_id: 0,
- sysHeight: sysHeight,
- footerSee: false,
- isCart: 0,
- imgHost:HTTP_REQUEST_URL
- };
- },
- computed: mapGetters(['isLogin','cartNum']),
- onLoad: function(options) {
- let that = this;
- if (that.isLogin == false) {
- toLogin();
- }
- },
- onShow: function() {
- uni.setStorageSync('form_type_cart', 1);
- uni.pageScrollTo({
- duration:0,
- scrollTop:0
- })
- if (this.isLogin == true) {
- this.hotPage = 1;
- this.hostProduct = [],
- this.hotScroll = false,
- this.getHostProduct();
- this.loadend = false;
- this.page = 1;
- this.cartList.valid = [];
- this.getCartList();
- this.loadendInvalid = false;
- this.pageInvalid = 1;
- this.cartList.invalid = [];
-
- // this.getCartNum();
- this.goodsHidden = true;
- this.footerswitch = true;
- this.hostProduct = [];
- this.hotScroll = false;
- this.hotPage = 1;
- this.hotLimit = 10;
- this.isAllSelect = false; //全选
- this.selectValue = []; //选中的数据
- this.selectCountPrice = 0.00;
- this.isShowAuth = false;
- };
- },
- methods: {
- newDataStatus(val){
- this.isFooter = val;
- },
- tabCouponType: function(type) {
- this.$set(this.coupon, 'type', type);
- this.getCouponList(type);
- },
- ChangCouponsUseState(index) {
- let that = this;
- that.coupon.list[index].is_use = true;
- that.$set(that.coupon, 'list', that.coupon.list);
- that.$set(that.coupon, 'coupon', false);
- },
- ChangCouponsClone: function() {
- this.$set(this.coupon, 'coupon', false);
- },
- /**
- * 获取优惠券
- *
- */
- getCouponList(type) {
- let that = this,
- obj = {
- page: 1,
- limit: 20,
- product_id: that.id
- };
- if (type !== undefined || type !== null) {
- obj.type = type;
- }
- getCoupons(obj).then(res => {
- that.$set(that.coupon, 'count', res.data.count);
- if (type === undefined || type === null) {
- let count = [...that.coupon.count],
- indexs = '';
- let index = count.findIndex(item => item);
- let delCount = that.coupon.count,
- newDelCount = [];
- let countIndex = 0;
- delCount.forEach((item, index) => {
- if (item === 0) {
- countIndex = index;
- } else {
- newDelCount.push(item)
- }
- });
- if (newDelCount.length == 3) {
- indexs = 2;
- } else if (newDelCount.length == 2) {
- if (countIndex === 2) {
- indexs = 1;
- } else {
- indexs = 2;
- }
- } else {
- indexs = delCount.findIndex(item => item === count[index]);
- }
- that.$set(that.coupon, 'type', indexs);
- that.getCouponList(indexs);
- } else {
- that.$set(that.coupon, 'list', res.data.list);
- }
- });
- },
- /**
- * 打开优惠券插件
- */
- couponTap: function() {
- let that = this;
- if (that.isLogin === false) {
- toLogin();
- } else {
- that.getCouponList();
- that.$set(that.coupon, 'coupon', true);
- }
- },
- goCollect(item){
- uni.navigateTo({
- url: `/pages/goods/goods_list/index?sid=0&title=默认&promotions_type=${item.promotions_type}&promotions_id=${item.id}`
- })
- },
- myDiscount(){
- this.discountInfo.discount = false;
- },
- discountTap(){
- this.coupon.coupon=false;
- this.discountInfo.discount = !this.discountInfo.discount;
- },
- // 授权关闭
- authColse: function(e) {
- this.isShowAuth = e;
- },
- // 修改购物车
- reGoCat: function() {
- let that = this,
- productSelect = that.productValue[this.attrValue];
- //如果有属性,没有选择,提示用户选择
- if (
- that.attr.productAttr.length &&
- productSelect === undefined
- )
- return that.$util.Tips({
- title: "产品库存不足,请选择其它"
- });
- let q = {
- id: that.cartId,
- product_id: that.product_id,
- num: that.attr.productSelect.cart_num,
- unique: that.attr.productSelect !== undefined ?
- that.attr.productSelect.unique : ""
- };
- getResetCart(q)
- .then(function(res) {
- that.attr.cartAttr = false;
- that.$util.Tips({
- title: "添加购物车成功",
- success: () => {
- that.loadend = false;
- that.page = 1;
- that.cartList.valid = [];
- that.getCartList();
- that.getCartNum();
- }
- });
- })
- .catch(res => {
- return that.$util.Tips({
- title: res.msg
- });
- });
- },
- onMyEvent: function() {
- this.$set(this.attr, 'cartAttr', false);
- },
- // 点击切换属性
- cartAttr(item){
- this.isCart = 1;
- this.getGoodsDetails(item);
- },
- reElection: function(item) {
- this.getGoodsDetails(item)
- },
- /**
- * 获取产品详情
- *
- */
- getGoodsDetails: function(item) {
- uni.showLoading({
- title: '加载中',
- mask: true
- });
- let that = this;
- that.cartId = item.id;
- that.product_id = item.product_id;
- console.log(item.id,item.product_id);
- getProductDetail(item.product_id).then(res => {
- uni.hideLoading();
- that.attr.cartAttr = true;
- let storeInfo = res.data.storeInfo;
- that.$set(that, 'storeInfo', storeInfo);
- console.log(storeInfo.store_name);
- that.$set(that.attr, 'productAttr', res.data.productAttr);
- that.$set(that, 'productValue', res.data.productValue);
- that.DefaultSelect();
- }).catch(err => {
- uni.hideLoading();
- })
- },
- /**
- * 属性变动赋值
- *
- */
- ChangeAttr: function(res) {
- let productSelect = this.productValue[res];
- if (productSelect && productSelect.stock > 0) {
- this.$set(this.attr.productSelect, "image", productSelect.image);
- this.$set(this.attr.productSelect, "price", productSelect.price);
- this.$set(this.attr.productSelect, "stock", productSelect.stock);
- this.$set(this.attr.productSelect, "unique", productSelect.unique);
- this.$set(this.attr.productSelect, "cart_num", 1);
- this.$set(this, "attrValue", res);
- this.$set(this, "attrTxt", "已选择");
- } else {
- this.$set(this.attr.productSelect, "image", this.storeInfo.image);
- this.$set(this.attr.productSelect, "price", this.storeInfo.price);
- this.$set(this.attr.productSelect, "stock", 0);
- this.$set(this.attr.productSelect, "unique", "");
- this.$set(this.attr.productSelect, "cart_num", 0);
- this.$set(this, "attrValue", "");
- this.$set(this, "attrTxt", "请选择");
- }
- },
- /**
- * 默认选中属性
- *
- */
- DefaultSelect: function() {
- let productAttr = this.attr.productAttr;
- let value = [],stock = 0,attrValue = [];
- for (var key in this.productValue) {
- if (this.productValue[key].stock > 0) {
- value = this.attr.productAttr.length ? key.split(",") : [];
- break;
- }
- }
- //isCart 1为触发购物车 0为商品
- if (this.isCart) {
- //购物车默认打开时,随着选中的属性改变
- // let attrValue = [];
- this.cartList.valid.forEach(j=>{
- j.valid.forEach(item=>{
- if (item.id == this.cartId) {
- attrValue = item.productInfo.attrInfo.suk.split(",");
- }
- })
- })
- let key = attrValue.join(",");
- console.log('几级',key);
- console.log(this.productValue);
- stock = this.productValue[key].stock;
- for (let i = 0; i < productAttr.length; i++) {
- this.$set(productAttr[i], "index", stock?attrValue[i]:value[i]);
- }
- } else {
- for (let i = 0; i < productAttr.length; i++) {
- this.$set(productAttr[i], "index", value[i]);
- }
- }
-
- //sort();排序函数:数字-英文-汉字;
- let productSelect = this.productValue[(this.isCart&&stock)?attrValue.join(","):value.join(",")];
- if (productSelect && productAttr.length) {
- this.$set(
- this.attr.productSelect,
- "store_name",
- this.storeInfo.store_name
- );
- this.$set(this.attr.productSelect, "image", productSelect.image);
- this.$set(this.attr.productSelect, "price", productSelect.price);
- this.$set(this.attr.productSelect, "stock", productSelect.stock);
- this.$set(this.attr.productSelect, "unique", productSelect.unique);
- this.$set(this.attr.productSelect, "cart_num", 1);
- this.$set(this, "attrValue", value.sort().join(","));
- this.$set(this, "attrTxt", "已选择");
- } else if (!productSelect && productAttr.length) {
- this.$set(
- this.attr.productSelect,
- "store_name",
- this.storeInfo.store_name
- );
- this.$set(this.attr.productSelect, "image", this.storeInfo.image);
- this.$set(this.attr.productSelect, "price", this.storeInfo.price);
- this.$set(this.attr.productSelect, "stock", 0);
- this.$set(this.attr.productSelect, "unique", "");
- this.$set(this.attr.productSelect, "cart_num", 0);
- this.$set(this, "attrValue", "");
- this.$set(this, "attrTxt", "请选择");
- } else if (!productSelect && !productAttr.length) {
- this.$set(
- this.attr.productSelect,
- "store_name",
- this.storeInfo.store_name
- );
- this.$set(this.attr.productSelect, "image", this.storeInfo.image);
- this.$set(this.attr.productSelect, "price", this.storeInfo.price);
- this.$set(this.attr.productSelect, "stock", this.storeInfo.stock);
- this.$set(
- this.attr.productSelect,
- "unique",
- this.storeInfo.unique || ""
- );
- this.$set(this.attr.productSelect, "cart_num", 1);
- this.$set(this, "attrValue", "");
- this.$set(this, "attrTxt", "请选择");
- }
- },
- attrVal(val) {
- this.$set(this.attr.productAttr[val.indexw], 'index', this.attr.productAttr[val.indexw].attr_values[val
- .indexn]);
- },
- /**
- * 购物车数量加和数量减
- *
- */
- ChangeCartNum: function(changeValue) {
- //changeValue:是否 加|减
- //获取当前变动属性
- let productSelect = this.productValue[this.attrValue];
- //如果没有属性,赋值给商品默认库存
- if (productSelect === undefined && !this.attr.productAttr.length)
- productSelect = this.attr.productSelect;
- //无属性值即库存为0;不存在加减;
- if (productSelect === undefined) return;
- let stock = productSelect.stock || 0;
- let num = this.attr.productSelect;
- if (changeValue) {
- num.cart_num++;
- if (num.cart_num > stock) {
- this.$set(this.attr.productSelect, "cart_num", stock ? stock : 1);
- this.$set(this, "cart_num", stock ? stock : 1);
- }
- } else {
- num.cart_num--;
- if (num.cart_num < 1) {
- this.$set(this.attr.productSelect, "cart_num", 1);
- this.$set(this, "cart_num", 1);
- }
- }
- },
- /**
- * 购物车手动填写
- *
- */
- iptCartNum: function(e) {
- this.$set(this.attr.productSelect, 'cart_num', e);
- },
- subDel: function(event) {
- let that = this,
- selectValue = that.selectValue;
- if (selectValue.length > 0)
- cartDel(selectValue).then(res => {
- that.loadend = false;
- that.page = 1;
- that.cartList.valid = [];
- that.getCartList();
- that.getCartNum();
- });
- else
- return that.$util.Tips({
- title: '请选择产品'
- });
- },
- getSelectValueProductId: function() {
- let that = this;
- let validList = that.cartList.valid;
- let selectValue = that.selectValue;
- let productId = [];
- if (selectValue.length > 0) {
- for (let j in validList) {
- for (let index in validList[j].valid){
- if (that.inArray(validList[j].valid[index].id, selectValue)) {
- productId.push(validList[j].valid[index].product_id);
- }
- }
- }
- };
- return productId;
- },
- subCollect: function(event) {
- let that = this,
- selectValue = that.selectValue;
- if (selectValue.length > 0) {
- let selectValueProductId = that.getSelectValueProductId();
- collectAll(that.getSelectValueProductId().join(',')).then(res => {
- return that.$util.Tips({
- title: res.msg,
- icon: 'success'
- });
- }).catch(err => {
- return that.$util.Tips({
- title: err
- });
- });
- } else {
- return that.$util.Tips({
- title: '请选择产品'
- });
- }
- },
- subOrder(event) {
- let that = this,
- selectValue = that.selectValue,delivery_type = 1
- if (selectValue.length > 0) {
- that.cartList.valid.forEach(item=>{
- if(item.valid[0].id == selectValue[0]){
- delivery_type = item.valid[0].productInfo.delivery_type[0]
- }
- })
- let coupon = this.discountInfo.coupon;
- if(Object.prototype.toString.call(coupon) === '[object Object]' && !coupon.used){
- setCouponReceive(this.discountInfo.coupon.id).then(res=>{
- uni.navigateTo({
- url: '/pages/goods/order_confirm/index?cartId=' + selectValue.join(',') + '&couponId=' + res.data.id +'&couponTitle='+ coupon.coupon_title+'&delivery_type='+delivery_type
- });
- }).catch(err=>{
- return that.$util.Tips({
- title: err
- });
- })
- }else{
- let url = '';
- if(Object.prototype.toString.call(coupon) === '[object Array]'){
- url = '/pages/goods/order_confirm/index?cartId=' + selectValue.join(',')+'&delivery_type='+delivery_type
- }else{
- url = '/pages/goods/order_confirm/index?cartId=' + selectValue.join(',') + '&couponId=' + coupon.used.id +'&couponTitle='+ coupon.coupon_title+'&delivery_type='+delivery_type
- }
- uni.navigateTo({
- url: url
- });
- }
- } else {
- return that.$util.Tips({
- title: '请选择产品'
- });
- }
- },
- checkboxAllChange: function(event) {
- let value = event.detail.value;
- if (value.length > 0) {
- this.setAllSelectValue(1)
- } else {
- this.setAllSelectValue(0)
- }
- },
- setAllSelectValue: function(status) {
- let that = this;
- let selectValue = [];
- let valid = that.cartList.valid;
- if (valid.length > 0) {
- valid.forEach(j=>{
- j.valid.forEach(item=>{
- if (status) {
- if (that.footerswitch) {
- if (item.attrStatus && !item.is_gift) {
- item.checked = true;
- selectValue.push(item.id);
- } else {
- item.checked = false;
- }
- } else {
- item.checked = true;
- selectValue.push(item.id);
- }
- that.isAllSelect = true;
- } else {
- item.checked = false;
- that.isAllSelect = false;
- }
- })
- })
- that.$set(that.cartList, 'valid', valid);
- that.selectValue = selectValue;
- that.switchSelect();
- }
- },
- checkboxChange: function(event) {
- let that = this;
- let value = event.detail.value;
- let valid = that.cartList.valid;
- let arr1 = [];
- let arr2 = [];
- let arr3 = [];
- let len = 0;
- valid.forEach(j=>{
- j.valid.forEach(item=>{
- len = len + 1;
- if (that.inArray(item.id, value)) {
- if (that.footerswitch) {
- if (item.attrStatus && !item.is_gift) {
- item.checked = true;
- arr1.push(item);
- } else {
- item.checked = false;
- }
- } else {
- item.checked = true;
- arr1.push(item);
- }
- } else {
- item.checked = false;
- arr2.push(item);
- }
- })
- })
- if (that.footerswitch) {
- arr3 = arr2.filter(item => !item.attrStatus || item.is_gift);
- }
- that.$set(that.cartList, 'valid', valid);
- that.isAllSelect = len === arr1.length + arr3.length;
- that.selectValue = value;
- that.switchSelect();
- },
- inArray: function(search, array) {
- for (let i in array) {
- if (array[i] == search) {
- return true;
- }
- }
- return false;
- },
- switchSelect: function() {
- let that = this;
- let validList = that.cartList.valid;
- let selectValue = that.selectValue;
- let selectCountPrice = 0.00;
- if (selectValue.length < 1) {
- that.selectCountPrice = selectCountPrice;
- } else {
- for (let j in validList) {
- for(let index in validList[j].valid){
- if (that.inArray(validList[j].valid[index].id, selectValue)) {
- selectCountPrice = that.$util.$h.Add(selectCountPrice, that.$util.$h.Mul(validList[j].valid[index]
- .cart_num, validList[j].valid[
- index].truePrice))
- }
- }
- }
- that.selectCountPrice = selectCountPrice;
- }
- },
- /**
- * 购物车手动填写
- *
- */
- // iptCartNum: function(index) {
- // let item = this.cartList.valid[index];
- // if (item.cart_num) {
- // this.setCartNum(item.id, item.cart_num);
- // }
- // this.switchSelect();
- // },
- // blurInput: function(index) {
- // let item = this.cartList.valid[index];
- // if (!item.cart_num) {
- // item.cart_num = 1;
- // this.$set(this.cartList, 'valid', this.cartList.valid)
- // }
- // },
- subCart: Debounce(function(jindex,index) {
- let that = this;
- let status = false;
- let item = that.cartList.valid[jindex].valid[index];
- item.cart_num = Number(item.cart_num) - 1;
- if (item.cart_num < 1) status = true;
- if (item.cart_num <= 1) {
- item.cart_num = 1;
- item.numSub = true;
- } else {
- item.numSub = false;
- item.numAdd = false;
- }
- if (false == status) {
- that.setCartNum(item.id, item.cart_num, function(data) {
- that.cartList.valid[jindex].valid[index] = item;
- that.getCartNum();
- that.switchSelect();
- that.loadend = false;
- that.page = 1;
- that.cartList.valid = [];
- that.getCartList();
- });
- }
- }),
- addCart: Debounce(function(jindex,index,obj) {
- if(obj.numAdd || (obj.productInfo.limit_num>0 && obj.cart_num>=obj.productInfo.limit_num)){
- return false
- }
- let that = this;
- let item = that.cartList.valid[jindex].valid[index];
- item.cart_num = Number(item.cart_num) + 1;
- let productInfo = item.productInfo;
- if (productInfo.hasOwnProperty('attrInfo') && item.cart_num >= item.productInfo.attrInfo.stock) {
- item.cart_num = item.productInfo.attrInfo.stock;
- item.numAdd = true;
- item.numSub = false;
- } else {
- item.numAdd = false;
- item.numSub = false;
- }
- that.setCartNum(item.id, item.cart_num, function(data) {
- that.cartList.valid[jindex].valid[index] = item;
- that.getCartNum();
- that.switchSelect();
- that.loadend = false;
- that.page = 1;
- that.cartList.valid = [];
- that.getCartList();
- });
- }),
- setCartNum(cartId, cartNum, successCallback) {
- let that = this;
- changeCartNum(cartId, cartNum).then(res => {
- successCallback && successCallback(res.data);
- });
- },
- getCartNum: function() {
- let that = this;
- getCartCounts().then(res => {
- this.$store.commit('indexData/setCartNum', res.data.count > 99 ? '..' : res.data.count)
- if (res.data.count > 0) {
- wx.setTabBarBadge({
- index: 2,
- text: res.data.count + ''
- })
- } else {
- wx.hideTabBarRedDot({
- index: 2
- })
- }
- });
- },
-
- getCartList: function() {
- let that = this;
- if (this.loadend) return false;
- if (this.loading) return false;
- let data = {
- page: that.page,
- limit: that.limit,
- status: 1,
- latitude: uni.getStorageSync('user_latitude'),
- longitude: uni.getStorageSync('user_longitude'),
- store_id: uni.getStorageSync('user_store_id'),
- }
- getCartList(data).then(res => {
- this.getInvalidList();
- this.discountInfo.deduction = res.data.deduction;
- this.discountInfo.coupon = res.data.coupon;
- this.isTips = false;
- let cartList = res.data.valid;
- let valid = cartList.map(x =>{
- return {
- valid : x.cart,
- promotions : x.promotions
- }
- })
- let loadend = valid.length < that.limit;
- let validList = that.$util.SplitArray(valid, that.cartList.valid);
- let numSub = [{
- numSub: true
- }, {
- numSub: false
- }];
- let numAdd = [{
- numAdd: true
- }, {
- numAdd: false
- }],
- selectValue = [];
- if (validList.length > 0) {
- for (let j in validList) {
- if(validList[j].promotions.length>1){
- that.isTips = true;
- }
- for (let index in validList[j].valid){
- if (validList[j].valid[index].cart_num == 1) {
- validList[j].valid[index].numSub = true;
- } else {
- validList[j].valid[index].numSub = false;
- }
- let productInfo = validList[j].valid[index].productInfo;
- if (productInfo.hasOwnProperty('attrInfo') && validList[j].valid[index].cart_num == validList[j].valid[index].productInfo.attrInfo.stock) {
- validList[j].valid[index].numAdd = true;
- } else if (validList[j].valid[index].cart_num == validList[j].valid[index].productInfo.stock) {
- validList[j].valid[index].numAdd = true;
- } else {
- validList[j].valid[index].numAdd = false;
- }
- if(validList[j].valid[index].attrStatus && !validList[j].valid[index].is_gift){
- validList[j].valid[index].checked = true;
- selectValue.push(validList[j].valid[index].id);
- }else if(!this.footerswitch){
- validList[j].valid[index].checked = true;
- }else{
- validList[j].valid[index].checked = false;
- }
- }
- }
- }
-
- that.$set(that.cartList, 'valid', res.data.valid.length?validList:[]);
- that.loadend = true;
- that.loadTitle = loadend ? '没有更多内容啦~' : '加载更多';
- that.page = that.page + 1;
- that.loading = false;
- // that.goodsHidden = cartList.valid.length <= 0 ? false : true;
- that.selectValue = selectValue;
- let newArr = [];
- validList.forEach(j=>{
- j.valid.forEach(item=>{
- if(item.attrStatus && !item.is_gift){
- newArr.push(item)
- }
- })
- })
- that.isAllSelect = newArr.length == selectValue.length && newArr.length;
- that.switchSelect();
- }).catch(function(err) {
- that.loading = false;
- that.loadTitle = '加载失败';
- that.$util.Tips({
- title: err
- })
- })
- },
- getInvalidList: function() {
- let that = this;
- if (this.loadendInvalid) return false;
- if (this.loadingInvalid) return false;
- let data = {
- page: that.pageInvalid,
- limit: that.limitInvalid,
- status: 0,
- store_id: uni.getStorageSync('user_store_id'),
- }
- getCartList(data).then(res => {
- let cartList = res.data,
- invalid = cartList.invalid,
- loadendInvalid = invalid.length < that.limitInvalid;
- let invalidList = that.$util.SplitArray(invalid, that.cartList.invalid);
- that.$set(that.cartList, 'invalid', invalidList);
- that.loadendInvalid = loadendInvalid;
- that.loadTitleInvalid = loadendInvalid ? '没有更多内容啦~' : '加载更多';
- that.pageInvalid = that.pageInvalid + 1;
- that.loadingInvalid = false;
- }).catch(res => {
- that.loadingInvalid = false;
- that.loadTitleInvalid = '加载更多';
- })
- },
- getHostProduct: function() {
- let that = this;
- if (that.hotScroll) return
- getProductHot(
- that.hotPage,
- that.hotLimit,
- ).then(res => {
- that.hotPage++
- that.hotScroll = res.data.length < that.hotLimit
- that.hostProduct = that.hostProduct.concat(res.data)
- });
- },
- goodsOpen: function() {
- let that = this;
- that.goodsHidden = !that.goodsHidden;
- },
- manage: function() {
- let that = this;
- that.footerswitch = !that.footerswitch;
- let arr1 = [];
- let arr2 = [];
- let len = 0;
- that.cartList.valid.forEach(j=>{
- j.valid.forEach(item=>{
- len = len+1;
- if (that.footerswitch) {
- if (item.attrStatus && !item.is_gift) {
- if (item.checked) {
- arr1.push(item.id);
- }
- } else {
- item.checked = false;
- arr2.push(item);
- }
- } else {
- if (item.checked) {
- arr1.push(item.id);
- }
- }
- })
- })
- if (that.footerswitch) {
- that.isAllSelect = len === arr1.length + arr2.length;
- } else {
- that.isAllSelect = len === arr1.length;
- }
- that.selectValue = arr1;
- that.switchSelect();
- },
- unsetCart: function() {
- let that = this,
- ids = [];
- for (let i = 0, len = that.cartList.invalid.length; i < len; i++) {
- ids.push(that.cartList.invalid[i].id);
- }
- cartDel(ids).then(res => {
- that.$util.Tips({
- title: '清除成功'
- });
- that.$set(that.cartList, 'invalid', []);
- that.getCartNum();
- }).catch(res => {
- });
- }
- },
- onReachBottom() {
- let that = this;
- // if (that.loadend) {
- // that.getInvalidList();
- // } else {
- // that.getCartList();
- // }
- if(that.cartList.invalid.length){
- that.getInvalidList();
- }
- if (that.cartList.valid.length == 0 && that.cartList.invalid.length == 0) {
- that.getHostProduct();
- }
- }
- }
- </script>
- <style scoped lang="scss">
- .shoppingCart .labelNav {
- height: 76rpx;
- padding: 0 30rpx;
- font-size: 22rpx;
- color: #8c8c8c;
- position: fixed;
- left: 0;
- width: 100%;
- box-sizing: border-box;
- background-color: #f5f5f5;
- z-index: 5;
- top: 0;
- }
- .shoppingCart .labelNav .item .iconfont {
- font-size: 25rpx;
- margin-right: 10rpx;
- }
- .shoppingCart .nav {
- width: 100%;
- height: 80rpx;
- background-color: #fff;
- padding: 0 30rpx;
- box-sizing: border-box;
- font-size: 28rpx;
- color: #282828;
- position: fixed;
- left: 0;
- z-index: 5;
- top: 76rpx;
- }
- .shoppingCart .nav .num {
- margin-right: 12rpx;
- }
- .shoppingCart .nav .administrate {
- font-size: 26rpx;
- color: #666;
- width: 110rpx;
- height: 46rpx;
- border-radius: 6rpx;
- }
- .shoppingCart .noCart {
- margin-top: 171rpx;
- background-color: #fff;
- padding-top: 0.1rpx;
- }
- .shoppingCart .noCart .pictrue {
- margin: 78rpx auto 56rpx auto;
- text-align: center;
- color: #999;
- }
- .shoppingCart .noCart .pictrue image {
- width: 414rpx;
- height: 304rpx;
- display: block;
- margin: 0 auto;
- }
- .shoppingCart .list {
- margin: 0 20rpx 0 20rpx;
- border-radius: 12rpx;
- background-color: #fff;
- }
-
- .shoppingCart .list .title{
- height: 74rpx;
- padding: 0 24rpx;
- font-size: 22rpx;
- color: #333;
- border-bottom: 1rpx solid #eee;
- }
-
- .shoppingCart .list .title .iconfont{
- font-size: 18rpx;
- }
-
- .shoppingCart .list .title .label{
- border-radius: 4rpx;
- padding: 2rpx 8rpx;
- background-color: var(--view-minorColorT);
- font-size: 20rpx;
- color: var(--view-theme);
- margin-right: 8rpx;
- }
- .shoppingCart .list .item {
- padding: 25rpx 30rpx;
- position: relative;
- }
-
- .shoppingCart .list .item .evaluate{
- font-size: 20rpx;
- color: var(--view-theme);
- margin-left: 248rpx;
- .num{
- font-size: 25rpx;
- }
- }
-
- .shoppingCart .list .item::after{
- position: absolute;
- content: " ";
- width: 618rpx;
- height: 1px;
- background: #EEEEEE;
- bottom: 0;
- right: 0;
- }
- .shoppingCart .list .item .picTxt {
- width: 585rpx;
- position: relative;
- }
- .shoppingCart .list .item .picTxt .pictrue {
- width: 160rpx;
- height: 160rpx;
- border-radius: 6rpx;
- }
- .shoppingCart .list .item .picTxt .pictrue image {
- width: 100%;
- height: 100%;
- border-radius: 6rpx;
- }
- .shoppingCart .list .item .picTxt .text {
- width: 400rpx;
- font-size: 28rpx;
- color: #282828;
- }
- .shoppingCart .list .item .picTxt .text .reColor {
- color: #999;
- }
- .shoppingCart .list .item .picTxt .text .reElection {
- margin-top: 20rpx;
- }
- .shoppingCart .list .item .picTxt .text .reElection .titles {
- font-size: 24rpx;
- }
- .shoppingCart .list .item .picTxt .text .reElection .reBnt {
- width: 120rpx;
- height: 46rpx;
- border-radius: 23rpx;
- font-size: 26rpx;
- }
- .shoppingCart .list .item .picTxt .text .infor {
- font-size: 24rpx;
- color: #868686;
- margin-top: 16rpx;
- }
-
- .shoppingCart .list .item .picTxt .text .infor .name{
- max-width: 320rpx;
- display: inline-block;
- vertical-align: bottom;
- }
-
- .shoppingCart .list .item .picTxt .text .infor .iconfont{
- font-size: 20rpx;
- display: inline-block;
- padding: 3rpx 40rpx 0 10rpx;
- }
-
- .shoppingCart .list .item .picTxt .text .isGift{
- margin-top: 16rpx;
- color: var(--view-theme);
- }
- .shoppingCart .list .item .picTxt .text .money {
- font-size: 32rpx;
- color: #282828;
- margin-top: 28rpx;
- }
- .shoppingCart .list .item .picTxt .carnum {
- height: 47rpx;
- position: absolute;
- bottom: 7rpx;
- right: 0;
- }
- .shoppingCart .list .item .picTxt .carnum view {
- border: 1rpx solid #a4a4a4;
- width: 66rpx;
- text-align: center;
- height: 100%;
- line-height: 40rpx;
- font-size: 28rpx;
- color: #a4a4a4;
- }
- .shoppingCart .list .item .picTxt .carnum .reduce {
- border-right: 0;
- border-radius: 22rpx 0 0 22rpx;
- }
- .shoppingCart .list .item .picTxt .carnum .reduce.on {
- border-color: #e3e3e3;
- color: #dedede;
- }
- .shoppingCart .list .item .picTxt .carnum .plus {
- border-left: 0;
- border-radius: 0 22rpx 22rpx 0;
- }
-
- .shoppingCart .list .item .picTxt .carnum .plus.on{
- border-color: #e3e3e3;
- color: #dedede;
- }
- .shoppingCart .list .item .picTxt .carnum .num {
- color: #282828;
- }
- .shoppingCart .invalidGoods {
- background-color: #fff;
- margin: 12rpx 20rpx 0 20rpx;
- border-radius: 12rpx;
- }
- .shoppingCart .invalidGoods .goodsNav {
- width: 100%;
- height: 66rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- font-size: 28rpx;
- color: #282828;
- }
- .shoppingCart .invalidGoods .goodsNav .iconfont {
- color: #424242;
- font-size: 28rpx;
- margin-right: 17rpx;
- }
- .shoppingCart .invalidGoods .goodsNav .del {
- font-size: 26rpx;
- color: #999;
- }
- .shoppingCart .invalidGoods .goodsNav .del .icon-shanchu1 {
- color: #999;
- font-size: 33rpx;
- vertical-align: -2rpx;
- margin-right: 8rpx;
- }
- .shoppingCart .invalidGoods .goodsList .item {
- padding: 20rpx 30rpx;
- border-top: 1rpx solid #f5f5f5;
- }
- .shoppingCart .invalidGoods .goodsList .item .invalid {
- font-size: 22rpx;
- color: #fff;
- width: 70rpx;
- height: 36rpx;
- background-color: #aaa;
- border-radius: 3rpx;
- text-align: center;
- line-height: 36rpx;
- }
- .shoppingCart .invalidGoods .goodsList .item .pictrue {
- width: 140rpx;
- height: 140rpx;
- }
- .shoppingCart .invalidGoods .goodsList .item .pictrue image {
- width: 100%;
- height: 100%;
- border-radius: 6rpx;
- }
- .shoppingCart .invalidGoods .goodsList .item .text {
- width: 400rpx;
- font-size: 28rpx;
- color: #999;
- height: 140rpx;
- }
- .shoppingCart .invalidGoods .goodsList .item .text .name {
- width: 100%;
- }
- .shoppingCart .invalidGoods .goodsList .item .text .infor {
- font-size: 24rpx;
- width: 100%;
- }
- .shoppingCart .invalidGoods .goodsList .item .text .end {
- font-size: 26rpx;
- color: #bbb;
- }
-
- .shoppingCart .tips{
- position: fixed;
- z-index:9;
- width: 100%;
- height: 56rpx;
- background: #FEF4E7;
- color: #FE960F;
- font-size: 24rpx;
- padding: 0 20rpx;
- box-sizing: border-box;
- bottom: 192rpx;
- bottom: calc(192rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
- bottom: calc(192rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
- .iconfont{
- margin-right: 12rpx;
- }
- &.on{
- // #ifndef H5
- bottom: 96rpx;
- // #endif
- }
- }
- .shoppingCart .footer {
- z-index: 999;
- width: 100%;
- height: 96rpx;
- background-color: #fafafa;
- position: fixed;
- padding: 0 30rpx;
- box-sizing: border-box;
- border-top: 1rpx solid #eee;
- bottom: 98rpx;
- bottom: calc(98rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
- bottom: calc(98rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
- }
- .shoppingCart .footer.on {
- // #ifndef H5
- bottom: 0rpx;
- // #endif
- }
- .shoppingCart .footer .checkAll {
- font-size: 28rpx;
- color: #282828;
- margin-left: 16rpx;
- }
- // .shoppingCart .footer checkbox .wx-checkbox-input{background-color:#fafafa;}
- .shoppingCart .footer .money {
- font-size: 30rpx;
- }
-
- .shoppingCart .footer .money .left{
- text-align: right;
- font-size: 24rpx;
- }
-
- .shoppingCart .footer .money .left .font-color{
- font-size: 30rpx;
- font-weight: 600;
- }
-
- .shoppingCart .footer .money .left .detailed{
- font-size: 22rpx;
- }
-
- .shoppingCart .footer .money .left .detailed .iconfont{
- font-size: 24rpx;
- margin-left: 8rpx;
- }
-
- .shoppingCart .footer .placeOrder {
- color: #fff;
- font-size: 30rpx;
- width: 226rpx;
- height: 70rpx;
- border-radius: 50rpx;
- text-align: center;
- line-height: 70rpx;
- margin-left: 22rpx;
- }
- .shoppingCart .footer .button .bnt {
- font-size: 28rpx;
- color: #999;
- border-radius: 50rpx;
- border: 1px solid #999;
- width: 160rpx;
- height: 60rpx;
- text-align: center;
- line-height: 60rpx;
- }
- .shoppingCart .footer .button form~form {
- margin-left: 17rpx;
- }
- .uni-p-b-96 {
- height: 96rpx;
- }
- </style>
|