Displaying error fixed

This commit is contained in:
Vion
2022-01-25 12:25:47 +08:00
parent a4e066d2db
commit ccae9db727
6 changed files with 14 additions and 9 deletions

View File

@@ -167,7 +167,7 @@
</i>
<span>
{{item.couponTypeId=='4'?parseInt(((item.discount)*10))+'折':item.couponAmount}}
{{ item.couponAmount?item.couponAmount:(parseInt((item.discount)*10)+'折') }}
</span>
</div>
<strong>{{ item.couponName }}</strong>