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.
19 lines
340 B
19 lines
340 B
<template> |
|
<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 {} |
|
}, |
|
onShow(res) { |
|
console.log(res) |
|
} |
|
} |
|
</script> |
|
|
|
<style lang="scss"></style>
|
|
|