|
|
@ -143,6 +143,7 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
/* 小程序分享 */ |
|
|
|
/* 小程序分享 */ |
|
|
|
|
|
|
|
// #ifdef MP-WEIXIN
|
|
|
|
onShareAppMessage(res) { |
|
|
|
onShareAppMessage(res) { |
|
|
|
this.share.path = this.getCurrentRouteYm(); |
|
|
|
this.share.path = this.getCurrentRouteYm(); |
|
|
|
// console.log(this.share.path, "this.share.path", res);
|
|
|
|
// console.log(this.share.path, "this.share.path", res);
|
|
|
@ -164,5 +165,7 @@ export default { |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|