Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-customer-new-master
Commits
0b22565d
Commit
0b22565d
authored
Aug 13, 2024
by
lizhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
📝
【TASK-20240813-01】TASK:兑换日志接口联调
parent
b73e11d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
integral.vue
src/pages/log/integral.vue
+6
-3
No files found.
src/pages/log/integral.vue
View file @
0b22565d
...
...
@@ -13,13 +13,13 @@
</div>
<div
class=
"box-content"
>
<div
class=
"content-text"
>
购买/充值满1000元即可赠送50积 分,满2000元送80积分不可看加满2000元送80积分
{{
locale
==
'
zh
'
?
item
.
descZh
:
item
.
descEn
}}
</div>
<div
class=
"content-time"
>
{{
formatDate
(
item
.
createTime
)
}}
</div>
</div>
<div
class=
"box-right"
>
<view
class=
"box-right-num"
v-if=
"item
== 2"
>
X1
</view>
<view
class=
"box-right-img"
v-
else
>
<view
class=
"box-right-num"
v-if=
"item
.rewardCount"
>
X
{{
item
.
rewardCount
}}
</view>
<view
class=
"box-right-img"
v-
if=
"item.expired"
>
<image
src=
"../../static/img/overdue.png"
></image>
</view>
<view
class=
"box-right-text"
>
{{
item
.
operateType
}}
 
{{
item
.
scoreCount
}}
</view>
...
...
@@ -152,6 +152,9 @@ page {
border-radius
:
50%
;
font-size
:
24upx
;
color
:
#333333
;
.box-right-text
{
margin-top
:
auto
;
}
}
.box-right-img
{
transform
:
translate
(
20upx
,
-60upx
);
...
...
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