20 lines
382 B
Plaintext
20 lines
382 B
Plaintext
<template>
|
|
<view id="subNvue">
|
|
<view class="" style="background-color: white;width: 750rpx;height:1000px;position: relative;">
|
|
<view class="" style="margin-top: 350px;">
|
|
<u-loading-icon mode="semicircle" text="初始化中,请稍等..." textSize="18"></u-loading-icon>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style> |