小程序那些零零散散的坑

1、 template标签只是占位符的作用,所以不能把样式加到template上,就是class不能加在template上。解决办法,在外面套一层View

2、WAService.js:6 Please do not register multiple Pages in undefined.jst.error @ WAService.js:6t.pageHolder @ WAService.js:6(anonymous function) @ app.js [sm]:1require @ WAService.js:7(anonymous function) @ app.js [sm]:1
WAService.js:7 Uncaught Error: APP-SERVICE-Engine:Please do not register multiple Pages in undefined.js 报错

检查一下app.js 是否引入Page({ }) 删除后即可

你可能感兴趣的:(小程序那些零零散散的坑)