This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
pet-front-order
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix: 允许状态为11的订单显示评价按钮
master
前端-胡立永
4 weeks ago
parent
dda414f0bd
commit
d664f17e01
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages_order/order/orderList.vue
+ 1
- 1
pages_order/order/orderList.vue
View File
@ -74,7 +74,7 @@
<
text
>
修改订单
<
/
text
>
<
/
view
>
<
view
class
=
"action-btn pay-btn"
v
-
if
=
"[4].includes(order.status) && !order.evaluation"
v
-
if
=
"[
11,
4].includes(order.status) && !order.evaluation"
@
click
=
"goToReview(order)"
>
<
text
>
去评价
<
/
text
>
<
/
view
>
Write
Preview
Loading…
Cancel
Save