From 2b7cb7293680773b599a2703857c9b46e2e11075 Mon Sep 17 00:00:00 2001
From: wangxia <779219182@qq.com>
Date: Sat, 2 Aug 2025 21:23:00 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
root/detail/apply.vue | 4 ++--
root/detail/userShare.vue | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/root/detail/apply.vue b/root/detail/apply.vue
index 6bf8a0a..561416c 100644
--- a/root/detail/apply.vue
+++ b/root/detail/apply.vue
@@ -356,7 +356,7 @@
-
+
diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue
index 33e72e0..169f78b 100644
--- a/root/detail/userShare.vue
+++ b/root/detail/userShare.vue
@@ -611,8 +611,10 @@ export default {
}
}
this.G.Get(this.api.bind_subscribeSubmit + "/" + that.uid, { agencyId: that.agencyInfo.id, agencyName: that.agencyInfo.fullName, source: _code, remark: " " }, (res) => {
- this.getAgencyInfo().then(() => {
- that.getAgencyById().then(() => {});
+ that.getAgencyInfo().then(() => {
+ that.getAgencyById().then(() => {
+ that.G.checkToken();
+ });
});
uni.showToast({
title: "申请成功",