guo 2 years ago
parent
commit
d63f74d189
2 changed files with 3 additions and 2 deletions
  1. 2 1
      pages/index/paint.vue
  2. 1 1
      pages/user/myOrder/myOrder.vue

+ 2 - 1
pages/index/paint.vue

@@ -162,7 +162,8 @@
 					content: '确定要清空已选项目吗',
 					content: '确定要清空已选项目吗',
 					success: function(res) {
 					success: function(res) {
 						if (res.confirm) {
 						if (res.confirm) {
-							that.selectItemList = [];
+							that.selectItemList = [];
+							that.sumMoney = 0;
 							that.qingdanShow = false;
 							that.qingdanShow = false;
 							that.getData();
 							that.getData();
 						}
 						}

+ 1 - 1
pages/user/myOrder/myOrder.vue

@@ -157,7 +157,7 @@
 	.tabLine {
 	.tabLine {
 
 
 		font-size: 28rpx;
 		font-size: 28rpx;
-		
+		color: #333333;
 		text-align: center;
 		text-align: center;
 	}
 	}