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