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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ `${form.locProvinceName || ''}/${form.locCityName || ''}/${form.locDistrictName || ''}/${form.locStreetName || ''}` }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 点击上传
+
+ 重新上传
+
+ 预览
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+
+
+ 保存信息
+
+
+
+
+
+
+
+
+
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 @@