doum
2 天以前 0ee006792256a1089467b7f54e0eb5061c1afa12
mini-program/pages/mall/mall.vue
@@ -78,7 +78,7 @@
                  </view>
               </view>
               <view class="commodity-item-shou">
                  <text>已售{{item.saleNum + item.realSaleNum}}</text>
                  <text>已售{{(item.saleNum ||0)+ (item.realSaleNum||0)}}</text>
                  <view class="commodity-item-shou-add" @click.stop="addCard(item)">+</view>
               </view>
            </view>
@@ -216,7 +216,7 @@
               num: 1
            }).then(res => {
               if (res.code === 200) {
                  uni.showToast({ title: '添加成功', icon: 'success' })
                  uni.showToast({ title: '添加成功', icon: 'success', mask: true })
                  this.getCartNum()
               }
            })
@@ -422,6 +422,7 @@
               justify-content: center;
               image {
                  width: 100%;
                  max-height:330rpx;
               }
            }
            .commodity-item-box {