diff --git a/app/api/controller/food/User.php b/app/api/controller/food/User.php index aa86919..923b8a1 100644 --- a/app/api/controller/food/User.php +++ b/app/api/controller/food/User.php @@ -224,7 +224,7 @@ class User extends Controller $url = 'https://app.cxhxy.h5.dev.1nww.com/#/pages/details/details?openid=' . $openid . '&coupon_id=' . $coupon_id; } else { //优惠券列表 - $url = 'https://app.cxhxy.h5.dev.1nww.com/#/pages/index?openid=' . $openid; + $url = 'https://app.cxhxy.h5.dev.1nww.com/#/?openid=' . $openid; } write_log($url, __DIR__);