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
ef6ba2e5
Commit
ef6ba2e5
authored
Jan 18, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c5fe0bdf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
activeContent.vue
pages/friendcircle/activeContent.vue
+1
-0
activitylist.vue
pages/friendcircle/activitylist.vue
+1
-1
myreward.vue
pages/friendcircle/myreward.vue
+2
-2
No files found.
pages/friendcircle/activeContent.vue
View file @
ef6ba2e5
...
@@ -78,6 +78,7 @@
...
@@ -78,6 +78,7 @@
display
:
flex
;
display
:
flex
;
flex-direction
:
row
;
flex-direction
:
row
;
align-items
:
center
;
align-items
:
center
;
margin-top
:
10px
;
}
}
.active_text
{
.active_text
{
width
:
100%
;
width
:
100%
;
...
...
pages/friendcircle/activitylist.vue
View file @
ef6ba2e5
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<view
style=
"width: 100%;height: 190px;border-top-left-radius: 6px;border-top-right-radius: 6px;position: relative;"
>
<view
style=
"width: 100%;height: 190px;border-top-left-radius: 6px;border-top-right-radius: 6px;position: relative;"
>
<image
:src=
"x.CoverImage"
mode=
'aspectFill'
style=
"width: 100%;height: 190px;;border-top-left-radius: 6px;border-top-right-radius: 6px;"
></image>
<image
:src=
"x.CoverImage"
mode=
'aspectFill'
style=
"width: 100%;height: 190px;;border-top-left-radius: 6px;border-top-right-radius: 6px;"
></image>
<view
class=
"imgview"
v-if=
"msg.QActivityState ==1 "
:style=
"
{background:mainColor,color:'#FFF'}">距离活动结束还有
{{
x
.
SurplusDay
}}
天
</view>
<view
class=
"imgview"
v-if=
"msg.QActivityState ==1 "
:style=
"
{background:mainColor,color:'#FFF'}">距离活动结束还有
{{
x
.
SurplusDay
}}
天
</view>
<view
class=
"imgview imgview2"
v-if=
" msg.QActivityState ==2
&& x.SurplusDay>0
"
>
兑换截止期限:
{{
x
.
ReceiveTime
}}
</view>
<view
class=
"imgview imgview2"
v-if=
" msg.QActivityState ==2 "
>
兑换截止期限:
{{
x
.
ReceiveTime
}}
</view>
</view>
</view>
<view
class=
"inter-item-title"
>
<view
class=
"inter-item-title"
>
...
...
pages/friendcircle/myreward.vue
View file @
ef6ba2e5
...
@@ -76,8 +76,8 @@
...
@@ -76,8 +76,8 @@
<view
style=
"padding-left:10px;flex: 1;width: 1px;"
>
<view
style=
"padding-left:10px;flex: 1;width: 1px;"
>
<view
class=
"rewardTop Chaochu"
>
{{
x
.
ActivityName
}}
</view>
<view
class=
"rewardTop Chaochu"
>
{{
x
.
ActivityName
}}
</view>
<!--
<view
class=
"reDuihuan Chaochu"
>
{{
x
.
PrizeName
}}
</view>
-->
<!--
<view
class=
"reDuihuan Chaochu"
>
{{
x
.
PrizeName
}}
</view>
-->
<view
class=
"reDuihuan Chaochu"
v-if=
"x.SurplusDay>0"
>
剩余
{{
x
.
SurplusDay
}}
天兑换
</view>
<view
class=
"reDuihuan Chaochu"
v-if=
"x.SurplusDay
<1
"
>
兑换截止期限:
{{
x
.
ReceiveTime
}}
</view>
<view
class=
"reDuihuan Chaochu"
style=
"font-family: aa;"
>
截止:
{{
x
.
ReceiveTime
}}
之前兑换
</view>
<view
class=
"reDuihuan Chaochu"
style=
"display:flex;flex-direction: row;align-items: center;font-family: aa;"
>
<view
class=
"reDuihuan Chaochu"
style=
"display:flex;flex-direction: row;align-items: center;font-family: aa;"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/tiaoxingma.png"
style=
"width: 13px;height: 10px;margin-right: 5px;"
></image>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/tiaoxingma.png"
style=
"width: 13px;height: 10px;margin-right: 5px;"
></image>
{{
x
.
Code
}}
</view>
{{
x
.
Code
}}
</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