blob: 6c7258d6bc1e1a9e549f27024d457d6e1ce0e23f [file] [log] [blame]
binquan.qiu7f2665f2020-03-27 17:19:57 +08001<view class="container">
2
3 <view class="global-background">
4
5 <view class="inline-item center" style="margin-top:50rpx">
6 <view class="input-desc">
7 支付密码
8 </view>
9 <input placeholder="请输入支付密码 " maxlength="6" password="true" type="number" style="width:60%" bindinput="setPwd"></input>
10
11 </view>
12
13
14 <button bindtap="doNext" class="long-btn" style="width: 90%;">挂失</button>
15
16 </view>
17</view>