shish 11 месяцев назад
Родитель
Сommit
8b913a7297

+ 3 - 3
mallApp/src/pages.json

@@ -1,12 +1,12 @@
 {
     "pages": [{ "path": "pages/home/recent", "style": { "navigationBarTitleText": "我的花店","enablePullDownRefresh":true} },
         { "path": "pages/home/index", "style": { "navigationBarTitleText": "首页" } },
-        { "path": "pages/home/category", "style": { "navigationBarTitleText": "花束花礼" } },
-        { "path": "pages/home/mall", "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": "我的" } },
         { "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/category.vue

@@ -141,7 +141,7 @@ export default {
 	},
   onShareAppMessage(res) {
 		return {
-			title: '花束花礼',
+			title: '花束商城',
 			desc: "",
 			path: "pages/home/category?account="+this.option.account,
 		}

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

@@ -139,7 +139,7 @@ export default {
 	},
   onShareAppMessage(res) {
 		return {
-			title: '花束花礼',
+			title: '花束商城',
 			desc: "",
 			path: "pages/home/category?account="+this.option.account,
 		}

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

@@ -613,6 +613,7 @@ page {
          font-size: 26upx;
          color: #667eea;
          text-decoration: underline;
+         font-weight: 600;
        }
     }
   }