identification.vue 189 B

1234567891011121314151617181920
  1. <template>
  2. <view>
  3. 身份确认
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. name:"identification",
  9. data() {
  10. return {
  11. };
  12. }
  13. }
  14. </script>
  15. <style lang="scss">
  16. </style>