抖音b端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
352 B

  1. <view class='input01'>重置密码</view>
  2. <view class='setpwd'>
  3. <form bindsubmit='setPwd'>
  4. <view>
  5. <input type='password' placeholder='输入新密码' name='newPwd' />
  6. </view>
  7. <view>
  8. <input type='password' placeholder='确认新密码' name='pwd' />
  9. </view>
  10. <button form-type='submit'>确定</button>
  11. </form>
  12. </view>