微信小程序视图template模板引用的实例详解
WXML 提供两种文件引用方式import和include。
include可以将目标文件除了的整个代码引入,相当于是拷贝到include位置
temlate.wxml
redirect.wxml引用
template.js
redirect.js引用
wxml
template.wxss文件
redirect.wxss文件引用上面样式