soter-authentication.wxml 548 B

1234567891011121314151617
  1. <import src="../../../common/head.wxml"/>
  2. <import src="../../../common/foot.wxml"/>
  3. <view class="container page" data-weui-theme="{{theme}}">
  4. <template is="head" data="{{title: 'startSoterAuthentication'}}"/>
  5. <view class="page-body">
  6. <view class="btn-area">
  7. <button type="primary" data-mode="fingerPrint" bindtap="startAuth">指纹认证</button>
  8. </view>
  9. <view class="btn-area">
  10. <button type="primary"data-mode="facial" bindtap="startAuth">人脸认证</button>
  11. </view>
  12. </view>
  13. <template is="foot"/>
  14. </view>