From be3213996fc3ff11e5e9c7a71061dd1676afa026 Mon Sep 17 00:00:00 2001
From: zmj <1493694146@qq.com>
Date: Thu, 27 Jun 2024 21:43:40 +0800
Subject: [PATCH] add
---
config/app.js | 4 ++--
pageQuota/vipUser/index.vue | 1 +
pages/login/login.vue | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/config/app.js b/config/app.js
index a484fa4..3500d16 100644
--- a/config/app.js
+++ b/config/app.js
@@ -2,8 +2,8 @@ let BASE_URL
let WSS_URL
import store from "@/store/user.js"
// 环境
-let env = "dev"
-// let env = "prod"
+// let env = "dev"
+let env = "prod"
// let env = "release";
// let env = "local";
diff --git a/pageQuota/vipUser/index.vue b/pageQuota/vipUser/index.vue
index b7bf7b9..ef01bb8 100644
--- a/pageQuota/vipUser/index.vue
+++ b/pageQuota/vipUser/index.vue
@@ -515,6 +515,7 @@
vipRechargeApi(formData).then(res => {
timerInvol = setTimeout(() => {
uni.hideLoading();
+ if (currentTab.value == 2) return;
uni.$u.toast('支付超时');
}, 30000)
})
diff --git a/pages/login/login.vue b/pages/login/login.vue
index e8420af..b0e743c 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -16,10 +16,10 @@
微信快捷登录
-
+