diff --git a/config/config.js b/config/config.js
index adf1455..7c3c038 100644
--- a/config/config.js
+++ b/config/config.js
@@ -287,6 +287,7 @@ export default {
"menu": iu + "?ctl=Store&met=menu&typ=json",
// "lists":iu + "?ctl=Store&met=lists&typ=json",
"lists": ip + "shop/store/lists",
+ "category": ip + "shop/store/category",
// 附近门店列表
"nearList": ip + 'shop/store/near/list',
"listsChain": iu + "?ctl=Chain&met=lists&typ=json",
@@ -1115,7 +1116,7 @@ export default {
"text": "推荐"
},
{
- "pagePath": "pages/category/category",
+ "pagePath": "pages/category/storeCategory",
"iconPath": "static/images/tabBar2.png",
"selectedIconPath": "static/images/tabBar_sel2.png",
"text": "分类"
diff --git a/pages.json b/pages.json
index d513599..d957894 100644
--- a/pages.json
+++ b/pages.json
@@ -76,6 +76,16 @@
}
}
},
+
+ {
+ "path": "pages/category/storeCategory",
+ "style": {
+ "navigationBarTitleText": "分类",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
/*
{
@@ -1524,7 +1534,7 @@
"text": "推荐"
},
{
- "pagePath": "pages/category/category",
+ "pagePath": "pages/category/storeCategory",
"iconPath": "static/images/tabBar2.png",
"selectedIconPath": "static/images/tabBar_sel2.png",
"text": "分类"
diff --git a/pages/category/storeCategory.vue b/pages/category/storeCategory.vue
new file mode 100644
index 0000000..93f3581
--- /dev/null
+++ b/pages/category/storeCategory.vue
@@ -0,0 +1,155 @@
+
+
+
+
+ {{ item.name }}
+
+
+
+
+ {{ item.name }}
+
+
+
+ {{ shop.store_name }}
+
+
+ 该分类暂无店铺数据
+
+
+
+
+
+
+
+
diff --git a/static/images/logo.png b/static/images/logo.png
new file mode 100644
index 0000000..0c15ff6
Binary files /dev/null and b/static/images/logo.png differ