no message

cyl/master-0804
jscyl_mac 5 months ago
parent 72e5cb3e5e
commit 805a9165a4

@ -385,7 +385,8 @@ export default {
this.G.setNavStyle(); this.G.setNavStyle();
}, },
onShareAppMessage() { 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() { data() {
return { return {
@ -742,7 +743,7 @@ export default {
success(era) { success(era) {
if(era.confirm){ if(era.confirm){
uni.switchTab({ uni.switchTab({
url:`/root/detail/apply?id=${that.oid}&type=${that.type}&relationId=${that.relationId}` url:'/pages/home/index'
}) })
}else{ }else{

Loading…
Cancel
Save