忆往昔
忆往昔
  • 发布:2025-11-10 14:56
  • 更新:2025-11-10 14:56
  • 阅读:11

image标签加载的gif图偶尔卡死

分类:鸿蒙Next
<template>  
    <!-- 启动页动图 -->  
    <view v-show="webviewLoding" class="box" :style="`background-color: #FFFFFF;`">  
        <image :style="`width: ${imagesize.width}px; height: ${imagesize.height}px`" :src="gifUrl"></image>  
    </view>  
    <!-- 承载网页的容器 -->  
    <web-view v-show="!webviewLoding" id="webviewId" ref="webviewRef" :src="webviewUrl"  
        :webview-styles="webviewStyles" @message="messageHanle"></web-view>  
</template>

当image中src加载的是gif时,APP偶尔直接卡死。png图片正常

2025-11-10 14:56 负责人:无 分享
已邀请:

要回复问题请先登录注册