From 9f195f09b74184dbadd5450fb80d33065dc32fc3 Mon Sep 17 00:00:00 2001 From: ch Date: Mon, 4 Jul 2022 10:43:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=95=86=E5=93=81=E5=B7=B2=E4=B8=8B?= =?UTF-8?q?=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 7 +++ src/pages/goods/detail/index.vue | 6 ++- src/pages/goods/enable.vue | 83 ++++++++++++++++++++++++++++++++ 3 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 src/pages/goods/enable.vue diff --git a/src/pages.json b/src/pages.json index f465fdf..78ec3b5 100644 --- a/src/pages.json +++ b/src/pages.json @@ -58,6 +58,13 @@ "navigationBarTitleText": "马士兵严选" } }, + { + "path": "pages/goods/enable", + "aliasPath" : "/enable", + "style": { + "navigationBarTitleText": "商品详情" + } + }, { "path": "pages/goods/comment/list", "aliasPath" : "/goodsCommentList", diff --git a/src/pages/goods/detail/index.vue b/src/pages/goods/detail/index.vue index d04331f..33a5c10 100644 --- a/src/pages/goods/detail/index.vue +++ b/src/pages/goods/detail/index.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-23 17:27:21 * @LastEditors: ch - * @LastEditTime: 2022-06-22 22:08:16 + * @LastEditTime: 2022-07-04 10:40:18 * @Description: file content -->