diff --git a/components/vc-category/vc-category.vue b/components/vc-category/vc-category.vue new file mode 100644 index 0000000..d6a3b45 --- /dev/null +++ b/components/vc-category/vc-category.vue @@ -0,0 +1,96 @@ + + + + + diff --git a/pages.json b/pages.json index 4c2bda9..069221d 100644 --- a/pages.json +++ b/pages.json @@ -359,6 +359,12 @@ "navigationBarTitleText": "租房预约" } } + ,{ + "path" : "pages/mall/mall", + "style" : { + "navigationBarTitleText": "商圈" + } + } ], "tabBar": { "color": "#272636", @@ -378,8 +384,8 @@ "selectedIconPath": "static/images/rent-selected.png" }, { - "pagePath": "pages/market/market", - "text": "市场", + "pagePath": "pages/mall/mall", + "text": "商圈", "iconPath": "static/images/market.png", "selectedIconPath": "static/images/market-selected.png" }, diff --git a/pages/mall/mall.vue b/pages/mall/mall.vue new file mode 100644 index 0000000..a5a61c2 --- /dev/null +++ b/pages/mall/mall.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/pages/notice/detail/detail.vue b/pages/notice/detail/detail.vue index f3312e3..42af2fb 100644 --- a/pages/notice/detail/detail.vue +++ b/pages/notice/detail/detail.vue @@ -35,7 +35,7 @@ }; }, - components:{jyfParser} + components:{jyfParser}, onLoad: function(options) { context.onLoad(options); diff --git a/static/images/mall_groupBuy.png b/static/images/mall_groupBuy.png new file mode 100644 index 0000000..db8f4ff Binary files /dev/null and b/static/images/mall_groupBuy.png differ diff --git a/static/images/mall_market.png b/static/images/mall_market.png new file mode 100644 index 0000000..0f87227 Binary files /dev/null and b/static/images/mall_market.png differ diff --git a/static/images/mall_secKill.png b/static/images/mall_secKill.png new file mode 100644 index 0000000..a390208 Binary files /dev/null and b/static/images/mall_secKill.png differ