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"
/>
满足不了只能自定义去