lilei 9 months ago
parent
commit
877005e78a
1 changed files with 2 additions and 0 deletions
  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()
 						 }