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
864d597c
Commit
864d597c
authored
Jun 12, 2020
by
zhangjianguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
90e17ba8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
index.vue
pages/coupon/index/index.vue
+1
-0
list.vue
pages/coupon/list/list.vue
+3
-2
No files found.
pages/coupon/index/index.vue
View file @
864d597c
...
@@ -338,6 +338,7 @@ export default {
...
@@ -338,6 +338,7 @@ export default {
color
:
#000
;
color
:
#000
;
}
}
.couponStyle
.item
.detail
.coupond
.date
{
.couponStyle
.item
.detail
.coupond
.date
{
font-family
:
'23'
;
margin-top
:
5px
;
margin-top
:
5px
;
font-size
:
12px
;
font-size
:
12px
;
color
:
#777
;
color
:
#777
;
...
...
pages/coupon/list/list.vue
View file @
864d597c
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
</view>
</view>
<view
class=
"item_b"
>
<view
class=
"item_b"
>
<Text
v-if=
'x.IndateType==1'
>
领券后
{{
x
.
IndateDay
}}
天过期
</Text>
<Text
v-if=
'x.IndateType==1'
>
领券后
{{
x
.
IndateDay
}}
天过期
</Text>
<Text
v-if=
'x.IndateType==2'
>
有效日期
{{
x
.
StartDate
}}
-
{{
x
.
EndDate
}}
</Text>
<Text
v-if=
'x.IndateType==2'
>
有效日期
:
{{
x
.
StartDate
}}
-
{{
x
.
EndDate
}}
</Text>
<!--
<Text
class=
"top_title"
>
{{
x
.
UseTypeStr
}}
</Text>
-->
<!--
<Text
class=
"top_title"
>
{{
x
.
UseTypeStr
}}
</Text>
-->
<Text
class=
'top_title'
v-if=
'x.UseType==1'
>
适用类别:
<Text
v-for=
"(item, index) in x.ProductList"
:key=
"index"
>
{{
item
.
Relevance
}}
</Text>
</Text>
<Text
class=
'top_title'
v-if=
'x.UseType==1'
>
适用类别:
<Text
v-for=
"(item, index) in x.ProductList"
:key=
"index"
>
{{
item
.
Relevance
}}
</Text>
</Text>
<Text
class=
'top_title'
v-if=
'x.UseType==2'
>
适用商品:
<Text
v-for=
"(item, index) in x.ProductList"
:key=
"index"
>
{{
item
.
Relevance
}}
</Text>
</Text>
<Text
class=
'top_title'
v-if=
'x.UseType==2'
>
适用商品:
<Text
v-for=
"(item, index) in x.ProductList"
:key=
"index"
>
{{
item
.
Relevance
}}
</Text>
</Text>
...
@@ -237,6 +237,7 @@ export default {
...
@@ -237,6 +237,7 @@ export default {
}
}
.couponlistStyle
.item_b
{
.couponlistStyle
.item_b
{
font-family
:
'213'
;
width
:
100%
;
width
:
100%
;
height
:
60px
;
height
:
60px
;
display
:
flex
;
display
:
flex
;
...
@@ -244,7 +245,7 @@ export default {
...
@@ -244,7 +245,7 @@ export default {
padding
:
10px
;
padding
:
10px
;
background-color
:
#fff
;
background-color
:
#fff
;
justify-content
:
space-around
;
justify-content
:
space-around
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
position
:
relative
;
position
:
relative
;
}
}
...
...
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