Ver código fonte

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

tags/河北版C.8.1.01
meo 5 anos atrás
pai
commit
5f522fe3d4
1 arquivos alterados com 0 adições e 8 exclusões
  1. +0
    -8
      components/navbar/navbar.js

+ 0
- 8
components/navbar/navbar.js Ver arquivo

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


Carregando…
Cancelar
Salvar