chore(组件): 组件尽量使用异步导入模式

This commit is contained in:
2026-01-04 14:40:00 +08:00
parent 4da852944e
commit 9415f397d2
172 changed files with 11520 additions and 10979 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -9,11 +9,14 @@
<text class="color-tip font-size-tag">{{ orderItem.order_no }}</text>
</view>
<view class="align-right">
<text class="color-tip font-size-tag">{{ $util.timeStampTurnTime(orderItem.create_time) }}</text>
<text class="color-tip font-size-tag">{{ $util.timeStampTurnTime(orderItem.create_time)
}}</text>
</view>
</view>
<view class="order-body">
<view class="goods_info_flex"><view class="goods-name font-size-base">充值成功</view></view>
<view class="goods_info_flex">
<view class="goods-name font-size-base">充值成功</view>
</view>
<view class="goods-img color-base-text">
@@ -40,17 +43,13 @@
</template>
<script>
import nsLogin from '@/components/ns-login/ns-login.vue';
import loadingCover from '@/components/loading-cover/loading-cover.vue';
import nsEmpty from '@/components/ns-empty/ns-empty.vue';
import MescrollUni from "@/components/mescroll/my-list-mescroll.vue";
export default {
components: {
nsLogin,
loadingCover,
nsEmpty,
MescrollUni
components: {
nsLogin: () => import('@/components/ns-login/ns-login.vue'),
loadingCover: () => import('@/components/loading-cover/loading-cover.vue'),
nsEmpty: () => import('@/components/ns-empty/ns-empty.vue'),
MescrollUni: () => import('@/components/mescroll/my-list-mescroll.vue'),
},
data() {
return {
@@ -129,7 +128,7 @@ export default {
line-height: 80rpx;
border-bottom: 1px solid #e3e3e3;
& > view {
&>view {
flex: 1;
line-height: 1;
font-weight: 500;