You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
488 B
24 lines
488 B
<template>
|
|
<view class="auth">
|
|
<view class="auth-logo">
|
|
<image src="https://faceid-h5-1254418846.file.myqcloud.com/mp_verify_sdk/images/ecard/logo.png" />
|
|
</view>
|
|
<view class="title">
|
|
即将进入"eID数字身份"小程序
|
|
</view>
|
|
<view class="button-area">
|
|
<button @click='handleStart' >
|
|
确认进入
|
|
</button>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
import index from "./index";
|
|
export default index;
|
|
</script>
|
|
|
|
<style>
|
|
@import url('../index.css');
|
|
</style>
|