Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <view class="box" tt:if="{{showBox}}">
- <view class="phoneBox">
- <view class="hiePhone">
- <view class="f">授权手机号</view>
- <view class="r" bindtap="hieBox" >
- <image src="../../assets/itemImg/phDel.png" style="width: 100%;height: 100%;"/>
- </view>
- </view>
- <view class="userPhone">
- <input
- type="number"
- placeholder="请输入手机号码"
- bindinput="setPhone"
- value = "{{phone}}"
- class="inputPhone"
-
- />
- <view class="btn" bindtap="verify">{{time}}</view>
- </view>
- <input
- type="number"
- placeholder="请输入验证码"
- bindinput="setAuth"
- value="{{auth}}"
- class="auth"
- />
- <view class="send" bindtap="send">授权手机号</view>
- </view>
- </view>
|