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 @@