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{