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.

9 lines
391 B

  1. <view class="login-body">
  2. <view class="login-logo">
  3. <image src="{{mallImgUrl}}"></image>
  4. </view>
  5. <view class="login-btn">
  6. <!-- <i-button i-class="login-btn-login" bind:click="getPhoneNumber">微信登陆</i-button> -->
  7. <button open-type="getPhoneNumber" class="login-btn-login" bindgetphonenumber="getPhoneNumber">微信登陆</button>
  8. </view>
  9. </view>