20 lines
375 B
Plaintext
20 lines
375 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> |