shish преди 9 месеца
родител
ревизия
a8d14c31f1
променени са 2 файла, в които са добавени 9 реда и са изтрити 9 реда
  1. 4 4
      hdApp/src/admin/home/workbench.vue
  2. 5 5
      mallApp/src/pages/home/recent.vue

+ 4 - 4
hdApp/src/admin/home/workbench.vue

@@ -106,7 +106,7 @@
         <view class="flower-section">
           <view class="section-header">
             <view class="header-line"></view>
-            <view class="header-title">花束花篮</view>
+            <view class="header-title">花束绿植</view>
             <view class="header-line"></view>
           </view>
           <view class="icon-grid">
@@ -161,11 +161,11 @@
           </view>
         </view>
 
-        <!-- 绿植花材 -->
+        <!-- 鲜花花材 -->
         <view class="flower-section">
           <view class="section-header">
             <view class="header-line"></view>
-            <view class="header-title">绿植花材</view>
+            <view class="header-title">花材</view>
             <view class="header-line"></view>
           </view>
           <view class="icon-grid">
@@ -203,7 +203,7 @@
               <view class="icon-wrapper">
                 <image class="icon-image" :src="`${constant.hostUrl}/image/ghs/home/hcgl2.png`" mode="aspectFit"></image>
               </view>
-              <view class="icon-text">绿植花材</view>
+              <view class="icon-text">花材</view>
             </view>
             <view class="icon-item" @click="goPage({url: '/pagesPurchase/shopping'})">
               <view class="icon-wrapper">

+ 5 - 5
mallApp/src/pages/home/recent.vue

@@ -156,10 +156,10 @@
             <!-- 操作按钮组 -->
             <view class="action-buttons">
               <view class="action-btn primary" @click.stop="bug(item)">
-                <text class="btn-text">🌸 绿植花材</text>
+                <text class="btn-text">🌸 鲜花花材</text>
               </view>
               <view class="action-btn secondary" @click.stop="hs(item)">
-                <text class="btn-text">💐 花束花篮</text>
+                <text class="btn-text">💐 花束绿植</text>
               </view>
             </view>
 
@@ -832,11 +832,11 @@ page {
       } */
 
       &.primary {
-        background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
+        background: linear-gradient(135deg, #a55eea 0%, #8e44ad 100%);
       }
 
       &.secondary {
-        background: linear-gradient(135deg, #a55eea 0%, #8e44ad 100%);
+        background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
       }
 
       &.tertiary {
@@ -845,7 +845,7 @@ page {
 
       .btn-text {
         color: white;
-        font-size: 28upx;
+        font-size: 32upx;
         font-weight: 600;
         text-shadow: 0 1upx 2upx rgba(0, 0, 0, 0.2);
       }