| xqd
@@ -325,11 +325,14 @@
|
|
|
url: '/pages/index/index'
|
|
|
})
|
|
|
}
|
|
|
- },
|
|
|
-
|
|
|
- onShareAppMessage() {},
|
|
|
-
|
|
|
+ },
|
|
|
// #ifdef MP-WEIXIN
|
|
|
+ onShareAppMessage() {
|
|
|
+ return this.$shareAppMessage({
|
|
|
+ path: '/plugins/miaosha/advance/advance',
|
|
|
+ title: this.$children[0].navigationBarTitle,
|
|
|
+ });
|
|
|
+ },
|
|
|
onShareTimeline() {
|
|
|
// 分享朋友圈beta
|
|
|
return this.$shareTimeline({
|