Commit c38cce16 authored by jt's avatar jt

x

parent a9a51dca
...@@ -147,15 +147,7 @@ const getColor = (type) => { ...@@ -147,15 +147,7 @@ const getColor = (type) => {
colors = ['#EDE8D6', '#d6e8f7', '#eeeaf3', '#f2e9c7', '#49443f']; colors = ['#EDE8D6', '#d6e8f7', '#eeeaf3', '#f2e9c7', '#49443f'];
break; break;
case 'textColor': case 'textColor':
colors = ['#503404', '#284a6c', '#322d6f', '#503404', '#fff0df']; colors = ['#000000', '#000000', '#000000', '#000000', '#fbf0e1'];
break;
case 'buttonColor':
// 基于Integral模块中jifen的currentPoints颜色
colors = ['#5f3c27', '#385e85', '#403294', '#5f3c27', '#f6c79c'];
break;
case 'accentColor':
// 基于Integral模块中jifen的totalPoints颜色
colors = ['#d7aa72', '#6c9bc9', '#756ae0', '#d4a468', '#d4a468'];
break; break;
case 'tabsColor': case 'tabsColor':
// Tab切换区域背景色 // Tab切换区域背景色
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment