|
@@ -67,7 +67,7 @@ async function getData() {
|
|
|
icon: 'fxemoji:notchedrightsemi3dot',
|
|
|
value: totalSceneCount,
|
|
|
unit: '个',
|
|
|
- color: 'blue',
|
|
|
+ color: 'green',
|
|
|
action: '年',
|
|
|
},
|
|
|
{
|
|
@@ -75,7 +75,7 @@ async function getData() {
|
|
|
icon: 'download-count|svg',
|
|
|
value: preMonthAddCount,
|
|
|
unit: '个',
|
|
|
- color: 'orange',
|
|
|
+ color: 'blue',
|
|
|
action: '月',
|
|
|
},
|
|
|
{
|
|
@@ -83,7 +83,7 @@ async function getData() {
|
|
|
icon: 'transaction|svg',
|
|
|
value: todayAddCount,
|
|
|
unit: '个',
|
|
|
- color: 'blue',
|
|
|
+ color: 'orange',
|
|
|
action: '日',
|
|
|
},
|
|
|
];
|