Browse Source

分离优化

shish 10 months ago
parent
commit
9485b3c8c0
2 changed files with 3 additions and 3 deletions
  1. 2 2
      mallApp/src/pages/home/mall.vue
  2. 1 1
      mallApp/src/pages/item/item.vue

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

@@ -144,9 +144,9 @@ export default {
   },
   onShareAppMessage(res) {
     return {
-      title: "花束商城",
+      title: "花束相册",
       desc: "",
-      path: "pages/home/category?account=" + this.option.account,
+      path: "pages/home/mall?account=" + this.option.account,
     };
   },
   onShow() {

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

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