Browse Source

绿植花束

shish 8 months ago
parent
commit
7774b12831

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

@@ -5,7 +5,7 @@
       <image :src="goodsUrl" mode="heightFix" class="img_url"></image>
     </view>
 
-    <view style="margin:20upx auto 20upx auto;width:50vw;font-size:35upx;font-weight:bold;text-align:center;">花束绿植</view>
+    <view style="margin:20upx auto 20upx auto;width:50vw;font-size:35upx;font-weight:bold;text-align:center;">绿植花束</view>
 
     <view class="confirm-btn" style="margin-top:60upx;">
       <button class="admin-button-com big blue" style="width:60vw;" @click="downloadImg(goodsUrl)">保存图片</button>

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

@@ -30,7 +30,7 @@ export default {
     return {
       menuList: [
         {
-            title:'花束绿植',
+            title:'绿植花束',
             list:[
                 { name: "列表", img: `${this.$constant.hostUrl}/image/ghs/home/hcgl2.png`, url: "/admin/goods/list",pf:1},
                 { name: "分类", img: `${this.$constant.hostUrl}/image/ghs/home/hcgl2.png`, url: "/admin/goods/category",pf:1},

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

@@ -117,7 +117,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,7 +161,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: '/admin/goods/add'})">
               <view class="icon-wrapper">

+ 1 - 1
mallApp/src/pages.json

@@ -1,7 +1,7 @@
 {
     "pages": [{ "path": "pages/home/recent", "style": { "navigationBarTitleText": "我的花店","enablePullDownRefresh":true} },
         { "path": "pages/home/index", "style": { "navigationBarTitleText": "首页" } },
-        { "path": "pages/home/category", "style": { "navigationBarTitleText": "花束绿植" } },
+        { "path": "pages/home/category", "style": { "navigationBarTitleText": "绿植花束" } },
         { "path": "pages/home/mall", "style": { "navigationBarTitleText": "相册" } },
         { "path": "pages/home/shop", "style": { "navigationBarTitleText": "门店" } },
         { "path": "pages/home/user", "style": { "navigationBarTitleText": "我的" } },

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

@@ -30,7 +30,7 @@
         <button class="buy-flower-btn" @click="buyHs()">
           <view class="btn-content">
             <text class="flower-icon">💐</text>
-            <text class="btn-text">花束绿植</text>
+            <text class="btn-text">绿植花束</text>
           </view>
         </button>
       </view>

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

@@ -159,7 +159,7 @@
                 <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>
 

+ 1 - 1
mallApp/src/pages/item/item.vue

@@ -18,7 +18,7 @@
 				<button class="buy-mall-btn" @click="buyHs()">
 					<view class="btn-content">
 						<view class="arrow-icon"></view>
-						<text class="btn-text">买花束绿植</text>
+						<text class="btn-text">买绿植花束</text>
 					</view>
 				</button>
 			</view>