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

index.wxml 198B

12345678
  1. <!--pages/msgPage/msgPage.wxml-->
  2. <view class="home-page">
  3. <!-- 顶部 -->
  4. <view class="neirong">消息</view>
  5. <view>到底</view>
  6. <tabBar currentIndex="{{currentIndex}}"></tabBar>
  7. </view>