From 53d6123af93b784081dca67e4ad399017df37fda Mon Sep 17 00:00:00 2001 From: wangzimeng <3297159934@qq.com> Date: Wed, 13 Aug 2025 14:55:45 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E9=9A=90=E8=97=8F=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=9A=84=E8=AF=84=E8=AE=BA=E5=92=8C=E4=BF=9D=E9=9A=9C=202?= =?UTF-8?q?=E3=80=81=E6=9B=B4=E6=8D=A2=E5=AF=BC=E8=88=AA=E6=A0=8F=E7=9A=84?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E4=B8=BA=E4=B9=B0=E9=85=B1=E6=96=99=EF=BC=8C?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=B8=BA=E6=89=BE=E6=A1=A3=E5=8F=A3=203?= =?UTF-8?q?=E3=80=81=E5=88=86=E4=BA=AB=E6=89=93=E5=8D=B0=E5=88=A4=E6=96=AD?= =?UTF-8?q?=204=E3=80=81=E5=A2=9E=E5=8A=A0=E6=B3=95=E5=BE=8B=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=E9=A1=B5=E9=9D=A2=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 25 +- pages/goods/index.vue | 715 ++++++++++++++++++-------------------- pages/goods/lawNotice.vue | 25 ++ pages/index/category.vue | 2 +- sheep/platform/share.js | 3 + 5 files changed, 389 insertions(+), 381 deletions(-) create mode 100644 pages/goods/lawNotice.vue diff --git a/pages.json b/pages.json index 156b9fe..b2922d6 100644 --- a/pages.json +++ b/pages.json @@ -21,13 +21,13 @@ } }, { - "path": "pages/index/fabu", + "path": "pages/index/category", "style": { - "navigationBarTitleText": "发布信息" + "navigationBarTitleText": "商品分类" }, "meta": { "sync": true, - "title": "发布信息", + "title": "商品分类", "group": "商城" } }, @@ -43,13 +43,13 @@ } }, { - "path": "pages/index/category", + "path": "pages/index/fabu", "style": { - "navigationBarTitleText": "商品分类" + "navigationBarTitleText": "发布信息" }, "meta": { "sync": true, - "title": "商品分类", + "title": "发布信息", "group": "商城" } }, @@ -169,6 +169,17 @@ "group": "商品" } }, + { + "path": "lawNotice", + "style": { + "navigationBarTitleText": "法律声明" + }, + "meta": { + "sync": true, + "title": "法律声明", + "group": "商品" + } + }, { "path": "groupon", "style": { @@ -854,7 +865,7 @@ "pagePath": "pages/index/index" }, { - "pagePath": "pages/index/fabu" + "pagePath": "pages/index/category" }, { "pagePath": "pages/index/user" diff --git a/pages/goods/index.vue b/pages/goods/index.vue index 9265e18..d73d710 100644 --- a/pages/goods/index.vue +++ b/pages/goods/index.vue @@ -1,417 +1,386 @@ + .title { + font-size: 36rpx; + font-weight: bold; + color: #333333; + } + + .subtitle { + font-size: 26rpx; + font-weight: 500; + color: #333333; + } + } + \ No newline at end of file diff --git a/pages/goods/lawNotice.vue b/pages/goods/lawNotice.vue new file mode 100644 index 0000000..b9bb566 --- /dev/null +++ b/pages/goods/lawNotice.vue @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/pages/index/category.vue b/pages/index/category.vue index 42e1e6e..28193f2 100644 --- a/pages/index/category.vue +++ b/pages/index/category.vue @@ -1,6 +1,6 @@