From 58b0f1e9bd03a472321acf1dfc4e89fc4ce9df7a Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Mon, 29 Sep 2025 01:14:10 +0800
Subject: [PATCH] 9.28更换api

---
 src/page/list/list-index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/page/list/list-index.vue b/src/page/list/list-index.vue
index a406b12..e21aba8 100644
--- a/src/page/list/list-index.vue
+++ b/src/page/list/list-index.vue
@@ -30,7 +30,7 @@
                   <img
                   @click.stop="toDeleteMy(item)"
                   v-if="item.isOption == '1'" :src="require(`../../../static/img/list/${$state.theme === 'red' ? 'red-' : ''}loved-icon.png`)" alt="">
-                  <img v-else 
+                  <img v-else
                   @click.stop="addOptions(item)"
                   :src="require(`../../../static/img/list/${$state.theme === 'red' ? 'red-' : ''}love-icon.png`)" alt="">
                   <!-- <i :class="item.transState == 1?'iconfont icon-jiaoyi':'iconfont icon-jinzhi'"></i> -->
@@ -59,7 +59,7 @@
       </div>
       <div v-show="loading" class="load-all text-center">
         <mt-spinner type="fading-circle"></mt-spinner>
-        加载中...
+        loading...
       </div>
       <div v-show="!loading && list.length>0" class="load-all text-center">
         已全部加载
@@ -247,7 +247,7 @@
 
       &.no-bold {
         span {
-          font-weight: 400;
+          font-weight: 500;
         }
       }
     }
@@ -297,7 +297,7 @@
           li{
             font-size:0.28rem;
             font-family:MicrosoftYaHeiLight;
-            font-weight:400;
+            font-weight:500;
             color:rgba(255,255,255,0.5);
             text-align: center;
             display: flex;
@@ -329,7 +329,7 @@
           span{
             font-size:0.26rem;
             font-family:MicrosoftYaHeiLight;
-            font-weight:400;
+            font-weight:500;
             color:rgba(177,37,37,1);
           }
         }

--
Gitblit v1.9.3