绿满眶商城微信小程序-uniapp
peng
2025-08-25 cbafbc0a3a704cc48e76ef0862ffcf74433186ff
pages/cusbar/cart/cartList.vue
@@ -14,7 +14,7 @@
      </view>
    </view>
    <!-- 店铺商品信息 -->
    <div class="content" :style="{height: windowHeight - marginBottom - 50 + 'px'}">
    <div class="content" :style="{height: windowHeight - marginBottom - 200 + 'px'}">
      <div class="box box2" :class="{ invalid: isInvalid(item) }" v-for="(item, index) in cartDetail.cartList"
        :key="index">
        <view class="tab">
@@ -240,15 +240,16 @@
   */
  onShow() {
    this.deleteShow ? (this.deleteShow = false) : true;
    if (this.$refs.swiperAction) {
      this.$refs.swiperAction.forEach((item, index) => {
        item.show = false;
      });
   this.getCardData();
      // if (this.$refs.swiperAction) {
      //   this.$refs.swiperAction.forEach((item, index) => {
      //     item.show = false;
      //   });
      //   this.getCardData();
      // } else {
      //   this.getCardData();
      // }
      this.getCardData();
    } else {
      this.getCardData();
    }
  },
  methods: {
    /**
@@ -718,6 +719,7 @@
.content {
  padding: 20rpx 0 20rpx 0;
  margin-bottom: 80rpx;
  overflow: auto;
}
.line {