From 08374b4a4141456a087e165b13bb060ece4f860a Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Thu, 11 Sep 2025 14:52:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=8D=8F=E8=AE=AE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=AF=BC=E5=85=A5=E5=AE=89=E8=A3=85=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 +- .../InstallationAgreement.vue | 14 ++ pages/test/test.vue | 134 +++++++++++------- 3 files changed, 98 insertions(+), 60 deletions(-) diff --git a/pages.json b/pages.json index 4384157..5332ab2 100644 --- a/pages.json +++ b/pages.json @@ -124,13 +124,11 @@ } }, { - "path" : "pages/InstallationAgreement/InstallationAgreement", - "style" : - { - "navigationBarTitleText" : "安装协议" - } + "path": "pages/InstallationAgreement/InstallationAgreement", + "style": { + "navigationBarTitleText": "签署安装协议" + } } - ], "subPackages": [ { diff --git a/pages/InstallationAgreement/InstallationAgreement.vue b/pages/InstallationAgreement/InstallationAgreement.vue index cb57fb9..b719abe 100644 --- a/pages/InstallationAgreement/InstallationAgreement.vue +++ b/pages/InstallationAgreement/InstallationAgreement.vue @@ -1,5 +1,6 @@