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
0ecaf635
Commit
0ecaf635
authored
Jan 15, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b12d1661
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
14 deletions
+15
-14
activeContent.vue
pages/friendcircle/activeContent.vue
+15
-14
No files found.
pages/friendcircle/activeContent.vue
View file @
0ecaf635
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
flex-direction
:
row
;
flex-direction
:
row
;
}
}
.active_good_item
{
.active_good_item
{
width
:
8
0px
;
width
:
10
0px
;
margin-right
:
15px
;
margin-right
:
15px
;
border-radius
:
4px
;
border-radius
:
4px
;
box-shadow
:
0
6px
10px
1px
#F2F2F2
;
box-shadow
:
0
6px
10px
1px
#F2F2F2
;
...
@@ -91,8 +91,9 @@
...
@@ -91,8 +91,9 @@
<view
class=
"avtive_Title"
>
<view
class=
"avtive_Title"
>
{{
dataList
.
ActivityName
}}
{{
dataList
.
ActivityName
}}
</view>
</view>
<view
class=
"active_Title"
>
<view
class=
"active_Title"
>
活动规则
</view>
<view
v-if=
"dataList.Type==1"
class=
"active_Inner"
>
<view
class=
"active_Inner"
>
<view
v-if=
"dataList.Type==1"
>
订单数量需满足
{{
dataList
.
OrderNum
}}
个
订单数量需满足
{{
dataList
.
OrderNum
}}
个
</view>
</view>
<view
v-if=
"dataList.Type==2"
>
<view
v-if=
"dataList.Type==2"
>
...
@@ -104,10 +105,10 @@
...
@@ -104,10 +105,10 @@
</view>
</view>
<view
class=
"active_Title"
>
活动对象
</view>
<view
class=
"active_Title"
>
活动对象
</view>
<view>
<view>
<text
class=
"avtice_Sperate"
v-if=
"dataList.Tier==0"
>
全部
</text>
<text
class=
"avtice_Sperate"
v-if=
"dataList.Tier==0"
>
全部
分销商
</text>
<text
class=
"avtice_Sperate"
v-if=
"dataList.Tier==1"
>
一级分销
</text>
<text
class=
"avtice_Sperate"
v-if=
"dataList.Tier==1"
>
一级分销
商
</text>
<text
class=
"avtice_Sperate"
v-if=
"dataList.Tier==2"
>
一级分销
</text>
<text
class=
"avtice_Sperate"
v-if=
"dataList.Tier==2"
>
一级分销
商
</text>
<text
class=
"avtice_Sperate"
v-if=
"dataList.Tier==3"
>
一级分销
</text>
<text
class=
"avtice_Sperate"
v-if=
"dataList.Tier==3"
>
一级分销
商
</text>
</view>
</view>
<view>
<view>
...
@@ -124,7 +125,7 @@
...
@@ -124,7 +125,7 @@
<view
class=
"active_good"
>
<view
class=
"active_good"
>
<view
class=
"active_good_item"
v-for=
"(item,index) in dataList.RangeList"
@
click=
"goGood(item.Id)"
>
<view
class=
"active_good_item"
v-for=
"(item,index) in dataList.RangeList"
@
click=
"goGood(item.Id)"
>
<image
:src=
"item.Image"
<image
:src=
"item.Image"
style=
"width:
80px;height: 8
0px;border-top-left-radius:4px ;border-top-right-radius:4px "
></image>
style=
"width:
100px;height: 10
0px;border-top-left-radius:4px ;border-top-right-radius:4px "
></image>
<view
class=
"active_text"
>
<view
class=
"active_text"
>
{{
item
.
Name
}}
{{
item
.
Name
}}
</view>
</view>
...
@@ -138,14 +139,14 @@
...
@@ -138,14 +139,14 @@
<view
class=
"active_Inner"
>
<view
class=
"active_Inner"
>
<view>
{{
dataList
.
StartTime
}}
<text
style=
"margin:0 5px"
>
至
</text>
{{
dataList
.
EndTime
}}
</view>
<view>
{{
dataList
.
StartTime
}}
<text
style=
"margin:0 5px"
>
至
</text>
{{
dataList
.
EndTime
}}
</view>
</view>
</view>
<view
class=
"active_Title"
>
领取方式
</view>
<!--
<view
class=
"active_Title"
>
领取方式
</view>
<view
class=
"active_Inner"
>
<view
class=
"active_Inner"
>
<
view
v-if=
"dataList.Way==1"
>
线上
</view
>
<
text
v-if=
"dataList.Way==1"
>
线上
</text
>
<
view
v-if=
"dataList.Way==2"
>
线下
</view
>
<
text
v-if=
"dataList.Way==2"
>
线下
</text
>
</view>
</view>
-->
<view
class=
"active_Title"
>
兑换期限
</view>
<view
class=
"active_Title"
>
兑换期限
</view>
<view
class=
"active_Inner"
>
<view
class=
"active_Inner"
>
<view>
截止
<text
style=
"margin:0 5px"
>
{{
dataList
.
ReceiveTime
}}
</text>
之前
</view>
<view>
截止
<text
style=
"margin:0 5px"
>
{{
dataList
.
ReceiveTime
}}
</text>
之前
<text
style=
"margin-left: 10px;"
>
兑换方式:
{{
dataList
.
Way
==
1
?
'线上'
:
'线下'
}}
</text>
</view>
</view>
</view>
<view
class=
"active_Title"
>
活动说明
</view>
<view
class=
"active_Title"
>
活动说明
</view>
<view
class=
"active_Inner"
>
<view
class=
"active_Inner"
>
...
@@ -156,7 +157,7 @@
...
@@ -156,7 +157,7 @@
<view>
{{
dataList
.
PrizeName
}}
</view>
<view>
{{
dataList
.
PrizeName
}}
</view>
</view>
</view>
<view
class=
"active_PrizeImage"
>
<view
class=
"active_PrizeImage"
>
<img
:src=
"dataList.PrizeImage"
mode=
'aspectFill'
style=
"width:100%;height:100%;"
alt=
""
/>
<img
:src=
"dataList.PrizeImage"
mode=
'aspectFill'
style=
"width:100%;height:100%;
margin-bottom: 50px;
"
alt=
""
/>
</view>
</view>
</view>
</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