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({ this.setData({
id:id, id: id,
product:product product: product,
title: product.name
}) })
}, },
onReady () { onReady() {
wx.setNavigationBarTitle({ title: this.data.title }) wx.setNavigationBarTitle({ title: this.data.title })
}, },

Loading…
Cancel
Save