C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

5 行
315 B

  1. <view class='registerd'>
  2. <image src='http://f.cdn.cloudolphin.com/banner_logo.jpg' mode='widthFix'></image>
  3. <button class="btn" hover-class='bg_color' wx:if="{{canIUse}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">授权手机号</button>
  4. <view wx:else>请升级微信版本</view>
  5. </view>