Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
8a11940d
Commit
8a11940d
authored
Jan 14, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e1e92de3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
myreward.vue
pages/friendcircle/myreward.vue
+4
-4
No files found.
pages/friendcircle/myreward.vue
View file @
8a11940d
...
...
@@ -50,9 +50,9 @@
</
style
>
<
template
>
<view
class=
"myreward"
:style=
"
{ height: contentHeight }">
<
!--
<u-empty
v-if=
"dataList.length == 0"
text=
"暂无奖励"
mode=
"coupon"
></u-empty>
--
>
<
u-empty
v-if=
"dataList.length == 0"
text=
"暂无奖励"
mode=
"coupon"
></u-empty
>
<view
v-if=
"dataList.length>0"
style=
"
height: calc(100vh );
width: calc(100vw);
...
...
@@ -69,11 +69,11 @@
>
<view
class=
"details"
v-for=
"(x, i) in dataList"
:key=
"i"
>
<view
class=
"myRewardContent"
>
<view
style=
"width:
76%
;display: flex;"
>
<view
style=
"width:
calc(100vw - 110px)
;display: flex;"
>
<view
class=
"reward_ImgDiv"
>
<img
:src=
"x.PrizeImage"
alt=
""
>
</view>
<view
style=
"padding-left:10px;
max-width:170
px;"
>
<view
style=
"padding-left:10px;
flex: 1;width: 1
px;"
>
<view
class=
"rewardTop Chaochu"
>
{{
x
.
ActivityName
}}
</view>
<view
class=
"reDuihuan Chaochu"
>
{{
x
.
PrizeName
}}
</view>
<view
class=
"reDuihuan Chaochu"
>
剩余
{{
x
.
SurplusDay
}}
天兑换
</view>
...
...
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