shish 9 месяцев назад
Родитель
Сommit
9e2b13bad3
2 измененных файлов с 4 добавлено и 22 удалено
  1. 2 2
      hdApp/src/admin/home/apply.vue
  2. 2 20
      mallApp/src/pages/home/recent.vue

+ 2 - 2
hdApp/src/admin/home/apply.vue

@@ -49,7 +49,6 @@ export default {
                 { name: "库存预警", img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs2.png`, url: "/pagesStorehouse/stockWarn/manage",pf:1},
                 { name: "买花", img: `${this.$constant.hostUrl}/image/ghs/home/icon_ghs2.png`, url: "/pagesPurchase/order",pf:1},
                 { name: "买花记录", img: `${this.$constant.hostUrl}/image/ghs/home/icon_caigou2.png`, url: "/pagesPurchase/shopping",pf:1},
-                { name: "已删除", img: `${this.$constant.hostUrl}/image/ghs/home/icon_ghs2.png`, url: "/pagesPurchase/pb",pf:1},
                 { name: "损耗", img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs2.png`, url: "/admin/breakage/list",pf:1},
                 { name: "拆散", img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs2.png`, url: "/admin/part/list",pf:1}
             ]
@@ -64,7 +63,8 @@ export default {
             { name: "失信人员", img: `${this.$constant.hostUrl}/image/ghs/home/shop2.png`, url: "/admin/ll/list",pf:1},
             { name: "会员等级", img: `${this.$constant.hostUrl}/image/ghs/home/shop2.png`, url: "/admin/member/level",pf:1},
             { name: "充值规则", img: `${this.$constant.hostUrl}/image/ghs/home/shop2.png`, url: "/admin/recharge/discount",pf:1},
-            { name: "收款码", img: `${this.$constant.hostUrl}/image/ghs/home/shop2.png`, url: "/admin/cg/code",pf:1}
+            { name: "收款码", img: `${this.$constant.hostUrl}/image/ghs/home/shop2.png`, url: "/admin/cg/code",pf:1},
+            { name: "已删商家", img: `${this.$constant.hostUrl}/image/ghs/home/icon_ghs2.png`, url: "/pagesPurchase/pb",pf:1}
           ]
         },
         {

+ 2 - 20
mallApp/src/pages/home/recent.vue

@@ -41,22 +41,18 @@
 
           <view class="function-grid">
             <view class="function-item" @click="">
-              <text class="function-icon">📊</text>
               <text class="function-text">统计</text>
             </view>
             <view class="function-item" @click="setAddress">
-              <text class="function-icon">📍</text>
               <text class="function-text">地址</text>
             </view>
             <view class="function-item-wrapper">
               <view class="function-item message-item" @click="pageTo({ url: '/pages/chat/list' })">
-                <text class="function-icon">💬</text>
                 <text class="function-text">新消息</text>
               </view>
               <view v-if="unReadMsgNum > 0" class="message-badge">{{ unReadMsgNum > 9 ? '9+' : unReadMsgNum }}</view>
             </view>
             <view class="function-item" @click="">
-              <text class="function-icon">📱</text>
               <text class="function-text">改号码</text>
             </view>
           </view>
@@ -621,7 +617,7 @@ page {
       align-items: center;
       justify-content: center;
       width: 100%;
-      height: 110upx;
+      height: 70upx;
       background: rgba(255, 255, 255, 0.15);
       border-radius: 15upx;
       border: 1upx solid rgba(255, 255, 255, 0.2);
@@ -633,27 +629,13 @@ page {
         background: rgba(255, 255, 255, 0.25);
       } */
 
-      .function-icon {
-        font-size: 44upx;
-        margin-bottom: 8upx;
-        filter: drop-shadow(0 2upx 4upx rgba(0, 0, 0, 0.1));
-        line-height: 1;
-      }
-
       .function-text {
         color: #ffffff;
-        font-size: 26upx;
+        font-size: 28upx;
         font-weight: 500;
         text-shadow: 0 1upx 2upx rgba(0, 0, 0, 0.1);
         line-height: 1;
       }
-
-      // 没有图标的按钮样式调整
-      &:not(.message-item):not(:has(.function-icon)) {
-        .function-text {
-          margin-top: 0;
-        }
-      }
     }
 
     // 对于没有包装器的普通按钮,保持原来的宽度