17 lines
433 B
Vue
17 lines
433 B
Vue
<template>
|
|
<view class="flex-col flex-ali-center state">
|
|
<image src="../../static/image/sf.png"></image>
|
|
<d-text text="您的认证信息已提交!" className="tips-c m-t-10 m-t-3"></d-text>
|
|
<d-text text="我们会尽快审核,请耐心等待" className="tips-c m-t-1"></d-text>
|
|
</view>
|
|
</template>
|
|
<style lang="scss" scoped>
|
|
.state {
|
|
margin-top: 160rpx;
|
|
image {
|
|
width: 300rpx;
|
|
height: 223rpx;
|
|
}
|
|
}
|
|
</style>
|