From 365d67904af03a2d4ac0c216174438eda256c3e8 Mon Sep 17 00:00:00 2001
From: jscyl13849007907 <13849007907@163.com>
Date: Wed, 13 May 2026 14:13:50 +0800
Subject: [PATCH] no message
---
components/myMain.vue | 2 +-
components/quickLogin.vue | 155 ++++++++
pages.json | 11 +
root/bind/applyForm.vue | 14 +-
root/bind/applyList.vue | 2 +-
root/detail/user.vue | 2 +-
root/detail/userShare.vue | 873 ++++++++++++++++++++++++++++++++++++++++++++++
root/person/downpage.vue | 2 +-
root/person/fensi.vue | 16 +-
9 files changed, 1064 insertions(+), 13 deletions(-)
create mode 100644 components/quickLogin.vue
create mode 100644 root/detail/userShare.vue
diff --git a/components/myMain.vue b/components/myMain.vue
index ee8c6b9..6f86515 100644
--- a/components/myMain.vue
+++ b/components/myMain.vue
@@ -219,7 +219,7 @@
// #endif
that.G.Get(
that.api.bind_getCode, {
- env: _env,
+ env: 'trial',
appTag:'fdb'
},
(res) => {
diff --git a/components/quickLogin.vue b/components/quickLogin.vue
new file mode 100644
index 0000000..f4d97c4
--- /dev/null
+++ b/components/quickLogin.vue
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+
diff --git a/pages.json b/pages.json
index 372d54a..dae80af 100644
--- a/pages.json
+++ b/pages.json
@@ -348,6 +348,17 @@
{ // 各个模块的详情页
"root": "root/detail",
"pages": [
+ {
+ "path": "userShare",
+ "style": {
+ "navigationBarTitleText": "详情", // 用户主页
+ "backgroundColor": "#ededed",
+ "backgroundColorBottom": "#ededed",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": false,
+ "disableScrollByUser": true
+ }
+ },
{
"path": "job",
"style": {
diff --git a/root/bind/applyForm.vue b/root/bind/applyForm.vue
index f8485e6..35edfe1 100644
--- a/root/bind/applyForm.vue
+++ b/root/bind/applyForm.vue
@@ -16,7 +16,12 @@