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.
7 lines
618 B
7 lines
618 B
<!--pages/register/register.wxml-->
|
|
<image src="../../images/register.png" mode="" style="width: 100vw;height: 100vh;"/>
|
|
<view class="flex flex-col btn-box">
|
|
<view style="text-align:center;">为了更好地服务,我们需要获取您的手机号。</view>
|
|
<van-button round size="large" color="#1cc6c5" style="margin-top: 20rpx;padding-top: 10rpx;padding-bottom: 10rpx;" bind:getphonenumber="getphonenumber" open-type="getPhoneNumber">同 意</van-button>
|
|
<van-button round size="large" color="" style="margin-top: 20rpx;padding-top: 10rpx;padding-bottom: 10rpx;" bind:click="back" >不同意</van-button>
|
|
</view>
|