移动端
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.

20 lines
340 B

<template>
2 months ago
<view class="wd-flex wd-flex-col wd-flex-center" style="height: 100%; gap: 10px">
<icon type="waiting" size="40" />
<text class="wd-text-18">审核中</text>
</view>
</template>
<script>
export default {
data() {
return {}
2 months ago
},
onShow(res) {
console.log(res)
}
}
</script>
<style lang="scss"></style>