guo 2 年之前
父節點
當前提交
d63f74d189
共有 2 個文件被更改,包括 3 次插入2 次删除
  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: '确定要清空已选项目吗',
 					success: function(res) {
 						if (res.confirm) {
-							that.selectItemList = [];
+							that.selectItemList = [];
+							that.sumMoney = 0;
 							that.qingdanShow = false;
 							that.getData();
 						}

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

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