web-view使用cover-view添加按钮,在开发者工具上按钮不显示,在手机上预览会显示?上到正式上会不会显示?有没有大佬回复下
<template>
<view class="container">
<web-view :src="webUrl"></web-view>
<cover-view class="save-button">
<button class="save-btn" @click="handleAnalysisButtonClick">分析报告</button>
</cover-view>
<cover-view class="popup" v-if="showPopup" @click="closePopup">
分析报告弹窗
<button @click="closePopup">关闭</button>
</cover-view>
</view>
</template>

手机上能显示,就表示没问题,如果想进一步确认,你可以扫体验码看一下效果,如果没问题,那正式版,肯定是对的