diff --git a/Laravel/app/Http/Controllers/API/H5/HomeController.php b/Laravel/app/Http/Controllers/API/H5/HomeController.php index 7fde3f0..e9bab84 100644 --- a/Laravel/app/Http/Controllers/API/H5/HomeController.php +++ b/Laravel/app/Http/Controllers/API/H5/HomeController.php @@ -100,7 +100,7 @@ class HomeController extends Controller 'message' => '', 'name' => '健康宣教', 'jump' => '/pages/posts/posts/posts?type=4', - 'icon' => '/assets/h5/a_jiankangzhidao.png' + 'icon' => '/assets/h5/xuanjiao.png' ], [ diff --git a/Laravel/public/assets/h5/xuanjiao.png b/Laravel/public/assets/h5/xuanjiao.png new file mode 100644 index 0000000..8b4ed1b Binary files /dev/null and b/Laravel/public/assets/h5/xuanjiao.png differ diff --git a/h5/pages.json b/h5/pages.json index a5af751..179792f 100644 --- a/h5/pages.json +++ b/h5/pages.json @@ -10,7 +10,8 @@ "path": "pages/main/combo/combo", "style": { "navigationBarTitleText": "套餐", - "navigationStyle": "custom" + "navigationBarBackgroundColor": "#239EA3", + "navigationBarTextStyle": "white" } }, { diff --git a/h5/pages/main/tj/tjzx.vue b/h5/pages/main/tj/tjzx.vue index e41470b..217efe1 100644 --- a/h5/pages/main/tj/tjzx.vue +++ b/h5/pages/main/tj/tjzx.vue @@ -234,6 +234,7 @@ const toDetails = (state) => { const buy = async (item) => { if (item) { comboId.value = item.combo_id; + selectIds.value=[]; await getBuyInfo(); } // 预约套餐