- <view class="page">
- <view class="main" onTap="clickAudio">
- <top-title urlPath='../../../' titleText="密码设置" />
- <view class="content">
- <view class="box">
- <text>设备管理员新密码</text>
- <input class="input" value="{{password}}" onInput="getVal" />
- </view>
- </view>
- <bottom-parnel suerName="{{'确定'}}" onSure="sure" logOut="/pages/settings/index/index"/>
- </view>
- </view>
|