From 6843feebfa9e803f368c28c4bbea3ed28e1c04fa Mon Sep 17 00:00:00 2001 From: chc <1501738723@qq.com> Date: Thu, 22 Dec 2022 18:19:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9B=E4=B8=AA=E5=8D=8F=E8=AE=AE=E4=B8=8D?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/help/tips.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/mine/help/tips.vue b/pages/mine/help/tips.vue index b284ec4..e2a3b82 100644 --- a/pages/mine/help/tips.vue +++ b/pages/mine/help/tips.vue @@ -11,19 +11,19 @@ export default { return { res: "", way: { - user: { + USER_AGREEMENT: { title: "服务协议", type: "USER_AGREEMENT", }, - privacy: { + PRIVACY_POLICY: { title: "隐私政策", type: "PRIVACY_POLICY", }, - message: { + LICENSE_INFORMATION: { title: "证照信息", type: "LICENSE_INFORMATION", }, - about: { + ABOUT: { title: "关于我们", type: "ABOUT", }, @@ -32,6 +32,7 @@ export default { }, mounted() {}, onLoad(option) { + console.log(this.way) uni.setNavigationBarTitle({ title: this.way[option.type].title, });