Commit 03efe0c3 by 高淑倩

modify: 券码详情页title&&我的会员_优惠券详情_券码详情去掉转发功能

parent 88f251d9
......@@ -31,6 +31,7 @@ wxService.page({
}
},
onLoad() {
wx.hideShareMenu();
// const {cardno} = this.data
// // 条形码
// if(cardno){
......
{
"navigationBarTitleText": "券码详情页",
"navigationBarTitleText": "会员券详情页",
"usingComponents": {}
}
\ No newline at end of file
......@@ -23,6 +23,9 @@ wxService.page({
cardno
})
},
onLoad() {
wx.hideShareMenu();
},
// 卡券详情
getCouponDetail(id){
......
......@@ -41,7 +41,9 @@ wxService.page({
/**
* 生命周期函数--监听页面加载
*/
onLoad (options) {},
onLoad (options) {
wx.hideShareMenu();
},
/**
* 生命周期函数--监听页面显示
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment