From 45e04f27f2e04611cef634e4ad1cba54404468ff Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Fri, 4 Aug 2023 11:33:26 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
manifest.json | 3 +-
pages.json | 11 +-
subpkg/companyUnsign/companyUnsign.vue | 181 +++++++++++++++++++++++++
3 files changed, 193 insertions(+), 2 deletions(-)
create mode 100644 subpkg/companyUnsign/companyUnsign.vue
diff --git a/manifest.json b/manifest.json
index 72e98fd..1ffe9d0 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,7 @@
{
"name" : "供销综合平台",
- "appid" : "__UNI__EA9FCAF",
+ // "appid" : "__UNI__EA9FCAF",
+ "appid" : "__UNI__3A527D1",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
diff --git a/pages.json b/pages.json
index add66eb..da91a11 100644
--- a/pages.json
+++ b/pages.json
@@ -19,7 +19,7 @@
"navigationBarBackgroundColor": "#3175f9",
"navigationBarTextStyle": "white"
}
-
+
},
{
"path": "pages/index/index",
@@ -383,6 +383,15 @@
"navigationBarTextStyle": "white"
}
+ }, {
+ "path": "companyUnsign/companyUnsign",
+ "style": {
+ "navigationBarTitleText": "未签约公司列表",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#3175f9",
+ "navigationBarTextStyle": "white"
+ }
+
}]
}],
"globalStyle": {
diff --git a/subpkg/companyUnsign/companyUnsign.vue b/subpkg/companyUnsign/companyUnsign.vue
new file mode 100644
index 0000000..14daf11
--- /dev/null
+++ b/subpkg/companyUnsign/companyUnsign.vue
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+ {{item.company_name}}
+ {{item.company_type_name}}
+
+ 详情
+
+
+
+
+
+ 主要联系人:{{item.master_name}}
+ 联系方式:{{item.master_phone}}
+
+ 区县乡镇:
+ {{item.city_name+'/'+item.area_name+'/'+item.street_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+