From 289e68b756c525b7a19eb71462f699b7802739ee Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 12 Jan 2024 10:28:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=AA=E4=BA=BA=E5=85=A5?= =?UTF-8?q?=E9=A9=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/store.js | 8 + pages.json | 16 +- pages/store/applicationRecord/unit.vue | 200 +++ pages/store/settled/unit.vue | 1627 ++++++++++++++++++++++++ 4 files changed, 1850 insertions(+), 1 deletion(-) create mode 100644 pages/store/applicationRecord/unit.vue create mode 100644 pages/store/settled/unit.vue diff --git a/api/store.js b/api/store.js index e5ff95e..eee6dc6 100644 --- a/api/store.js +++ b/api/store.js @@ -373,6 +373,14 @@ export function getHotBanner(type) { export function create(data) { return request.post("intention/create", data); } +/** + * 个人入驻表单 + * @returns {*} + */ +export function personalStore(data) { + return request.post("intention/personal_store", data); +} + /** * 商户入驻短信验证码 * @returns {*} diff --git a/pages.json b/pages.json index ac18e90..09677ee 100644 --- a/pages.json +++ b/pages.json @@ -1061,11 +1061,25 @@ "navigationBarTitleText": "商家入驻" } - }, { + }, + { + "path": "settled/unit", + "style": { + "navigationStyle": "custom", + + "navigationBarTitleText": "个人入驻" + } + }, + { "path": "applicationRecord/index", "style": { "navigationBarTitleText": "申请记录" } + }, { + "path": "applicationRecord/unit", + "style": { + "navigationBarTitleText": "申请记录" + } }, { "path": "merchantDetails/index", "style": { diff --git a/pages/store/applicationRecord/unit.vue b/pages/store/applicationRecord/unit.vue new file mode 100644 index 0000000..7d9a753 --- /dev/null +++ b/pages/store/applicationRecord/unit.vue @@ -0,0 +1,200 @@ + + + + + diff --git a/pages/store/settled/unit.vue b/pages/store/settled/unit.vue new file mode 100644 index 0000000..67e1727 --- /dev/null +++ b/pages/store/settled/unit.vue @@ -0,0 +1,1627 @@ + + + + \ No newline at end of file