Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
Project
Project
Details
Activity
Releases
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
李伟
cust-app
Commits
e3bae70a
Commit
e3bae70a
authored
Feb 20, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改消费记录
parent
9c2c65ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
consumeRecord.vue
pagesme/goldCoin/consumeRecord.vue
+9
-4
No files found.
pagesme/goldCoin/consumeRecord.vue
View file @
e3bae70a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<view
style=
"background-color: #F4F5F9;min-height: 100vh;"
>
<view
style=
"background-color: #F4F5F9;min-height: 100vh;"
>
<!-- 页头-->
<!-- 页头-->
<u-navbar
@
leftClick=
"backbar"
bgColor=
"#F4F5F9"
title=
"消费记录"
></u-navbar>
<u-navbar
@
leftClick=
"backbar"
bgColor=
"#F4F5F9"
title=
"消费记录"
></u-navbar>
<z-paging
ref=
"paging"
v-model=
"
record
"
@
query=
"queryList"
:fixed=
"true"
:auto-show-back-to-top=
"true"
:back-to-top-with-animate=
"false"
>
<z-paging
ref=
"paging"
v-model=
"
dataList
"
@
query=
"queryList"
:fixed=
"true"
:auto-show-back-to-top=
"true"
:back-to-top-with-animate=
"false"
>
<view
:style=
"
{'top':navHeight+'px','position': 'relative'}">
<view
:style=
"
{'top':navHeight+'px','position': 'relative'}">
<u-tabbar
<u-tabbar
:value=
"tabbarValue"
:value=
"tabbarValue"
...
@@ -16,9 +16,14 @@
...
@@ -16,9 +16,14 @@
</u-tabbar>
</u-tabbar>
</view>
</view>
<view
class=
"recommendation"
:style=
"
{'top':navHeight+'px'}">
<view
class=
"recommendation"
:style=
"
{'top':navHeight+'px'}">
<view>
{{
this
.
queryParam
.
beginTime
}}
+' '+
{{
this
.
queryParam
.
endTime
}}
</view>
<view
v-if=
"queryParam.beginTime !=='' && queryParam.endTime !==''"
style=
"font-size: 12px;color: #3c9cff;text-align: center "
>
{{
queryParam
.
beginTime
}}
-
{{
queryParam
.
endTime
}}
</view>
<view
class=
"card"
>
<view
class=
"card"
>
<view
class=
"recommendation-card"
v-for=
"item in
record
"
>
<view
class=
"recommendation-card"
v-for=
"item in
dataList
"
>
<view
class=
"card-image"
style=
"justify-content: left;display: flex"
>
<view
class=
"card-image"
style=
"justify-content: left;display: flex"
>
<view
style=
"margin-left: 20rpx;margin-top: 20rpx;"
>
<view
style=
"margin-left: 20rpx;margin-top: 20rpx;"
>
<view
style=
"font-weight: 400;font-size: 25rpx"
>
<view
style=
"font-weight: 400;font-size: 25rpx"
>
...
@@ -391,7 +396,7 @@ export default {
...
@@ -391,7 +396,7 @@ export default {
grid-column-gap
:
22rpx
;
grid-column-gap
:
22rpx
;
.recommendation-card
{
.recommendation-card
{
m
ax-height
:
18
0rpx
;
m
in-height
:
12
0rpx
;
justify-content
:
space-between
;
justify-content
:
space-between
;
display
:
flex
;
display
:
flex
;
width
:
680rpx
;
width
:
680rpx
;
...
...
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