Bladeren bron

更换位置

shish 10 maanden geleden
bovenliggende
commit
6fc3e2e8d6

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

@@ -39,7 +39,7 @@ export default {
             ]
         },
         {
-            title:'绿植花材',
+            title:'花材绿植',
             list:[
                 {name: "列表",img: `${this.$constant.hostUrl}/image/ghs/home/hcgl2.png`,url: "/admin/item/list2",pf:1},
                 {name: "分类",img: `${this.$constant.hostUrl}/image/ghs/home/hcgl2.png`,url: "/admin/itemClass/list",pf:1},

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

@@ -80,7 +80,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">
@@ -139,7 +139,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">

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

@@ -16,14 +16,14 @@
 				<app-search-module v-model="searchText" placeholder="搜索商品" @input="searchFn" :height="66" :fontSize="28" />
 			</view>
 			<view class="buy-flower-container">
-				<button class="buy-flower-btn" @click="buyAlbum()">
+				<button class="buy-material-btn" @click="buyProduct()">
 					<view class="btn-content">
-						<text class="btn-text">📷 花束相册</text>
+						<text class="btn-text">🌸 花材绿植</text>
 					</view>
 				</button>
-				<button class="buy-material-btn" @click="buyProduct()">
+				<button class="buy-flower-btn" @click="buyAlbum()">
 					<view class="btn-content">
-						<text class="btn-text">🌸 花材绿植</text>
+						<text class="btn-text">📷 花束相册</text>
 					</view>
 				</button>
 			</view>

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

@@ -21,18 +21,18 @@
         />
       </view>
       <view class="buy-flower-container">
-        <button class="buy-flower-btn" @click="buyHs()">
-          <view class="btn-content">
-            <text class="flower-icon">💐</text>
-            <text class="btn-text">花束商城</text>
-          </view>
-        </button>
         <button class="buy-material-btn" @click="buyProduct()">
           <view class="btn-content">
             <text class="material-icon">🌸</text>
             <text class="btn-text">花材绿植</text>
           </view>
         </button>
+        <button class="buy-flower-btn" @click="buyHs()">
+          <view class="btn-content">
+            <text class="flower-icon">💐</text>
+            <text class="btn-text">花束商城</text>
+          </view>
+        </button>
       </view>
     </view>