wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d2ae566205d7d366d6679d5551a41d5d4e53d1a7
Authored by
yvan.ni
2020-10-27 15:50:36 +0800
1 parent
c7ab0d76
优惠券分享的标题
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
packageA/pages/quan/quan.js
packageA/pages/quan/quan.js
View file @
d2ae566
...
...
@@ -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
...
...