| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248 |
- <template>
- <view>
- <view class='shoppingCart copy-data'>
- <view class='labelNav acea-row row-around'>
- <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="borRadius14 cartBox">
- <view
- v-if="(cartList.valid.length === 0 && cartList.invalid.length === 0) || (cartList.valid.length > 0)"
- class='nav acea-row row-between-wrapper my_nav'>
- <view>购物数量 <text class='num font-color'>{{cartCount}}</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" class="pad30 my_nav_top">
- <view class='list'>
- <checkbox-group @change="checkboxChange">
- <block v-for="(item,index) in cartList.valid" :key="index">
- <view class='item acea-row row-between-wrapper'>
- <!-- #ifndef MP -->
- <checkbox :value="(item.id).toString()" :checked="item.checked"
- :disabled="!item.attrStatus && footerswitch" style="margin-right: 10rpx;" />
- <!-- #endif -->
- <!-- #ifdef MP -->
- <checkbox :value="item.id" :checked="item.checked"
- :disabled="!item.attrStatus && footerswitch" />
- <!-- #endif -->
- <navigator :url='"/pages/goods_details/index?id="+item.productId' hover-class='none'
- class='picTxt acea-row row-between-wrapper'>
- <view class='pictrue'>
- <image :src='item.image'></image>
- </view>
- <view class='text'>
- <view class='line1' :class="item.attrStatus?'':'reColor'">{{item.storeName}}
- </view>
- <view class='infor line1' v-if="item.suk">属性:{{item.suk}}</view>
- <view class='money' v-if="item.attrStatus">¥{{item.price}}</view>
- <!-- <view class='money' v-if="item.attrStatus">¥{{item.truePrice}}</view> -->
- <view class="reElection acea-row row-between-wrapper" v-else>
- <view class="title">请重新选择商品规格</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">
- <view class="reduce" :class="item.numSub ? 'on' : ''"
- @click.stop='subCart(index)'>-</view>
- <view class='num'>{{item.cartNum}}</view>
- <view class="plus" :class="item.numAdd ? 'on' : ''"
- @click.stop='addCart(index)'>+</view>
- </view>
- </navigator>
- </view>
- </block>
- </checkbox-group>
- </view>
- <!-- cartList.valid.length===0 && cartList.invalid.length > 0 -->
- <view v-if="cartList.invalid.length > 0" class='invalidGoods borRadius14'
- :style="cartList.valid.length===0 && cartList.invalid.length > 0 ? 'position: relative;z-index: 111;top: -120rpx;':'position: static;'">
- <view class='goodsNav acea-row row-between-wrapper'>
- <view v-if="cartList.invalid.length > 1 || cartList.valid.length > 0" @click='goodsOpen'>
- <text class='iconfont'
- :class='goodsHidden==true?"icon-xiangxia":"icon-xiangshang"'></text>失效商品
- </view>
- <view v-else>
- 失效商品
- </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='picTxt acea-row row-between-wrapper'>
- <view class='pictrue'>
- <image :src='item.image'></image>
- </view>
- <view class='text acea-row row-column-between'>
- <view class='line1 name'>{{item.storeName}}</view>
- <view class='infor line1' v-if="item.suk">属性:{{item.suk}}</view>
- <view class='acea-row row-between-wrapper'>
- <view class='end'>该商品已失效</view>
- </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.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 && canShow">
- <view class='pictrue'>
- <image src='../../static/images/noCart.png'></image>
- </view>
- <recommend :hostProduct='hostProduct'></recommend>
- </view>
- </view>
- </view>
- <view class='footer acea-row row-between-wrapper' 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">
- <text class='font-color'>¥{{selectCountPrice}}</text>
- <form @submit="subOrder" report-submit='true'>
- <button class='placeOrder bg-color' formType="submit">立即下单</button>
- </form>
- </view>
- <view class='button acea-row row-middle' v-else>
- <form @submit="subCollect" report-submit='true'>
- <button class='bnt cart-color' formType="submit">收藏</button>
- </form>
- <form @submit="subDel" report-submit='true'>
- <button class='bnt' formType="submit">删除</button>
- </form>
- </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>
- <view class="uni-p-b-96"></view>
- <view class="uni-p-b-98"></view>
- <!-- #ifdef MP -->
- <!-- <authorize :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize> -->
- <!-- #endif -->
- </view>
- </template>
- <script>
- let sysHeight = 0
- import {
- getCartList,
- getCartCounts,
- changeCartNum,
- cartDel,
- getResetCart
- } from '@/api/order.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';
- // #ifdef MP
- import authorize from '@/components/Authorize';
- // #endif
- export default {
- components: {
- recommend,
- productWindow,
- // #ifdef MP
- authorize
- // #endif
- },
- data() {
- return {
- cartCount: 0,
- goodsHidden: false,
- 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: [], //系统属性
- productInfo: {},
- attrValue: '', //已选属性
- attrTxt: '请选择', //属性页面提示
- cartId: 0,
- product_id: 0,
- sysHeight: sysHeight,
- canShow: false
- };
- },
- computed: mapGetters(['isLogin']),
- onLoad: function(options) {
- let that = this;
- if (that.isLogin == false) {
- toLogin();
- }
- },
- onShow: function() {
- this.canShow = false
- if (this.isLogin == true) {
- this.hotPage = 1;
- this.hostProduct = [],
- this.hotScroll = false,
- this.loadend = false;
- this.page = 1;
- this.cartList.valid = [];
- this.getCartList();
- this.loadendInvalid = false;
- this.pageInvalid = 1;
- this.cartList.invalid = [];
- this.getInvalidList();
- //this.getCartNum();
- this.footerswitch = true;
- this.hotScroll = false;
- this.hotPage = 1;
- this.hotLimit = 10;
- this.cartList = {
- valid: [],
- invalid: []
- },
- this.isAllSelect = false; //全选
- this.selectValue = []; //选中的数据
- this.selectCountPrice = 0.00;
- this.cartCount = 0;
- this.isShowAuth = false;
- };
- },
- methods: {
- // 授权关闭
- 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,
- productId: that.product_id,
- num: that.attr.productSelect.cart_num,
- unique: that.attr.productSelect !== undefined ?
- that.attr.productSelect.unique : that.productInfo.id
- };
- 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
- });
- });
- },
- onMyEvent: function() {
- this.$set(this.attr, 'cartAttr', false);
- },
- 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.productId;
- getProductDetail(item.productId).then(res => {
- uni.hideLoading();
- that.attr.cartAttr = true;
- let productInfo = res.data.productInfo;
- that.$set(that, 'productInfo', productInfo);
- 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.id);
- 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.productInfo.image);
- this.$set(this.attr.productSelect, "price", this.productInfo.price);
- this.$set(this.attr.productSelect, "stock", 0);
- this.$set(this.attr.productSelect, "unique", this.productInfo.id);
- 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 = [];
- for (let key in this.productValue) {
- if (this.productValue[key].stock > 0) {
- value = this.attr.productAttr.length ? key.split(",") : [];
- break;
- }
- }
- for (let i = 0; i < productAttr.length; i++) {
- this.$set(productAttr[i], "index", value[i]);
- }
- //sort();排序函数:数字-英文-汉字;
- let productSelect = this.productValue[value.sort().join(",")];
- if (productSelect && productAttr.length) {
- this.$set(
- this.attr.productSelect,
- "storeName",
- this.productInfo.storeName
- );
- 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.id);
- 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,
- "storeName",
- this.productInfo.storeName
- );
- this.$set(this.attr.productSelect, "image", this.productInfo.image);
- this.$set(this.attr.productSelect, "price", this.productInfo.price);
- this.$set(this.attr.productSelect, "stock", 0);
- this.$set(this.attr.productSelect, "unique", this.productInfo.id);
- 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,
- "storeName",
- this.productInfo.storeName
- );
- this.$set(this.attr.productSelect, "image", this.productInfo.image);
- this.$set(this.attr.productSelect, "price", this.productInfo.price);
- this.$set(this.attr.productSelect, "stock", this.productInfo.stock);
- this.$set(
- this.attr.productSelect,
- "unique",
- this.productInfo.id || ""
- );
- 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].attrValues[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 index in validList) {
- if (that.inArray(validList[index].id, selectValue)) {
- productId.push(validList[index].productId);
- }
- }
- };
- return productId;
- },
- subCollect: function(event) {
- let that = this,
- selectValue = that.selectValue;
- if (selectValue.length > 0) {
- let selectValueProductId = that.getSelectValueProductId();
- collectAll(that.getSelectValueProductId()).then(res => {
- return that.$util.Tips({
- title: '收藏成功',
- icon: 'success'
- });
- }).catch(err => {
- return that.$util.Tips({
- title: err
- });
- });
- } else {
- return that.$util.Tips({
- title: '请选择产品'
- });
- }
- },
- // 立即下单
- subOrder: function(event) {
- let that = this,
- selectValue = that.selectValue;
- if (selectValue.length > 0) {
- that.getPreOrder();
- } else {
- return that.$util.Tips({
- title: '请选择产品'
- });
- }
- },
- /**
- * 预下单
- */
- getPreOrder: function() {
- let shoppingCartId = this.selectValue.map(item => {
- return {
- "shoppingCartId": Number(item)
- }
- })
- this.$Order.getPreOrder("shoppingCart", shoppingCartId);
- },
- 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) {
- let newValid = valid.map(item => {
- if (status) {
- if (that.footerswitch) {
- if (item.attrStatus) {
- 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;
- }
- return item;
- });
- that.$set(that.cartList, 'valid', newValid);
- 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 newValid = valid.map(item => {
- if (that.inArray(item.id, value)) {
- if (that.footerswitch) {
- if (item.attrStatus) {
- item.checked = true;
- arr1.push(item);
- } else {
- item.checked = false;
- }
- } else {
- item.checked = true;
- arr1.push(item);
- }
- } else {
- item.checked = false;
- arr2.push(item);
- }
- return item;
- });
- if (that.footerswitch) {
- arr3 = arr2.filter(item => !item.attrStatus);
- }
- that.$set(that.cartList, 'valid', newValid);
- // let newArr = that.cartList.valid.filter(item => item.attrStatus);
- that.isAllSelect = newValid.length === 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 index in validList) {
- if (that.inArray(validList[index].id, selectValue)) {
- selectCountPrice = that.$util.$h.Add(selectCountPrice, that.$util.$h.Mul(validList[index]
- .cartNum, validList[
- index].price))
- }
- }
- that.selectCountPrice = selectCountPrice;
- }
- },
- /**
- * 购物车手动填写
- *
- */
- iptCartNum: function(index) {
- let item = this.cartList.valid[index];
- if (item.cartNum) {
- this.setCartNum(item.id, item.cartNum);
- }
- this.switchSelect();
- },
- blurInput: function(index) {
- let item = this.cartList.valid[index];
- if (!item.cartNum) {
- item.cartNum = 1;
- this.$set(this.cartList, 'valid', this.cartList.valid)
- }
- },
- subCart: function(index) {
- let that = this;
- let status = false;
- let item = that.cartList.valid[index];
- item.cartNum = Number(item.cartNum) - 1;
- if (item.cartNum < 1) status = true;
- if (item.cartNum <= 1) {
- item.cartNum = 1;
- item.numSub = true;
- } else {
- item.numSub = false;
- item.numAdd = false;
- }
- if (false == status) {
- that.setCartNum(item.id, item.cartNum, function(data) {
- that.cartList.valid[index] = item;
- that.switchSelect();
- that.getCartNum();
- });
- }
- },
- addCart: function(index) {
- let that = this;
- let item = that.cartList.valid[index];
- item.cartNum = Number(item.cartNum) + 1;
- let productInfo = item;
- if (item.cartNum >= item.stock) {
- item.cartNum = item.stock;
- item.numAdd = true;
- item.numSub = false;
- } else {
- item.numAdd = false;
- item.numSub = false;
- }
- that.setCartNum(item.id, item.cartNum, function(data) {
- that.cartList.valid[index] = item;
- that.switchSelect();
- that.getCartNum();
- });
- },
- setCartNum(cartId, cartNum, successCallback) {
- let that = this;
- changeCartNum(cartId, cartNum).then(res => {
- successCallback && successCallback(res.data);
- });
- },
- getCartNum: function() {
- let that = this;
- getCartCounts(true, 'sum').then(res => {
- that.cartCount = res.data.count;
- });
- },
- getCartData(data) {
- return new Promise((resolve, reject) => {
- getCartList(data).then((res) => {
- resolve(res.data);
- }).catch(function(err) {
- this.loading = false;
- this.canShow = true;
- this.$util.Tips({
- title: err
- });
- })
- });
- },
- async getCartList() {
- uni.showLoading({
- title: '加载中',
- mask: true
- });
- let that = this;
- let data = {
- page: that.page,
- limit: that.limit,
- isValid: true
- }
- getCartCounts(true, 'sum').then(async c => {
- that.cartCount = c.data.count;
- if (c.data.count === 0) that.getHostProduct();
- for (let i = 0; i < Math.ceil(that.cartCount / that.limit); i++) {
- let cartList = await this.getCartData(data);
- let valid = cartList.list;
- 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 index in validList) {
- if (validList[index].cartNum == 1) {
- validList[index].numSub = true;
- } else {
- validList[index].numSub = false;
- }
- let productInfo = validList[index];
- let stock = validList[index].stock ? validList[index].stock : 0;
- if (validList[index].cartNum == stock) {
- validList[index].numAdd = true;
- } else if (validList[index].cartNum == validList[index].stock) {
- validList[index].numAdd = true;
- } else {
- validList[index].numAdd = false;
- }
- if (validList[index].attrStatus) {
- validList[index].checked = true;
- selectValue.push(validList[index].id);
- } else {
- validList[index].checked = false;
- }
- }
- }
- that.$set(that.cartList, 'valid', validList);
- data.page += 1;
- that.selectValue = selectValue;
- let newArr = validList.filter(item => item.attrStatus);
- that.isAllSelect = newArr.length == selectValue.length && newArr.length;
- that.switchSelect();
- }
- that.loading = false;
- that.canShow = true;
- uni.hideLoading();
- });
- },
- getInvalidList: function() {
- let that = this;
- if (this.loadendInvalid) return false;
- if (this.loadingInvalid) return false;
- let data = {
- page: that.pageInvalid,
- limit: that.limitInvalid,
- isValid: false
- }
- getCartList(data).then(res => {
- let invalid = res.data.list,
- 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;
- //if(invalid.length===0) that.getHostProduct();
- }).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.list.length < that.hotLimit
- that.hostProduct = that.hostProduct.concat(res.data.list)
- });
- },
- goodsOpen: function() {
- let that = this;
- that.goodsHidden = !that.goodsHidden;
- },
- manage: function() {
- let that = this;
- that.footerswitch = !that.footerswitch;
- let arr1 = [];
- let arr2 = [];
- let newValid = that.cartList.valid.map(item => {
- if (that.footerswitch) {
- if (item.attrStatus) {
- if (item.checked) {
- arr1.push(item.id);
- }
- } else {
- item.checked = false;
- arr2.push(item);
- }
- } else {
- if (item.checked) {
- arr1.push(item.id);
- }
- }
- return item;
- });
- that.cartList.valid = newValid;
- if (that.footerswitch) {
- that.isAllSelect = newValid.length === arr1.length + arr2.length;
- } else {
- that.isAllSelect = newValid.length === 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.getHostProduct();
- }).catch(res => {
- });
- }
- },
- onReachBottom() {
- let that = this;
- if (that.loadend) {
- that.getInvalidList();
- }
- if (that.cartList.valid.length == 0 && that.cartList.invalid.length == 0 && this.hotPage != 1) {
- that.getHostProduct();
- }
- }
- }
- </script>
- <style scoped lang="scss">
- .invalidClas {
- position: relative;
- z-index: 111;
- top: -120rpx;
- }
- .invalidClasNO {
- position: static;
- margin-top: 15px;
- }
- .cartBox {
- // background-color: #fff;
- }
- .shoppingCart {
- /* #ifdef H5 */
- // padding-bottom: 0;
- // padding-bottom: constant(safe-area-inset-bottom);
- // padding-bottom: env(safe-area-inset-bottom);
- /* #endif */
- }
- .shoppingCart .labelNav {
- position: sticky;
- height: 178rpx;
- padding: 30rpx 30rpx 0 30rpx;
- font-size: 22rpx;
- color: #fff;
- position: fixed;
- left: 0;
- width: 100%;
- box-sizing: border-box;
- background-color: $theme-color;
- z-index: 5;
- top: 0;
- /* #ifdef MP-WEIXIN */
- // top: calc(44px + 88rpx);
- height: calc(178rpx + 44px + 45rpx);
- padding-top: calc(44px + 50rpx);
- // background-color: #282828;
- /* #endif */
- }
- .shoppingCart .labelNav .item .iconfont {
- font-size: 25rpx;
- margin-right: 10rpx;
- }
- .shoppingCart .nav {
- width: 92%;
- height: 90rpx;
- background-color: #fff;
- padding: 0 24rpx;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- font-size: 28rpx;
- color: #282828;
- position: fixed;
- left: 30rpx;
- z-index: 6;
- top: 94rpx;
- border-top-left-radius: 14rpx;
- border-top-right-radius: 14rpx;
- }
- .shoppingCart .nav .num {
- margin-left: 12rpx;
- }
- .shoppingCart .nav .administrate {
- font-size: 28rpx;
- color: #333333;
- }
- .shoppingCart .noCart {
- margin-top: 171rpx;
- background-color: #fff;
- padding-top: 0.1rpx;
- }
- .shoppingCart .noCart .pictrue {
- width: 414rpx;
- height: 336rpx;
- margin: 78rpx auto 56rpx auto;
- }
- .shoppingCart .noCart .pictrue image {
- width: 100%;
- height: 100%;
- }
- .shoppingCart .list {
- width: 100%;
- margin-top: 178rpx;
- overflow: hidden;
- border-bottom-left-radius: 14rpx;
- border-bottom-right-radius: 14rpx;
- }
- .shoppingCart .list .item {
- padding: 24rpx;
- background-color: #fff;
- }
- .shoppingCart .list .item .picTxt {
- width: 582rpx;
- position: relative;
- }
- .shoppingCart .list .item .picTxt .pictrue {
- width: 160rpx;
- height: 160rpx;
- }
- .shoppingCart .list .item .picTxt .pictrue image {
- width: 100%;
- height: 100%;
- border-radius: 6rpx;
- }
- .shoppingCart .list .item .picTxt .text {
- width: 396rpx;
- 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 .title {
- 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: #999999;
- margin-top: 16rpx;
- }
- .shoppingCart .list .item .picTxt .text .money {
- font-size: 32rpx;
- color: #E93323;
- margin-top: 28rpx;
- font-weight: 600;
- }
- .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: 44rpx;
- font-size: 28rpx;
- color: #a4a4a4;
- }
- .shoppingCart .list .item .picTxt .carnum .reduce {
- border-right: 0;
- border-radius: 3rpx 0 0 3rpx;
- border-radius: 22rpx 0rpx 0rpx 22rpx;
- font-size: 34rpx;
- line-height: 40rpx;
- }
- .shoppingCart .list .item .picTxt .carnum .reduce.on {
- border-color: #e3e3e3;
- color: #dedede;
- }
- .shoppingCart .list .item .picTxt .carnum .plus {
- border-left: 0;
- border-radius: 0 3rpx 3rpx 0;
- border-radius: 0rpx 22rpx 22rpx 0rpx;
- font-size: 34rpx;
- line-height: 40rpx;
- }
- .shoppingCart .list .item .picTxt .carnum .num {
- color: #282828;
- }
- .shoppingCart .invalidGoods {
- background-color: #fff;
- margin-top: 30rpx;
- /* #ifdef MP */
- margin-top: 140rpx;
- /* #endif */
- }
- .shoppingCart .invalidGoods .goodsNav {
- width: 100%;
- height: 90rpx;
- padding: 0 24rpx;
- box-sizing: border-box;
- font-size: 28rpx;
- color: #333333;
- }
- .shoppingCart .invalidGoods .goodsNav .iconfont {
- color: #424242;
- font-size: 28rpx;
- margin-right: 17rpx;
- }
- .shoppingCart .invalidGoods .goodsNav .del {
- font-size: 26rpx;
- color: #333;
- }
- .shoppingCart .invalidGoods .goodsNav .del .icon-shanchu1 {
- color: #333;
- font-size: 33rpx;
- vertical-align: -2rpx;
- margin-right: 8rpx;
- }
- .shoppingCart .invalidGoods .goodsList .item {
- padding: 24rpx;
- }
- .shoppingCart .invalidGoods .goodsList .picTxt {
- width: 576rpx;
- }
- .shoppingCart .invalidGoods .goodsList .item .invalid {
- font-size: 22rpx;
- color: #CCCCCC;
- height: 36rpx;
- border-radius: 3rpx;
- text-align: center;
- line-height: 36rpx;
- }
- .shoppingCart .invalidGoods .goodsList .item .pictrue {
- width: 160rpx;
- height: 160rpx;
- }
- .shoppingCart .invalidGoods .goodsList .item .pictrue image {
- width: 100%;
- height: 100%;
- border-radius: 6rpx;
- }
- .shoppingCart .invalidGoods .goodsList .item .text {
- width: 396rpx;
- font-size: 28rpx;
- color: #999;
- height: 140rpx;
- }
- .shoppingCart .invalidGoods .goodsList .item .text .name {
- width: 100%;
- }
- .shoppingCart .invalidGoods .goodsList .item .text .infor {
- font-size: 24rpx;
- }
- .shoppingCart .invalidGoods .goodsList .item .text .end {
- font-size: 26rpx;
- color: #bbb;
- }
- .footer {
- z-index: 9;
- width: 100%;
- height: 100rpx;
- background-color: #fff;
- position: fixed;
- padding: 0 24rpx;
- box-sizing: border-box;
- border-top: 1rpx solid #eee;
- // border-bottom: 1px solid #EEEEEE;
- /* #ifdef H5 */
- bottom: 98rpx;
- /* #endif */
- /* #ifdef MP */
- bottom: 0;
- /* #endif */
- /* #ifndef MP */
- // bottom: 98rpx;
- // bottom: calc(98rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
- // bottom: calc(98rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
- /* #endif */
- }
- .footer .checkAll {
- font-size: 28rpx;
- color: #282828;
- margin-left: 14rpx;
- }
- .footer .money {
- font-size: 30rpx;
- .font-color {
- font-weight: 600;
- }
- }
- .footer .placeOrder {
- color: #fff;
- font-size: 30rpx;
- width: 226rpx;
- height: 70rpx;
- border-radius: 50rpx;
- text-align: center;
- line-height: 70rpx;
- margin-left: 22rpx;
- }
- .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;
- }
- .footer .button form~form {
- margin-left: 17rpx;
- }
- .uni-p-b-96 {
- height: 96rpx;
- }
- .my_nav {
- /* #ifdef MP-WEIXIN */
- top: calc(44px + 88rpx + 50rpx) !important;
- // background-color: #00aaff;
- /* #endif */
- }
- .my_nav_top{
- /* #ifdef MP-WEIXIN */
- margin-top: calc(44px + 88rpx + 30rpx + 105rpx) !important;
- // background-color: #00aaff;
- /* #endif */
- }
- </style>
|