From 267399fd5c972ef8650c6682378fc55fd2b7a796 Mon Sep 17 00:00:00 2001
From: jscyl_mac <13849007907@163.com>
Date: Tue, 8 Jul 2025 14:34:30 +0800
Subject: [PATCH] no message
---
manifest.json | 2 +-
root/detail/fellow.vue | 5 +
root/home/quickApplication.vue | 1236 ++++++++++++++++++++--------------------
3 files changed, 636 insertions(+), 607 deletions(-)
diff --git a/manifest.json b/manifest.json
index bc63340..0866a48 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,5 @@
{
- "name" : "fadanzhushou",
+ "name" : "报名助手",
"appid" : "__UNI__860FDF3",
"description" : "报名助手",
"versionName" : "1.0.0",
diff --git a/root/detail/fellow.vue b/root/detail/fellow.vue
index e37b38a..f8a3d78 100644
--- a/root/detail/fellow.vue
+++ b/root/detail/fellow.vue
@@ -413,6 +413,11 @@ export default {
userName: that.info.userName,
userId: that.info.userId,
orderId: that.info.id,
+ userApplyOrderFiles:(that.imgList && that.imgList.length > 0)
+ ?
+ that.imgList.map(item => { return item.url }).join(',')
+ :
+ ''
}
let url = 'order_submitFellowNew'
that.G.Post(that.api[url], submitInfo, (res) => {
diff --git a/root/home/quickApplication.vue b/root/home/quickApplication.vue
index 9f48872..81110bc 100644
--- a/root/home/quickApplication.vue
+++ b/root/home/quickApplication.vue
@@ -1,606 +1,630 @@
-
-
-
-
-
- 老乡信息
-
-
-
-
-
- {{ item.userName ? item.userName + "/" : "姓名/" }}
- 性别/
- 男/
- 女/
- {{ item.age ? item.age + "岁/" : "年龄/" }}
- {{ item.nation ? item.nation : "民族" }}
-
-
-
-
-
-
-
-
- 编辑
-
-
-
-
- {{ item.address ? item.address : "家庭住址" }}
-
-
-
-
-
- {{ item.idCard ? item.idCard : "身份证号" }}
-
-
-
-
-
- {{ item.tel ? item.tel : "手机号" }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 添加老乡
-
-
- 职位信息
-
-
-
-
-
-
- 报名备注
-
-
-
-
-
-
-
-
-
- 我已阅读并同意
- 《用户协议》
- 及
- 《隐私政策》
-
-
-
-
-
-
-
-
- 取消
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ 老乡信息
+
+
+
+
+
+ {{ item.userName ? item.userName + "/" : "姓名/" }}
+ 性别/
+ 男/
+ 女/
+ {{ item.age ? item.age + "岁/" : "年龄/" }}
+ {{ item.nation ? item.nation : "民族" }}
+
+
+
+
+
+
+
+
+ 编辑
+
+
+
+
+ {{ item.address ? item.address : "家庭住址" }}
+
+
+
+
+
+ {{ item.idCard ? item.idCard : "身份证号" }}
+
+
+
+
+
+ {{ item.tel ? item.tel : "手机号" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加老乡
+
+
+ 职位信息
+
+
+
+
+
+
+ 报名备注
+
+
+
+
+
+
+
+
+
+ 我已阅读并同意
+ 《用户协议》
+ 及
+ 《隐私政策》
+
+
+
+
+
+
+
+
+ 取消
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file