1、导入其他文件
1.1 导入JS文件 : import temp from '../../components/temp'
1.2 导入WXML文件 : <import src="../../components/temp.wxml"/>
1.3 导入WXSS文件 : @import "../../components/temp.wxss";
2、在template 写跳转的时候注意跳转链接 不能是 跳到 底部tabBar 的相关路由
3、在布局的时候 想使用flex布局的话 要写上display:flex;
4、获取屏幕的宽高 wx.getSystemInfoSync().windowWidth