Commit c230e15b60c553c7d9478756459271fcd9564a09
1 parent
9856a111
每月礼包分享优化
Showing
2 changed files
with
4 additions
and
4 deletions
packageE/pages/user/monthgiftbag/giftpackbuy/giftpackbuy.js
@@ -492,7 +492,7 @@ Page({ | @@ -492,7 +492,7 @@ Page({ | ||
492 | } | 492 | } |
493 | pagePath += "?first_leader=" + this.data.getUserID; | 493 | pagePath += "?first_leader=" + this.data.getUserID; |
494 | return { | 494 | return { |
495 | - title: "专享礼包", | 495 | + title: "每月礼包", |
496 | path: pagePath, | 496 | path: pagePath, |
497 | } | 497 | } |
498 | }, | 498 | }, |
@@ -505,7 +505,7 @@ Page({ | @@ -505,7 +505,7 @@ Page({ | ||
505 | if(!user_id) user_id=0; | 505 | if(!user_id) user_id=0; |
506 | 506 | ||
507 | return { | 507 | return { |
508 | - title: '专享礼包', | 508 | + title: '每月礼包', |
509 | imageUrl: this.data.ad_data.ad_code, | 509 | imageUrl: this.data.ad_data.ad_code, |
510 | query: 'first_leader='+user_id | 510 | query: 'first_leader='+user_id |
511 | } | 511 | } |
packageE/pages/user/monthgiftbag/monthgiftbag.js
@@ -203,7 +203,7 @@ Page({ | @@ -203,7 +203,7 @@ Page({ | ||
203 | } | 203 | } |
204 | pagePath += "?first_leader=" + this.data.getUserID; | 204 | pagePath += "?first_leader=" + this.data.getUserID; |
205 | return { | 205 | return { |
206 | - title: "专享礼包", | 206 | + title: "每月礼包", |
207 | path: pagePath, | 207 | path: pagePath, |
208 | } | 208 | } |
209 | }, | 209 | }, |
@@ -211,7 +211,7 @@ Page({ | @@ -211,7 +211,7 @@ Page({ | ||
211 | onShareTimeline() { | 211 | onShareTimeline() { |
212 | getApp().globalData.no_clear=1; | 212 | getApp().globalData.no_clear=1; |
213 | return { | 213 | return { |
214 | - title: '专享礼包', | 214 | + title: '每月礼包', |
215 | imageUrl: this.data.ad_data.ad_code, | 215 | imageUrl: this.data.ad_data.ad_code, |
216 | query: "first_leader=" + this.data.getUserID | 216 | query: "first_leader=" + this.data.getUserID |
217 | } | 217 | } |