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 @@ + + + + + + {{item.mer_name}} + 提交时间:{{item.create_time}} + 原因:{{item.fail_msg}} + + + + + + + + {{statusText(item.status)}} + + {{statusBtn(item.status)}} + + + + + + + 暂无申请记录,快去申请入驻吧! + + + + + + + + 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 @@ + + + + + + + + 商家入驻 + + + + + + + + + + + + + 申请记录 + + + + + + + 姓名 + + + + + + + + 联系电话 + + + + + + 验证码 + + + {{ text }} + + + + + + 验证码 + + + + + + + + + + + 商户分类 + + + + + + + + + + + + + + 所在地 + + + + + + + + + + + + + 详细地址 + + + + + + + + + + 提交申请 + + + + + + + + {{isType ? '店铺类型说明' : '商户入驻协议'}} + + + + + + + + + + + + + + + {{detail.title}} + 甲方公司:{{company?company:"暂无公司信息"}} + 机构代码:{{organization_code?organization_code:"暂无公司信息"}} + + + + + + + + + + + + + + + 请仔细阅读协议 {{num}}秒后可提交 + 同意本协议 + + + + + + + + + + + + + + + + 恭喜,您的资料提交成功! + 预计15个工作日内审核完毕,平台客服会及时与您联系! + + 返回首页 + + + + + + + + \ No newline at end of file