Explorar el Código

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

tags/河北版C.8.1.01
meo hace 5 años
padre
commit
5f522fe3d4
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  1. +0
    -8
      components/navbar/navbar.js

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

@@ -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({


Cargando…
Cancelar
Guardar