Fix navigation bar title display.

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

@ -17,7 +17,8 @@ Page({
this.setData({
id: id,
product:product
product: product,
title: product.name
})
},

Loading…
Cancel
Save