File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/views/mall/home/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ const getProductData = async () => {
70
70
71
71
/** 查询钱包充值数据 */
72
72
const getWalletRechargeData = async () => {
73
- const paySummary = await PayStatisticsApi .getWalletRechargePrice ();
73
+ const paySummary = await PayStatisticsApi .getWalletRechargePrice ()
74
74
data .rechargePrice .value = paySummary .rechargePrice
75
75
}
76
76
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ const getOrderCountTrendComparison = async (
186
186
dates .push (item .value .date )
187
187
if (series .length === 2 ) {
188
188
series [0 ].data .push (fenToYuan (item ?.value ?.orderPayPrice || 0 )) // 当前金额
189
- series [1 ].data .push (fenToYuan (item ?.value ?.orderPayCount || 0 )) // 对照数量
189
+ series [1 ].data .push (fenToYuan (item ?.value ?.orderPayCount || 0 )) // 当前数量
190
190
} else {
191
191
series [0 ].data .push (fenToYuan (item ?.reference ?.orderPayPrice || 0 )) // 对照金额
192
192
series [1 ].data .push (fenToYuan (item ?.value ?.orderPayPrice || 0 )) // 当前金额
You can’t perform that action at this time.
0 commit comments