Weex开发技巧H5教程集合

weex之getPath.js使用

2018-05-02  本文已影响29人  余生社会

1.在有跳转的页面中 引用
let getPath = require('../utils/getPath.js').getPath

2.methods中跳转放法为
navigator.push({
url: getPath('components/文件名'),
animated: "true"
})
3.每一个有跳转的页面都要有以上方法
4.不要在index.vue中使用 会报错。index中只存在tab组件

上一篇下一篇

猜你喜欢

热点阅读