Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e3a0cfe5
authored
Oct 16, 2023
by
owen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统计:修复错误
parent
6204ce6c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/views/mall/home/components/OperationDataCard.vue
+1
-1
src/views/mall/home/components/TradeTrendCard.vue
+1
-1
No files found.
src/views/mall/home/components/OperationDataCard.vue
View file @
e3a0cfe5
...
@@ -70,7 +70,7 @@ const getProductData = async () => {
...
@@ -70,7 +70,7 @@ const getProductData = async () => {
/** 查询钱包充值数据 */
/** 查询钱包充值数据 */
const
getWalletRechargeData
=
async
()
=>
{
const
getWalletRechargeData
=
async
()
=>
{
const
paySummary
=
await
PayStatisticsApi
.
getWalletRechargePrice
()
;
const
paySummary
=
await
PayStatisticsApi
.
getWalletRechargePrice
()
data
.
rechargePrice
.
value
=
paySummary
.
rechargePrice
data
.
rechargePrice
.
value
=
paySummary
.
rechargePrice
}
}
...
...
src/views/mall/home/components/TradeTrendCard.vue
View file @
e3a0cfe5
...
@@ -186,7 +186,7 @@ const getOrderCountTrendComparison = async (
...
@@ -186,7 +186,7 @@ const getOrderCountTrendComparison = async (
dates
.
push
(
item
.
value
.
date
)
dates
.
push
(
item
.
value
.
date
)
if
(
series
.
length
===
2
)
{
if
(
series
.
length
===
2
)
{
series
[
0
].
data
.
push
(
fenToYuan
(
item
?.
value
?.
orderPayPrice
||
0
))
// 当前金额
series
[
0
].
data
.
push
(
fenToYuan
(
item
?.
value
?.
orderPayPrice
||
0
))
// 当前金额
series
[
1
].
data
.
push
(
fenToYuan
(
item
?.
value
?.
orderPayCount
||
0
))
//
对照
数量
series
[
1
].
data
.
push
(
fenToYuan
(
item
?.
value
?.
orderPayCount
||
0
))
//
当前
数量
}
else
{
}
else
{
series
[
0
].
data
.
push
(
fenToYuan
(
item
?.
reference
?.
orderPayPrice
||
0
))
// 对照金额
series
[
0
].
data
.
push
(
fenToYuan
(
item
?.
reference
?.
orderPayPrice
||
0
))
// 对照金额
series
[
1
].
data
.
push
(
fenToYuan
(
item
?.
value
?.
orderPayPrice
||
0
))
// 当前金额
series
[
1
].
data
.
push
(
fenToYuan
(
item
?.
value
?.
orderPayPrice
||
0
))
// 当前金额
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment