Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- <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>
|