pages/cusbar/cart/cartList.vue
@@ -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: { /**