<cover-view/>
内只能嵌套 <cover-view/> <cover-image/> <button/> <navigator/> <ad/>
1.<cover-view></cover-view> // 使用的目的:解决穿透事件 例如遮罩层下面存在input textarea等标签
2.无法使用cover-view的情况下,用v-show对遮罩层下面的标签进行处理。
微信扫一扫
<cover-view/>
内只能嵌套 <cover-view/> <cover-image/> <button/> <navigator/> <ad/>
1.<cover-view></cover-view> // 使用的目的:解决穿透事件 例如遮罩层下面存在input textarea等标签
2.无法使用cover-view的情况下,用v-show对遮罩层下面的标签进行处理。
相关推荐