shish 3 miesięcy temu
rodzic
commit
d5d6a72929

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

@@ -38,7 +38,7 @@ export default {
             ]
         },
         {
-            title:'🌿 花材绿植',
+            title:'🌿 绿植',
             list:[
                 {name: "列表", emoji: "📋", url: "/admin/item/list2",pf:1},
                 {name: "分类", emoji: "📂", url: "/admin/itemClass/list",pf:1},

+ 1 - 1
hdApp/src/admin/home/mall.vue

@@ -117,7 +117,7 @@
         <!-- 花材 -->
         <view class="flower-section">
           <view class="section-header">
-            <view class="header-title">🌿 花材绿植</view>
+            <view class="header-title">🌿 绿植</view>
           </view>
           <view class="icon-grid">
             <view class="icon-item" @click="goPage({url: '/admin/cg/item'})">

+ 1 - 1
hdApp/src/admin/shop/sk.vue

@@ -75,7 +75,7 @@
 
           <view style="border: 1px solid #2bb931;margin:20upx 10upx;background-color: white;">
             <view class="action-btn" style="margin-top:20upx;margin-bottom:10upx;background-color: white;">
-              <text style="font-size: 30upx;font-weight: bold;">【零售-花材绿植】跑腿费计算方式</text>
+              <text style="font-size: 30upx;font-weight: bold;">【零售-绿植】跑腿费计算方式</text>
             </view>
             <view style="display: flex; align-items: center; margin-left:30upx;">
               <input class="input-field" type="number" v-model="hcFreeKm" placeholder="0" style="width:100upx;" @focus="hcFreeKm = ''" />

+ 1 - 1
mallApp/src/pages/home/category.vue

@@ -136,7 +136,7 @@ export default {
         { name: '全部', value: -1 },
         { name: '鲜花', value: 0 },
         { name: '仿真花', value: 1 },
-        { name: '花材绿植', value: 99 }
+        { name: '绿植', value: 99 }
       ],
       currentFilterTab: 0 // 当前选中的筛选标签
     }

+ 1 - 1
mallApp/src/pages/home/mall.vue

@@ -24,7 +24,7 @@
         <button class="buy-material-btn" @click="buyProduct()">
           <view class="btn-content">
             <text class="material-icon">🌸</text>
-            <text class="btn-text">花材绿植</text>
+            <text class="btn-text">绿植</text>
           </view>
         </button>
         <button class="buy-flower-btn" @click="buyHs()">

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

@@ -154,7 +154,7 @@
             <!-- 操作按钮组 -->
             <view class="action-buttons">
               <view class="action-btn secondary" :class="{ disabled: item.openShop === 0 }" @click.stop="bug(item)">
-                <text class="btn-text">🌸 花材绿植</text>
+                <text class="btn-text">🌸 绿植</text>
               </view>
               <view class="action-btn secondary" :class="{ disabled: item.openShop === 0 }" @click.stop="hs(item)">
                 <text class="btn-text">💐 花束</text>