细节优化

master
gongfuxiang 2023-11-07 11:37:22 +08:00
parent 83a3338e6c
commit 47236b4ed4
2 changed files with 5 additions and 4 deletions

View File

@ -26,8 +26,8 @@
currency_symbol: '¥',
//
// yellow #f6c133
// red #ff0036
// yellow #f6c133
// black #333333
// 绿 green #20a53a
// orange #fe6f04
@ -1927,8 +1927,8 @@
get_theme_color(is_light = false) {
let color_obj = {
//
yellow: '#f6c133', //
red: '#ff0036', //
yellow: '#f6c133', //
black: '#333333', //
blue: '#1677ff', //
green: '#20a53a', // 绿
@ -1937,8 +1937,8 @@
purple: '#623cec', //
//
yellow_light: '#ffebd2', //
red_light: '#ffdbe2', //
yellow_light: '#ffebd2', //
black_light: '#dcdcdc', //
blue_light: '#d1e4ff', //
green_light: '#cce8d2', // 绿
@ -1961,8 +1961,8 @@
//
get_theme_value() {
//
// yellow #f6c133
// red #ff0036
// yellow #f6c133
// black #333333
// 绿 green #20a53a
// orange #fe6f04

View File

@ -40,6 +40,7 @@
export default {
data() {
return {
theme_view: app.globalData.get_theme_value_view(),
application_client_type: app.globalData.application_client_type(),
default_avatar: app.globalData.data.default_user_head_src,
cache_key: app.globalData.data.cache_user_base_personal_interval_time_key,