在使用wx-open-launch-weapp中使用了背景图,透明底色却显示白色?
我在开发H5跳转小程序时,使用wx-open-launch-weapp标签,在标签样式部分使用了背景图,透明底色的背景图却显示白色, 目前只有在iOS16.1.2上出现这种现象,不明原因 [图片] <wx-open-launch-weapp
id="launch-btn"
:username="originalId"
:path="trainPath"
:env-version="envVersion"
@launch="handleLaunchFn"
@error="handleErrorFn"
>
<div v-is="'script'" type="text/wxtag-template">
<div
style="
display: flex;
justify-content: center;
align-items: center;
background-image: url(https://*******.png);
background-repeat: no-repeat;
border-radius: 25px;
"
:style="screenAvailWidths"
></div>
</div>
</wx-open-launch-weapp>