|
@@ -269,12 +269,12 @@
|
|
|
if (opthios.userId) {
|
|
|
uni.setStorageSync('shareUid', opthios.userId)
|
|
|
}
|
|
|
-
|
|
|
if (opthios.type) {
|
|
|
uni.setStorageSync('shareType', opthios.type)
|
|
|
}
|
|
|
|
|
|
this.getDetail()
|
|
|
+
|
|
|
},
|
|
|
onShow() {
|
|
|
this.pagesNum = getCurrentPages().length
|
|
@@ -392,7 +392,7 @@
|
|
|
//分享朋友圈
|
|
|
onShareTimeline() {
|
|
|
return {
|
|
|
- title: '一起来刮盲票吧',
|
|
|
+ title: '超值宝贝免费抽,参与活动仅需3秒',
|
|
|
path: `/packageOperate/activity/index?marketingId=${ this.info.id }&inviteCode=${ this.inviteCode }&userId=${ this.userInfo.userId }&type=1`,
|
|
|
imageUrl: 'https://mp-public-1310078123.cos.ap-shanghai.myqcloud.com/v2/free_draw_bkg.jpeg',
|
|
|
}
|