diff --git a/pages.json b/pages.json index b0d4fb2..8998c1a 100644 --- a/pages.json +++ b/pages.json @@ -830,6 +830,20 @@ "navigationBarTitleText": "确认订单", "navigationStyle": "custom" } + }, + { + "path" : "pages/shop/goodsSpecial", + "style" : { + "navigationBarTitleText": "商品专题", + "navigationStyle": "custom" + } + }, + { + "path" : "pages/shop/specialList", + "style" : { + "navigationBarTitleText": "商品专题列表", + "navigationStyle": "custom" + } } ], "globalStyle": { diff --git a/pages/shop/goodsSpecial.vue b/pages/shop/goodsSpecial.vue new file mode 100644 index 0000000..a66949e --- /dev/null +++ b/pages/shop/goodsSpecial.vue @@ -0,0 +1,33 @@ + + + + + diff --git a/pages/shop/specialList.vue b/pages/shop/specialList.vue new file mode 100644 index 0000000..27a39ff --- /dev/null +++ b/pages/shop/specialList.vue @@ -0,0 +1,139 @@ + + + + +