@@ -1228,7 +1228,7 @@ const loadGiftCouponList = async (giftType: 1 | 2 = giftCouponFormData.giftType)
// 与 zengJuan/index 一致:getFriendCouponList 即 getStoreAllCouponListPaginateNot,传参 storeId、status、type、couponType
const params = {
storeId,
- status: "",
+ status: 0,
type: 1,
couponType: giftType
};