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.
|
- <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>
|