业务交流通
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tabbar.wxml 253B

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