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: "申请成功",