no message

cyl/master-0804
jscyl_mac 5 months ago
parent a0d3fe7b53
commit c7ba9166cc

@ -385,7 +385,7 @@ export default {
this.G.setNavStyle();
},
onShareAppMessage() {
return this.G.shareFun();
return this.G.shareFun('/root/detail/apply');
},
data() {
return {
@ -733,6 +733,22 @@ export default {
console.log("that.orderDetail", that.orderDetail);
that.$forceUpdate();
that.speed = 1;
},
(err)=>{
uni.showModal({
title:' ',
content:err,
confirmText:'回首页',
success(era) {
if(era.confirm){
uni.switchTab({
url:'/pages/home/index'
})
}else{
}
}
})
}
);
},

Loading…
Cancel
Save