From 9bceed4c227f85e78ed840250b8f96285e0ef8ef Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Sat, 24 Feb 2024 16:04:39 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B7=A5=E4=BD=9C=E5=8F=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/public.js | 7 +
pages.json | 39 ++-
pages/gather/gather.vue | 581 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 614 insertions(+), 13 deletions(-)
create mode 100644 pages/gather/gather.vue
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 @@
+
+
+
+
+
+ 更多功能
+ 编辑
+ 完成
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+ 还没有应用,点我添加应用
+
+
+
+
+ 编辑功能
+ 完成
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file