From 8d7d82bee4525415231dbcf6ff6d4520fbfc1302 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Thu, 17 Oct 2024 17:00:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/en.json | 1 + locale/zh.json | 1 + pages/diy/diy.vue | 10 +++++----- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/locale/en.json b/locale/en.json index ef86d665..5e4f977c 100644 --- a/locale/en.json +++ b/locale/en.json @@ -98,6 +98,7 @@ "extraction-address": "Self pickup address", "customview-customview": "Custom Page", "design": "", + "diy": "", "error": "Kind reminder", "article-category": "All articles", "article-detail": "Article details", diff --git a/locale/zh.json b/locale/zh.json index aa887736..a9a99952 100644 --- a/locale/zh.json +++ b/locale/zh.json @@ -100,6 +100,7 @@ "common-agreement": "", "customview-customview": "自定义页面", "design": "", + "diy": "", "error": "温馨提示", "article-category": "所有文章", "article-detail": "文章详情", diff --git a/pages/diy/diy.vue b/pages/diy/diy.vue index 93c21202..6de2846b 100644 --- a/pages/diy/diy.vue +++ b/pages/diy/diy.vue @@ -167,12 +167,12 @@ }); } }); - } - }, + }, - // 状态栏设置 - set_navigation_bar_color() { - app.globalData.set_navigation_bar_color(parseInt(app.globalData.get_key_data(this.data, 'config.header.com_data.style.function_buttons_type', 0)) == 1); + // 状态栏设置 + set_navigation_bar_color() { + app.globalData.set_navigation_bar_color(parseInt(app.globalData.get_key_data(this.data, 'config.header.com_data.style.function_buttons_type', 0)) == 1); + } } };