|
@@ -1,10 +1,10 @@
|
|
<!--pages/bind-phone/index.wxml-->
|
|
<!--pages/bind-phone/index.wxml-->
|
|
-<view class='login-container'>
|
|
|
|
|
|
+<view class='bind-phone-container'>
|
|
<form bindsubmit="formSubmit">
|
|
<form bindsubmit="formSubmit">
|
|
<zan-row>
|
|
<zan-row>
|
|
<view class='sg-row'>
|
|
<view class='sg-row'>
|
|
- <view class='login-avatar-container'>
|
|
|
|
- <view class='login-avatar-wrapper'>
|
|
|
|
|
|
+ <view class='bind-phone-avatar-container'>
|
|
|
|
+ <view class='bind-phone-avatar-wrapper'>
|
|
<open-data type='userAvatarUrl' class='wxAvatarUrl'></open-data>
|
|
<open-data type='userAvatarUrl' class='wxAvatarUrl'></open-data>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -13,7 +13,7 @@
|
|
<zan-row>
|
|
<zan-row>
|
|
<view class='sg-row'>
|
|
<view class='sg-row'>
|
|
<zan-col col="16" col-class="custom-zan-col">
|
|
<zan-col col="16" col-class="custom-zan-col">
|
|
- <zan-field placeholder="输入手机号" focus="true" name='phone' bind:blur="getPhoneInput"></zan-field>
|
|
|
|
|
|
+ <zan-field placeholder="输入手机号" focus="true" name='phone'></zan-field>
|
|
</zan-col>
|
|
</zan-col>
|
|
<zan-col col="8" col-class="custom-zan-col">
|
|
<zan-col col="8" col-class="custom-zan-col">
|
|
<zan-button type='warn' openType="getPhoneNumber" class='get-phone-btn' bindgetphonenumber='getPhoneNumber'>获取</zan-button>
|
|
<zan-button type='warn' openType="getPhoneNumber" class='get-phone-btn' bindgetphonenumber='getPhoneNumber'>获取</zan-button>
|
|
@@ -21,7 +21,7 @@
|
|
</view>
|
|
</view>
|
|
</zan-row>
|
|
</zan-row>
|
|
<view class="btn-area">
|
|
<view class="btn-area">
|
|
- <button formType="submit" type='primary' class='login-btn'>登录</button>
|
|
|
|
|
|
+ <button formType="submit" type='primary' class='bind-phone-btn'>绑定手机号</button>
|
|
</view>
|
|
</view>
|
|
</form>
|
|
</form>
|
|
</view>
|
|
</view>
|