@@ -55,6 +55,6 @@ export const handleClickInstruction = (
) => {
alert({
title: '优惠券使用说明',
- msg: coupon.couponDesc,
+ msg: coupon.couponDO.couponDesc,
})
}
@@ -577,7 +577,7 @@ export interface Coupon {
productIds: string
materialName: string
couponImgUrl: string
- couponDesc?: string
+ couponDO?: { couponDesc?: string }
export interface PointsDetail {
id: number