lyy@qq.com 11 ヶ月 前
コミット
6b39739435

+ 1 - 1
pages/classify/classify.vue

@@ -81,7 +81,7 @@
 				iconPeople: iconPeople,
 				shoppingCart: shoppingCart,
 				tags: 1,
-				txts: 1,
+				txts: 0,
 				carList: [],
 				goods: [],
 				total: 0,

+ 1 - 0
pages/order/submitOrder/submitOrder.vue

@@ -211,6 +211,7 @@
 						const ids = this.data.carlist.map(car => car.id);
 						this.$request('delete', `/front/shoppingCart/${ids}`)
 						console.log('response.data', response.data)
+						uni.$emit('register_refresh');
 						uni.showToast({
 							title: '已下单,因目前是演示阶段,暂时不能付款',
 							icon: 'success',

+ 1 - 1
pages/user/user.vue

@@ -96,7 +96,7 @@
 				src: iAvg,
 				cPhone: '',
 				cList: {},
-				txts: 1
+				txts: 0
 			}
 		},
 		onLoad() {