TraceabilityAPP/pages/live/loading.nvue

20 lines
375 B
Plaintext
Raw Normal View History

2024-01-06 18:31:14 +08:00
<template>
<view id="subNvue">
<view class="" style="background-color: white;width: 750rpx;height:1000px;position: relative;">
<view class="" style="margin-top: 350px;">
2024-01-09 13:39:17 +08:00
<u-loading-icon mode="semicircle" text="疯狂加载中..." textSize="18"></u-loading-icon>
2024-01-06 18:31:14 +08:00
</view>
</view>
</view>
</template>
<script>
export default {
}
</script>
<style>
</style>