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