From 689a3f0fd4f516147b7a90f4c48060e2e1c60421 Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Fri, 8 Apr 2022 18:08:33 +0800 Subject: [PATCH] update --- src/pages/counter/list/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index 1b9e3d0..35ee0ca 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -185,7 +185,7 @@

- 请从以下物品中选取所需材料 -

-
+

- 请领取您所需要的现金 -

您将领取: @@ -1376,7 +1376,7 @@ export default { // 如果是确认,执行一些东西 if(changeIt) { if(this.backMoneyTotal > 0) { - this.setTipsOperate('取钱成功!') + // this.setTipsOperate('取钱成功!') this.pushThingsGoods([15]) } }