soter-authentication.wxml 361 B

1234567891011121314
  1. <import src="../../../common/head.wxml"/>
  2. <import src="../../../common/foot.wxml"/>
  3. <view class="container">
  4. <template is="head" data="{{title: 'startSoterAuthentication'}}"/>
  5. <view class="page-body">
  6. <view class="btn-area">
  7. <button type="primary" bindtap="startAuth">开始认证</button>
  8. </view>
  9. </view>
  10. <template is="foot"/>
  11. </view>