瀏覽代碼

[返回][删除]:[删除组件返回判断]

tags/河北版C.8.1.01
meo 5 年之前
父節點
當前提交
5f522fe3d4
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. +0
    -8
      components/navbar/navbar.js

+ 0
- 8
components/navbar/navbar.js 查看文件

@@ -29,14 +29,6 @@ Component({
statusBarHeight: app.statusBarHeight + 'px', statusBarHeight: app.statusBarHeight + 'px',
navigationBarHeight: (app.statusBarHeight + 44) + 'px' navigationBarHeight: (app.statusBarHeight + 44) + 'px'
}, },
ready(){
let pages = getCurrentPages();
if (pages&&pages.length>0){
this.setData({
back:false
})
}
},
methods: { methods: {
backHome: function () { backHome: function () {
wx.switchTab({ wx.switchTab({


Loading…
取消
儲存