1
This commit is contained in:
parent
aeae192a27
commit
8ea929641f
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user