Fix navigation bar title display.

wechat_user_type
guochunzhong 8 years ago
parent 0b8fdad744
commit d13f83642a
  1. 7
      pages/show_product/show_product.js

@ -16,12 +16,13 @@ Page({
})
this.setData({
id:id,
product:product
id: id,
product: product,
title: product.name
})
},
onReady () {
onReady() {
wx.setNavigationBarTitle({ title: this.data.title })
},

Loading…
Cancel
Save