From aa7ef9bcc78b1f616aaa29698a27d964e67c1501 Mon Sep 17 00:00:00 2001 From: xuwenbo <717567226@qq.com> Date: Fri, 11 Sep 2020 10:04:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B6=B3=E8=BF=B9=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages.json | 6 ++++++ pages/shop/GoodsFoot/index.vue | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index fef0132..37a8309 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "yshop商城演示版", + "name" : "yshopmall", "appid" : "__UNI__C7A519E", "description" : "", "versionName" : "1.0.0", diff --git a/pages.json b/pages.json index 0962776..2bebce3 100644 --- a/pages.json +++ b/pages.json @@ -93,6 +93,12 @@ "navigationBarTitleText": "商品收藏" } }, + { + "path": "pages/shop/GoodsFoot/index", + "style": { + "navigationBarTitleText": "我的足迹" + } + }, { "path": "pages/shop/news/NewsDetail/index", "style": { diff --git a/pages/shop/GoodsFoot/index.vue b/pages/shop/GoodsFoot/index.vue index 2b98172..0c13202 100644 --- a/pages/shop/GoodsFoot/index.vue +++ b/pages/shop/GoodsFoot/index.vue @@ -37,7 +37,7 @@ import Recommend from "@/components/Recommend"; import { getCollectUser, getCollectDel } from "@/api/user"; import Loading from "@/components/Loading"; export default { - name: "GoodsCollection", + name: "GoodsFoot", components: { Recommend, Loading