This commit is contained in:
test_service 2023-12-08 16:35:00 +08:00
commit c5576d04f2

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 {