Commit d2ae566205d7d366d6679d5551a41d5d4e53d1a7

Authored by yvan.ni
1 parent c7ab0d76

优惠券分享的标题

Showing 1 changed file with 4 additions and 0 deletions
packageA/pages/quan/quan.js
... ... @@ -33,6 +33,10 @@ Page({
33 33 }
34 34 this.requestGoodsList();
35 35 this.setData({getcurday:ut.gettimestamp()});
  36 +
  37 + wx.setNavigationBarTitle({
  38 + title: "免费优惠券列表",
  39 + })
36 40  
37 41 },
38 42  
... ...