From 1f3ee012d7ba1c26b8a4b3df338163963dc6fa27 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 22 May 2024 16:30:52 +0800
Subject: [PATCH] site/getInfo.do 不提示错误信息
---
src/page/tixian/tixian.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/page/tixian/tixian.vue b/src/page/tixian/tixian.vue
index bae626c..29670cb 100644
--- a/src/page/tixian/tixian.vue
+++ b/src/page/tixian/tixian.vue
@@ -88,7 +88,7 @@
<span>{{ $t('hj170a') }}</span>
</div>
<!-- <div class="num" @click.stop="czclick()"> -->
-
+
<!-- <input style="pointer-events: none;" type="number" v-model="inputpayType" disabled :placeholder="$t('hj171a')" /> -->
<!-- </div> -->
</div>
@@ -374,7 +374,7 @@
if (data.status === 0) {
this.onlineService = data.data.onlineService
} else {
- Toast(data.msg)
+ // Toast(data.msg)
}
},
async getUserInfo () {
@@ -1078,7 +1078,7 @@
height: 100%;
font-size: 0.35rem;
display: flex;
-
+
input {
width: 100%;
height: 100%;
--
Gitblit v1.9.3