业务交流通
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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>