1234567891011121314151617 |
- <!--logs.wxml-->
- <view class="container log-list">
- <view class="cell">
- 手机号:<input bindinput="getMobileInput"></input>
- </view>
- <view class="cell">
- </view>
- <view class="cell">
- <button bindtap="getSmsCode">获取验证码</button>
- <input bindinput="getCodeInput"></input>
- </view>
- <view class="cell">
- <button bindtap="bind">绑定</button>
- </view>
- </view>
|