优化页面

This commit is contained in:
pengxiaolong
2025-06-09 19:18:38 +08:00
parent d30589fd05
commit c5042d08c3
811 changed files with 2799 additions and 503 deletions

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../../common/vendor.js"),n=require("../../../../utils/env.js");Math||o();const o=()=>"../../../common/Loading/index.js",t=e.defineComponent({__name:"index",setup:o=>(o,t)=>({a:e.p({width:"40px",height:"40px"}),b:e.n(!e.unref(n.isPC)&&"search-result-loading-h5")})}),s=e._export_sfc(t,[["__scopeId","data-v-97e875b1"]]);wx.createComponent(s);

View File

@@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"loading": "../../../common/Loading/index"
}
}

View File

@@ -0,0 +1 @@
<view class="{{['data-v-97e875b1', 'search-result-loading', b]}}"><loading wx:if="{{a}}" class="data-v-97e875b1" u-i="97e875b1-0" bind:__l="__l" u-p="{{a}}"/></view>

View File

@@ -0,0 +1 @@
.search-result-loading.data-v-97e875b1{width:100%;flex:1;display:flex;justify-content:center;align-items:center}.search-result-loading-h5.data-v-97e875b1{background-color:#f4f4f4}