Files
CompanyProject/金壶/appV1/common/mixin/loading-plus.vue
2024-09-27 01:32:49 +08:00

12 lines
228 B
Vue

<template>
<view class="position-fixed top-0 left-0 right-0 bottom-0 bg-white font-md d-flex a-center j-center main-text-color" style="z-index: 10000;">
加载中...
</view>
</template>
<script>
</script>
<style>
</style>