C端小程序
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.

5 line
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>