index.axml 434 B

123456789101112
  1. <view class="page">
  2. <view class="main" onTap="clickAudio">
  3. <top-title urlPath='../../../' titleText="密码设置" />
  4. <view class="content">
  5. <view class="box">
  6. <text>设备管理员新密码</text>
  7. <input class="input" value="{{password}}" onInput="getVal" />
  8. </view>
  9. </view>
  10. <bottom-parnel suerName="{{'确定'}}" onSure="sure" logOut="/pages/settings/index/index"/>
  11. </view>
  12. </view>