收藏
回答

uniapp小程序接入安全键盘,是只能数字键盘嘛,因为密码要求复杂数字键盘满足不了,有什么办法嘛?

框架类型 问题类型 操作系统版本 手机型号 微信版本
小程序 Bug ios16.2 爱疯14 8.0.47

https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/safe-password.htmlhttps://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/safe-password.html

<input
    style="color: #8f939c;background-color: #F2F3F7;height: 40px;border: 1px solid rgba(206,208,210,0.53);border-radius: 100px;padding-right: 10px;padding-left: 26px;display: flex;align-items: center;"
    :custom-style="{'padding-left':'48rpx'}"
    type="safe-password"
    placeholder="密码"
    :password="true"
    :clearable="true"
    v-model="userInfo.password"
    safe-password-cert-path="./minipro_cert.crt"
    :safe-password-time-stamp="newData"
    safe-password-length="20"
    safe-password-nonce="1618390369"
    safe-password-salt="test"
    safe-password-custom-hash="md5(sha1('foo' + sha256(sm3(password + 'bar'))))"
    @blur="onBlur"
    @input="onInput"
/>


回答关注问题邀请回答
收藏

1 个回答

  • hello world
    hello world
    09-24

    满足不了只能自定义去

    09-24
    有用
    回复 1
    • 派小星、
      派小星、
      09-25
      是说只能接入自定义键盘嘛?大佬有案例可以瞧瞧不
      09-25
      回复
登录 后发表内容