From c20502bea4ed0896510dfcd85aae16c0cac00f67 Mon Sep 17 00:00:00 2001 From: yanzai Date: Thu, 26 Sep 2024 14:59:06 +0800 Subject: [PATCH] 1 --- Laravel/app/Http/Controllers/API/ApiMapController.php | 1 + h5/pages/main/index/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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