Commit f592058318649d2982bbb610c905f512e39bfeb4
1 parent
d8b16fd2
标题页要正常显示
Showing
1 changed file
with
3 additions
and
3 deletions
packageB/pages/luckactivity/luckinfo/luckinfo.js
| ... | ... | @@ -262,9 +262,9 @@ Page({ |
| 262 | 262 | let first_leader = null; |
| 263 | 263 | this.data.options = options; |
| 264 | 264 | |
| 265 | - // wx.setNavigationBarTitle({ | |
| 266 | - // title: options.title, | |
| 267 | - // }); | |
| 265 | + wx.setNavigationBarTitle({ | |
| 266 | + title: options.title, | |
| 267 | + }); | |
| 268 | 268 | this.setData({l_title:options.title}) |
| 269 | 269 | |
| 270 | 270 | app.isLogin().then(function (data) {//进入页面前已经授权登录成功 | ... | ... |