细节优化

master
gongfuxiang 2024-10-17 17:00:48 +08:00
parent 0b36d0ed2e
commit 8d7d82bee4
3 changed files with 7 additions and 5 deletions

View File

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

View File

@ -100,6 +100,7 @@
"common-agreement": "",
"customview-customview": "自定义页面",
"design": "",
"diy": "",
"error": "温馨提示",
"article-category": "所有文章",
"article-detail": "文章详情",

View File

@ -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);
}
}
};
</script>