From a7020d94efd938b7c31f3480796f62601007ca5e Mon Sep 17 00:00:00 2001 From: yanzai Date: Wed, 2 Jul 2025 17:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=20=E9=A1=B5=E9=9D=A2=E7=99=BB=E5=BD=95=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/check_login/check_login.vue | 11 ++-- 大庆普济医院小程序/lu/axios.js | 3 + 大庆普济医院小程序/pages/main/combo/combo.vue | 3 +- .../pages/main/combo/combo_image.vue | 62 ++++++++++++------- 大庆普济医院小程序/pages/main/home/home.vue | 2 +- 5 files changed, 51 insertions(+), 30 deletions(-) diff --git a/大庆普济医院小程序/components/check_login/check_login.vue b/大庆普济医院小程序/components/check_login/check_login.vue index 4f8f48e..8b1f1ad 100644 --- a/大庆普济医院小程序/components/check_login/check_login.vue +++ b/大庆普济医院小程序/components/check_login/check_login.vue @@ -193,15 +193,18 @@ .check_login_popup_wrapper { position: relative; - z-index: 9999; + z-index: 9909; } .check_login_cover_wrapper { - position: fixed; + /* background-color: #0DC5CF; */ + position: fixed ; + + top: 0; - bottom: 0; + bottom: 400rpx; left: 0; right: 0; - z-index: 9998; + z-index: 9908; } \ No newline at end of file diff --git a/大庆普济医院小程序/lu/axios.js b/大庆普济医院小程序/lu/axios.js index be4b69f..c7eac20 100644 --- a/大庆普济医院小程序/lu/axios.js +++ b/大庆普济医院小程序/lu/axios.js @@ -8,6 +8,8 @@ const noLogin = [ 'Carousel/list', 'Hospital/info', 'Combo/list', + 'Buy/info', + 'Combo/GetComboImageList', 'YO', ] @@ -17,6 +19,7 @@ export const $post = async ({ }) => { let token = getToken() ? getToken() : ''; if (noLogin.indexOf(url) === -1 && token === '') { + console.log("请登录,Url:"+url) uni.$lu.toast("请登录") return false } diff --git a/大庆普济医院小程序/pages/main/combo/combo.vue b/大庆普济医院小程序/pages/main/combo/combo.vue index c1da561..cd09ab5 100644 --- a/大庆普济医院小程序/pages/main/combo/combo.vue +++ b/大庆普济医院小程序/pages/main/combo/combo.vue @@ -222,12 +222,13 @@ } const comboClick = (id) => { + console.log(uni.$lu.open.combo_item_open) uni.$lu.open.combo_item_open(id, '', '{"id":0,"date":null}') }