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
8b7d369775f7e6f63a1a607d464ae7358d3dc743
Authored by
taiyuan
2021-07-20 18:06:22 +0800
1 parent
ed6b3d6a
设置动态标题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
8b7d369
...
...
@@ -254,7 +254,7 @@ Page({
254
254
//------初始化加载----------
255
255
onLoad: function(t) {
256
256
wx.setNavigationBarTitle({
257
- title:
"商品详情"
,
257
+ title:
t.title
,
258
258
})
259
259
var ee = this,
260
260
that = ee,
...
...