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;
 	}