no message

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

@ -385,7 +385,7 @@ export default {
this.G.setNavStyle(); this.G.setNavStyle();
}, },
onShareAppMessage() { onShareAppMessage() {
return this.G.shareFun(); return this.G.shareFun('/root/detail/apply');
}, },
data() { data() {
return { return {
@ -733,6 +733,22 @@ export default {
console.log("that.orderDetail", that.orderDetail); console.log("that.orderDetail", that.orderDetail);
that.$forceUpdate(); that.$forceUpdate();
that.speed = 1; 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