绿满眶商城微信小程序-uniapp
peng
2025-07-29 7234a8bfdc91571bb1e5d4fad66cdd5a445712ee
pages/cusbar/cart/cartList.vue
@@ -10,7 +10,7 @@
      <image src="/pages/subComponents/static/emptyCart.png" mode="aspectFit"></image>
      <view class="empty-tips">
        空空如也
        <navigator class="navigator" url="/pages/tabbar/home/index" open-type="switchTab">随便逛逛></navigator>
        <navigator class="navigator" url="/pages/commodity-square/commoditySquare" open-type="navigate">随便逛逛></navigator>
      </view>
    </view>
    <!-- 店铺商品信息 -->
@@ -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: {
    /**