Commit c230e15b60c553c7d9478756459271fcd9564a09

Authored by 前端开发-罗建龙
1 parent 9856a111

每月礼包分享优化

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