@@ -1032,7 +1032,7 @@ class HomeController extends Controller
if (strtotime($value->coupon->end_time) < strtotime(Carbon::now('Asia/Shanghai'))) {
return false;
} else {
- $value->product = CouponInfoModel::find($value->coupon->id)?CouponInfoModel::find($value->id)->product():'';
+ $value->product = CouponInfoModel::find($value->coupon->id)?CouponInfoModel::find($value->coupon->id)->product():'';
return true;
}