业务交流通
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

tabbar.wxml 209B

12345678
  1. <view class="page">
  2. <mp-tabbar
  3. style="position:fixed;bottom:0;width:100%;left:0;right:0;"
  4. list="{{list}}"
  5. bindchange="tabChange"
  6. current="{{currentIndex}}"
  7. />
  8. </view>