Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseer
gxpt_wechat
Commits
1b19382a
Commit
1b19382a
authored
Aug 30, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
cbc7aa87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
setting/dataStatistics/index.vue
+4
-4
No files found.
setting/dataStatistics/index.vue
View file @
1b19382a
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
</view>
</view>
</view>
</view>
<view
class=
"flex-col"
>
<view
class=
"flex-col"
>
<text
class=
"text-black text-bold"
>
美团团购
</text>
<text
class=
"text-black text-bold"
>
团购金额
</text>
<text
class=
"text-black text-xl text-bold"
>
{{
statisticsData
.
groupFee
||
0
}}
</text>
<text
class=
"text-black text-xl text-bold"
>
{{
statisticsData
.
groupFee
||
0
}}
</text>
<view
class=
"flex-row-center"
>
<view
class=
"flex-row-center"
>
<text
class=
"text-black"
>
退款
</text>
<text
class=
"text-black"
>
退款
</text>
...
@@ -141,7 +141,7 @@
...
@@ -141,7 +141,7 @@
</view>
</view>
<view
class=
"flex-row-center text-pink text-bold text-xl"
>
<view
class=
"flex-row-center text-pink text-bold text-xl"
>
<text>
¥
</text>
<text>
¥
</text>
<text>
{{
item
.
payPrice
||
item
.
couponPayPrice
||
0
}}
</text>
<text>
{{
Number
(
item
.
payPrice
)
+
Number
(
item
.
couponPayPrice
)
}}
</text>
</view>
</view>
</view>
</view>
<view
class=
"part-content"
>
<view
class=
"part-content"
>
...
@@ -185,8 +185,8 @@
...
@@ -185,8 +185,8 @@
return
{
return
{
status
:
'loadmore '
,
status
:
'loadmore '
,
loadingText
:
'努力加载中'
,
loadingText
:
'努力加载中'
,
loadmoreText
:
'点击查看
全部
'
,
loadmoreText
:
'点击查看
更多
'
,
nomoreText
:
'
到底
啦'
,
nomoreText
:
'
已展示全部
啦'
,
show
:
false
,
show
:
false
,
statisticsData
:{},
statisticsData
:{},
list
:[],
list
:[],
...
...
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