lilei 9 ماه پیش
والد
کامیت
877005e78a
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      pagesB/cart/index.vue

+ 2 - 0
pagesB/cart/index.vue

@@ -339,6 +339,7 @@
 					// 合计
 					if(!isBatch){
 						this.getChooseHeji()
+						uni.$emit('refashCart')
 						// 判断是否全选
 						this.isAllChecked()
 					}
@@ -389,6 +390,7 @@
 						 // 合计,批量操作
 						 if(isBatch){
 							 _this.getChooseHeji()
+							 uni.$emit('refashCart')
 							 // 判断是否全选
 							 _this.isAllChecked()
 						 }