We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440422a commit 2c8f162Copy full SHA for 2c8f162
src/components/DiyEditor/components/mobile/CouponCard/component.tsx
@@ -13,7 +13,7 @@ export const CouponDiscount = defineComponent({
13
setup(props) {
14
const coupon = props.coupon as CouponTemplateApi.CouponTemplateVO
15
// 折扣
16
- let value = coupon.discountPercent + ''
+ let value = coupon.discountPercent / 10 + ''
17
let suffix = ' 折'
18
// 满减
19
if (coupon.discountType === PromotionDiscountTypeEnum.PRICE.type) {
0 commit comments