Commit 77dd46a3 authored by geruidan's avatar geruidan

隐藏小房子

parent ed31bb43
......@@ -46,7 +46,8 @@
"name": "auth",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false
"enablePullDownRefresh": false,
"navigationStyle":"custom"
}
},{
"path": "bindPh",
......
......@@ -27,6 +27,12 @@
this.backMiniProgram = this.$Route.query.backMiniProgram
// this.webUrl = "https://wx.zhonghuihaotai.com/webpage/wxdist/index.html#/?mallId=134581110000230&companyId=00000310&time="+new Date().getTime()
},
onShow() {
if (uni.hideHomeButton) {
console.log('uni.hideHomeButton');
wx.hideHomeButton();
}
},
methods:{
handleMsg(e){
// this.getMsg = e.detail.data
......
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