shish 8 months ago
parent
commit
42dfce9ddb

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

@@ -4,7 +4,7 @@
     <view class="img_box" style="margin-top:30upx;">
       <image :src="flowerUrl" 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>
     <div class="confirm-btn" style="margin-top:60upx;">
       <button class="admin-button-com big blue" style="width:60vw;" @click="downloadImg(flowerUrl)">保存图片</button>
     </div>

+ 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},

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

@@ -172,7 +172,7 @@
           </view>
         </view>
 
-        <!-- 鲜花花材 -->
+        <!-- 花材 -->
         <view class="flower-section">
           <view class="section-header">
             <view class="header-line"></view>

+ 1 - 1
mallApp/src/pages.json

@@ -6,7 +6,7 @@
         { "path": "pages/home/shop", "style": { "navigationBarTitleText": "门店" } },
         { "path": "pages/home/user", "style": { "navigationBarTitleText": "我的" } },
         { "path": "pages/home/course", "style": { "navigationBarTitleText": "课程"}},
-        { "path": "pages/item/item", "style": { "navigationBarTitleText": "鲜花花材"} },
+        { "path": "pages/item/item", "style": { "navigationBarTitleText": "花材"} },
         { "path": "pages/item/detail", "style": { "navigationBarTitleText": "详情"} },
         { "path": "common/redirect", "style": { "navigationBarTitleText": "加载中..." } },
         { "path": "common/webview", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } },

+ 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

@@ -156,7 +156,7 @@
             <!-- 操作按钮组 -->
             <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>

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

@@ -220,7 +220,7 @@ export default {
 	},
   	onShareAppMessage(res) {
 		return {
-			title: '鲜花花材',
+			title: '花材',
 			desc: "",
 			path: "pages/item/item?account="+this.option.account,
 		}