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
Browse Source
feat: 接口对接;
fox
fox
1 week ago
parent
ffa1529641
commit
08ec4a1d82
2 changed files
with
3 additions
and
4 deletions
Split 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
>
<
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
>
+ 2
- 3
pages_order/mine/coupon.vue
View File
@ -73,12 +73,11 @@
onTabClick
(
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
)
{
this
.
status
=
'all'
}
else
{
this
.
status
=
index
-
1
this
.
status
=
index
}
}
}
Write
Preview
Loading…
Cancel
Save