From d78797e4389d2e6127da00a2904fec5aaadfedc0 Mon Sep 17 00:00:00 2001 From: mo-bai <1873032855@qq.com> Date: Thu, 7 Apr 2022 12:04:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8E=82=E4=B8=8B=E5=8D=95=E5=AE=8C?= =?UTF-8?q?=E5=96=84=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/commonApi.js | 11 + pages.json | 8 + pages/complete-info/EnterpriseForm.vue | 2 +- pages/enterprise-info-edit/index.vue | 533 +++++++++++++++++++ pages/for-comparison/index.vue | 2 + pages/mall/index.vue | 7 +- pages/mine/index.vue | 28 +- pages/paper-details/index.vue | 63 ++- static/imgs/enterpriseInfo/location-icon.png | Bin 0 -> 1537 bytes 9 files changed, 617 insertions(+), 37 deletions(-) create mode 100644 pages/enterprise-info-edit/index.vue create mode 100644 static/imgs/enterpriseInfo/location-icon.png diff --git a/apis/commonApi.js b/apis/commonApi.js index b774cba..03ccc93 100644 --- a/apis/commonApi.js +++ b/apis/commonApi.js @@ -241,3 +241,14 @@ export function bindingReceiptCode(data = {}) { data: data }) } + +/** + * 印包客注销账号 + * @param {object} data + */ +export function cancelAccount(data = {}) { + return http.post({ + url: '/uec/logoff', + data: data + }) +} diff --git a/pages.json b/pages.json index f713fab..d8f4d71 100644 --- a/pages.json +++ b/pages.json @@ -91,6 +91,14 @@ "navigationStyle": "custom" } }, + { + "path": "pages/enterprise-info-edit/index", + "style": { + "navigationBarTitleText": "企业完善", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, { "path": "pages/for-comparison/index", "style": { diff --git a/pages/complete-info/EnterpriseForm.vue b/pages/complete-info/EnterpriseForm.vue index dc03142..32733e6 100644 --- a/pages/complete-info/EnterpriseForm.vue +++ b/pages/complete-info/EnterpriseForm.vue @@ -101,8 +101,8 @@ 工厂视频(可选) - + diff --git a/pages/enterprise-info-edit/index.vue b/pages/enterprise-info-edit/index.vue new file mode 100644 index 0000000..6769368 --- /dev/null +++ b/pages/enterprise-info-edit/index.vue @@ -0,0 +1,533 @@ + + + + + diff --git a/pages/for-comparison/index.vue b/pages/for-comparison/index.vue index 9f128a3..cd78b95 100644 --- a/pages/for-comparison/index.vue +++ b/pages/for-comparison/index.vue @@ -92,6 +92,7 @@ 交货时间 - + diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 1d199a3..60bb2f5 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -19,11 +19,8 @@ - - + + {{ hasCompany ? userInfo.companyName : '点击完善企业信息' }} @@ -114,8 +111,8 @@