From 805a9165a4383d17fd1062e7a8ff7a71d5bafa04 Mon Sep 17 00:00:00 2001 From: jscyl_mac <13849007907@163.com> Date: Thu, 3 Jul 2025 18:18:53 +0800 Subject: [PATCH] no message --- root/detail/apply.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/root/detail/apply.vue b/root/detail/apply.vue index cda8b07..63d1d7e 100644 --- a/root/detail/apply.vue +++ b/root/detail/apply.vue @@ -385,7 +385,8 @@ export default { this.G.setNavStyle(); }, onShareAppMessage() { - return this.G.shareFun('/root/detail/apply'); + let that = this; + return this.G.shareFun(`/root/detail/apply?id=${that.oid}&type=${that.type}&relationId=${that.relationId}`); }, data() { return { @@ -742,7 +743,7 @@ export default { success(era) { if(era.confirm){ uni.switchTab({ - url:`/root/detail/apply?id=${that.oid}&type=${that.type}&relationId=${that.relationId}` + url:'/pages/home/index' }) }else{