diff --git a/Laravel/app/Http/Controllers/API/ApiMapController.php b/Laravel/app/Http/Controllers/API/ApiMapController.php index 2eed8be..e990d72 100644 --- a/Laravel/app/Http/Controllers/API/ApiMapController.php +++ b/Laravel/app/Http/Controllers/API/ApiMapController.php @@ -56,6 +56,7 @@ class ApiMapController extends Controller 'Refund' => $base_url . '/api/H5/Refund',//退款 'GetMonthPlanCount' => $base_url . '/api/H5/GetMonthPlanCount',//按月获取每日号源 'GetDayPlanList' => $base_url . '/api/H5/GetDayPlanList',//获取每日号源 + 'ComboCompare' => $base_url . '/api/H5/ComboCompare',//套餐对比 ]; } diff --git a/h5/pages/main/index/index.vue b/h5/pages/main/index/index.vue index 4b38830..fc588b4 100644 --- a/h5/pages/main/index/index.vue +++ b/h5/pages/main/index/index.vue @@ -42,7 +42,7 @@ wx.miniProgram.navigateTo({ url: url }) - }else (info.jump.indexOf('http') !== -1) { + } else if (info.jump.indexOf('http') !== -1) { window.location.href = info.jump } else { if (switch_arr.includes(info.jump)) { @@ -260,7 +260,7 @@ - 09261052 + 09261439