index.wxml 310 B

12345678
  1. <view class='switch' style="display:none">
  2. <view wx:for='{{tab}}' bindtap='select' data-identity='{{index}}' class="{{index== identity ?'select':''}}">
  3. {{item}}
  4. </view>
  5. </view>
  6. <button type="primary" class="login-btn" bindgetuserinfo="wxLogin" open-type="getUserInfo">
  7. 微信号快速登录
  8. </button>