This commit is contained in:
尖叫 2023-12-08 16:34:46 +08:00
parent aeae192a27
commit 8ea929641f

View File

@ -219,7 +219,7 @@ class User extends Controller
]; ];
if (isset($coupon_id)) { if (!empty($coupon_id)) {
//优惠券详情 //优惠券详情
$url = 'https://app.cxhxy.h5.dev.1nww.com/#/pages/details/details?openid=' . $openid . '&coupon_id=' . $coupon_id; $url = 'https://app.cxhxy.h5.dev.1nww.com/#/pages/details/details?openid=' . $openid . '&coupon_id=' . $coupon_id;
} else { } else {