Commit d199f67bebf91ad4401f3fc14acc17fdf53ddcde
1 parent
624227bd
样式优化
Showing
2 changed files
with
2 additions
and
2 deletions
src/pages/couponCollectionDetails/couponCollectionDetails.less
src/pages/couponCollectionDetails/couponCollectionDetails.vue
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 | 满{{parseInt(goodsInfo.filled)}}可用 |
| 25 | 25 | </div> |
| 26 | 26 | <div class="discount"> |
| 27 | - {{parseInt(goodsInfo.discount)}} | |
| 27 | + {{parseInt(goodsInfo.discount) > 10000 ? this.formatDecimal((parseInt(goodsInfo.discount) / 10000), 1) + "万" : parseInt(goodsInfo.discount)}} | |
| 28 | 28 | <span>¥</span> |
| 29 | 29 | </div> |
| 30 | 30 | </div> | ... | ... |