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 @@