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}') }