当前位置:   article > 正文

uniapp调用微信小程序人脸识别步骤_uniapp微信小程序人脸识别

uniapp微信小程序人脸识别

template

  1. <uni-card class="login-card" :is-shadow="true">
  2. <uni-easyinput class="user-input readonly-style-ignore disabled-style-ignore" type="text" v-model="username" placeholder="请输入姓名">
  3. </uni-easyinput>
  4. <uni-easyinput class="pass-input marBottom" type="text" v-model="identityNum"
  5. placeholder="请输入身份证号">
  6. </uni-easyinput>
  7. <uni-easyinput class="pass-input" type="text" v-model="mobile"
  8. placeholder="请输入手机号">
  9. </uni-easyinput>
  10. <view class="login-btn" @tap="faceLogin">开始人脸识别验证</view>
  11. </uni-card>

script

  1. data() {
  2. return {
  3. username: "",//用户姓名
  4. mobile: "",//手机号
  5. i
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/294316
推荐阅读
相关标签
  

闽ICP备14008679号