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.
27 lines
452 B
27 lines
452 B
12 months ago
|
<template>
|
||
|
<view class="per-mask">
|
||
|
<view class="mask"></view>
|
||
|
<view class="texts">
|
||
|
<view class="text">权限审核中,可联系下方平台运营加快审核进度</view>
|
||
|
<image class="qrcode" src="https://occupationlab.com/images/customer.png" mode="widthFix"></image>
|
||
|
</view>
|
||
|
</view>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
data() {
|
||
|
return {
|
||
|
|
||
|
}
|
||
|
},
|
||
|
methods: {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<style scoped lang="scss">
|
||
|
|
||
|
</style>
|