lilei há 9 meses atrás
pai
commit
877005e78a
1 ficheiros alterados com 2 adições e 0 exclusões
  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()
 						 }