diff --git a/api/public.js b/api/public.js index e93436d..7238a86 100644 --- a/api/public.js +++ b/api/public.js @@ -121,4 +121,11 @@ export function getNavigation(data) { return request.get("navigation", data, { noAuth: true }); +} + +/* + 小程序 -- 小程序列表 +*/ +export function applet(data) { + return request.get(`applet`, data); } \ No newline at end of file diff --git a/pages.json b/pages.json index 0d89747..9aed057 100644 --- a/pages.json +++ b/pages.json @@ -23,6 +23,13 @@ } } }, + { + "path": "pages/gather/gather", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "工作台" + } + }, { "path": "pages/order_addcart/order_addcart", "style": { @@ -1298,19 +1305,25 @@ "selectedIconPath": "static/images/1-002.png", "text": "首页" }, - { - "pagePath": "pages/goods_cate/goods_cate" - , - "iconPath": "static/images/2-001.png", - "selectedIconPath": "static/images/2-002.png", - "text": "分类" - }, - { - "pagePath": "pages/plant_grass/index", - "iconPath": "static/images/5-001.png", - "selectedIconPath": "static/images/5-002.png", - "text": "逛逛" - }, + // { + // "pagePath": "pages/goods_cate/goods_cate" + // , + // "iconPath": "static/images/2-001.png", + // "selectedIconPath": "static/images/2-002.png", + // "text": "分类" + // }, + // { + // "pagePath": "pages/plant_grass/index", + // "iconPath": "static/images/5-001.png", + // "selectedIconPath": "static/images/5-002.png", + // "text": "逛逛" + // }, + { + "pagePath": "pages/gather/gather", + "iconPath": "static/images/5-001.png", + "selectedIconPath": "static/images/5-002.png", + "text": "工作台" + }, { "pagePath": "pages/order_addcart/order_addcart", "iconPath": "static/images/3-001.png", diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue new file mode 100644 index 0000000..2c45e69 --- /dev/null +++ b/pages/gather/gather.vue @@ -0,0 +1,581 @@ + + + + \ No newline at end of file