hookehuyr

fix

......@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-21 09:35:14
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-24 18:24:17
* @LastEditTime: 2022-06-24 18:45:05
* @FilePath: /tswj/src/views/client/bookDetail.vue
* @Description:
-->
......@@ -149,6 +149,7 @@ let { userInfo } = useDefaultPerf($route.query.id);
const customBarStyle = ref({})
const onClickLocalism = () => {
showPicker.value = true
// 遮罩问题fix
customStyle.value.zIndex = 0
customBarStyle.value.zIndex = 0
}
......