This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
massage-front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Labels
Milestones
New Pull Request
#8
feat: 接口对接;
Merged
Fox
merged 1 commits from
fox
into
master
1 week ago
Conversation
0
Commits
1
Files Changed
2
2 changed files
with
3 additions
and
4 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
components/couponList/couponList.vue
+2
-3
pages_order/mine/coupon.vue
+ 1
- 1
components/couponList/couponList.vue
View File
@ -18,7 +18,7 @@
<
/
template
>
<
/
template
>
<
text
class
=
"list-item-count"
>
{
{
item
.
discountAmount
}
}
<
/
text
>
<
text
class
=
"list-item-count"
>
{
{
item
.
discountAmount
}
}
<
/
text
>
<
text
class
=
"list-item-deadline"
>
{
{
`
有效期至
${
item
.
valid
Tim
e
?
$dayjs
(
item
.
valid
Tim
e
)
.
format
(
'YYYY-MM-DD'
)
:
'-'
}
`
}
}
<
/
text
>
<
text
class
=
"list-item-deadline"
>
{
{
`
有效期至
${
item
.
valid
Dat
e
?
$dayjs
(
item
.
valid
Dat
e
)
.
format
(
'YYYY-MM-DD'
)
:
'-'
}
`
}
}
<
/
text
>
<
/
view
>
<
/
view
>
<
/
view
>
<
/
view
>
+ 2
- 3
pages_order/mine/coupon.vue
View File
@ -73,12 +73,11 @@
onTabClick
(
e
)
{
onTabClick
(
e
)
{
const
{
index
}
=
e
const
{
index
}
=
e
/
/
t
o
d
o
:
c
h
e
c
k
“
已
过
期
”
/
/
s
t
a
t
u
s
:
0
-
未
使
用
1
-
已
使
用
/
/
s
t
a
t
u
s
:
空
-
全
部
0
-
未
使
用
1
-
已
使
用
2
-
已
失
效
if
(
index
===
0
)
{
if
(
index
===
0
)
{
this
.
status
=
'all'
this
.
status
=
'all'
}
else
{
}
else
{
this
.
status
=
index
-
1
this
.
status
=
index
}
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save