@@ -162,7 +162,8 @@
content: '确定要清空已选项目吗',
success: function(res) {
if (res.confirm) {
- that.selectItemList = [];
+ that.selectItemList = [];
+ that.sumMoney = 0;
that.qingdanShow = false;
that.getData();
}
@@ -157,7 +157,7 @@
.tabLine {
font-size: 28rpx;
-
+ color: #333333;
text-align: center;