| xqd
@@ -13,10 +13,10 @@
|
|
|
<zan-row>
|
|
|
<view class='sg-row'>
|
|
|
<zan-col col="16" col-class="custom-zan-col">
|
|
|
- <zan-field placeholder="输入手机号" focus="true" name='phone' value='{{ phone }}'></zan-field>
|
|
|
+ <zan-field placeholder="手机号" focus="true" name='phone' value='{{ phone }}' disabled></zan-field>
|
|
|
</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 class='submit-btn' type='warn' openType="getPhoneNumber" class='get-phone-btn' bindgetphonenumber='getPhoneNumber'>获取</zan-button>
|
|
|
</zan-col>
|
|
|
</view>
|
|
|
</zan-row>
|