细节优化
parent
0b36d0ed2e
commit
8d7d82bee4
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -100,6 +100,7 @@
|
|||
"common-agreement": "",
|
||||
"customview-customview": "自定义页面",
|
||||
"design": "",
|
||||
"diy": "",
|
||||
"error": "温馨提示",
|
||||
"article-category": "所有文章",
|
||||
"article-detail": "文章详情",
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue