From df3b3704211dd6a30721a8704c4c0d09974bcb46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=87?= Date: Tue, 18 Mar 2025 15:10:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E9=99=86=E6=96=B0=E5=A2=9E=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login.js | 5 +++++ pages/login/login.wxml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/login/login.js b/pages/login/login.js index 92e4957..8df203c 100644 --- a/pages/login/login.js +++ b/pages/login/login.js @@ -75,6 +75,11 @@ Page({ url: `/pages/browser/index?url=${encodeURIComponent(this.data.appConfig.url_user_privacy)}`, }) }, + navToDeliveryContract(){ + wx.navigateTo({ + url: `/pages/browser/index?url=${encodeURIComponent(this.data.appConfig.url_delivery_contract)}`, + }) + }, navToAgreement(){ wx.navigateTo({ url: `/pages/browser/index?url=${encodeURIComponent(this.data.appConfig.url_user_agreement)}`, diff --git a/pages/login/login.wxml b/pages/login/login.wxml index 1d4d057..e7515e9 100644 --- a/pages/login/login.wxml +++ b/pages/login/login.wxml @@ -16,7 +16,7 @@ 与 - +