1、在template.js按照對應的key配置對應數(shù)據(jù),其中current表示是否 選擇當前的tab,直接配置為0即可
2、在對應的js引用template文件夾中的templalte.js------>var template = require('../../template/template.js');
3、然后在onLoad生命周期中注冊對應的tabbar-------> template.tabbar("tabBar", 0, this)//0表示第一個tabbar,1表示第二個tabbar如此類推
4、在對應的wxml中引入template.wxml------>
5、使用模板------------->
- PC官方版
- 安卓官方手機版
- IOS官方手機版