no message

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

@ -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{

Loading…
Cancel
Save