diff --git a/Laravel/app/Http/Controllers/API/H5/HomeController.php b/Laravel/app/Http/Controllers/API/H5/HomeController.php index e9bab84..5eea537 100644 --- a/Laravel/app/Http/Controllers/API/H5/HomeController.php +++ b/Laravel/app/Http/Controllers/API/H5/HomeController.php @@ -76,7 +76,7 @@ class HomeController extends Controller 'icon' => '/assets/h5/a_tijianyindao.png' ]], [[ 'message' => '', - 'name' => '解读报告', + 'name' => '报告解读预约', 'jump' => 'XCX/pages/other/entry/index?path=/pages/outpatient/doctor-appointment/index&scene=1035&hospitalAreaId=6&departmentCode=A0030077&subDepartmentCode=4773794195699464904', 'icon' => '/assets/h5/a_jiedubaogao.png' ], [ diff --git a/Laravel/app/Http/Controllers/API/H5/QuestionnaireController.php b/Laravel/app/Http/Controllers/API/H5/QuestionnaireController.php index 9b32f39..8f8ef95 100644 --- a/Laravel/app/Http/Controllers/API/H5/QuestionnaireController.php +++ b/Laravel/app/Http/Controllers/API/H5/QuestionnaireController.php @@ -98,7 +98,7 @@ class QuestionnaireController extends Controller } $v = str_replace('${体重}', '', $v); $v = str_replace('${身高}', '', $v); - $v = str_replace('${今日日期}', date('Y-m-d'), $v); + $v = str_replace('${今日日期}',$person->birthday , $v); if ($v == '${省市县}') { $v = [[ 'value' => '11', diff --git a/h5/config.js b/h5/config.js index 3b2c143..0afd50b 100644 --- a/h5/config.js +++ b/h5/config.js @@ -1,5 +1,5 @@ const app_type = 'gzh' -// const base_url = "https://api.hainan2024.sa0.online" //开发环境 +//const base_url = "https://api.hainan2024.sa0.online" //开发环境 const base_url="https://tj-h5.hnxdfe.com" //正式环境 const config = { api_map_url: base_url + '/api/ApiMap/h5', diff --git a/h5/pages/main/question/question/question.vue b/h5/pages/main/question/question/question.vue index 5901be1..4e2c239 100644 --- a/h5/pages/main/question/question/question.vue +++ b/h5/pages/main/question/question/question.vue @@ -659,7 +659,7 @@ .push_log_wrapper { position: absolute; z-index: 9; - width: 210rpx; + width: 250rpx; height: 50rpx; background: #38C6BC; right: 30rpx; @@ -667,7 +667,7 @@ border-radius: 6rpx; margin: 40rpx auto 0; font-weight: 500; - font-size: 16rpx; + font-size: 22rpx; color: #FFFFFF; line-height: 50rpx; text-align: center; diff --git a/h5/pages/main/tj/tjxq.vue b/h5/pages/main/tj/tjxq.vue index 39763e3..15202ab 100644 --- a/h5/pages/main/tj/tjxq.vue +++ b/h5/pages/main/tj/tjxq.vue @@ -173,6 +173,7 @@ }; const response = await $api("BuyInfo", obj); $response(response, () => { + uni.hideLoading(); if (groupId.value && response.data.group_info.length) { // 团检 groupInfo.value = response.data.group_info[0]; @@ -203,7 +204,7 @@ } totalPrice.value = response.data.true_price; tabIndex.value = 0; - uni.hideLoading(); + }); };