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