From a4e863a872a4b04d0afd7d3d47cc6dd87fec60e3 Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Fri, 12 Sep 2025 14:48:29 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E5=8F=AF=E7=AD=BE=E7=BD=B2?=
=?UTF-8?q?=E4=BB=A3=E7=90=86=E5=95=86=E5=8D=8F=E8=AE=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 7 +
.../InstallationAgreement.vue | 3 +-
pages/agents/agents.vue | 87 ++++----
pages/partnerProtocol/partnerProtocol.vue | 185 ++++++++++++++++++
pages/signature/signature.vue | 16 +-
5 files changed, 255 insertions(+), 43 deletions(-)
create mode 100644 pages/partnerProtocol/partnerProtocol.vue
diff --git a/pages.json b/pages.json
index dc95976..522d216 100644
--- a/pages.json
+++ b/pages.json
@@ -134,6 +134,13 @@
"style": {
"navigationBarTitleText": "请横屏签名"
}
+ },
+ {
+ "path" : "pages/partnerProtocol/partnerProtocol",
+ "style" :
+ {
+ "navigationBarTitleText" : "签订代理商协议"
+ }
}
],
"subPackages": [
diff --git a/pages/InstallationAgreement/InstallationAgreement.vue b/pages/InstallationAgreement/InstallationAgreement.vue
index a8a71e1..d69a05b 100644
--- a/pages/InstallationAgreement/InstallationAgreement.vue
+++ b/pages/InstallationAgreement/InstallationAgreement.vue
@@ -79,7 +79,7 @@ import { tempUrlToRealUrl } from '../../utils/tempUrl-to-realUrl'
export default {
onLoad() {
- this.openProtocol()
+ // this.openProtocol()
},
data() {
return {
@@ -91,6 +91,7 @@ export default {
location: '',
businessLicenseUrl: '',
signatureUrl: '',
+ templateId: '1',
},
rules: {
diff --git a/pages/agents/agents.vue b/pages/agents/agents.vue
index 3fd1e35..41e6660 100644
--- a/pages/agents/agents.vue
+++ b/pages/agents/agents.vue
@@ -84,63 +84,61 @@
-
+
✓
- 我已阅读并同意
- 《代理商协议》
+ 我已签署
+ 去签署
+ 《代理商协议》
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/signature/signature.vue b/pages/signature/signature.vue
index 4dc3b83..b899c13 100644
--- a/pages/signature/signature.vue
+++ b/pages/signature/signature.vue
@@ -20,7 +20,7 @@