帖子
帖子
用户
博客
课程
显示全部楼层
49
帖子
2
勋章
468
Y币

[App引擎] avm模式开发,苹果机载入rich-text缓慢问题

[复制链接]
发表于 2022-6-23 10:10:08
同样的图片详情内容,安桌载入流畅,但苹果机打开页面后,总是先载入一个角(如图)然后再过几秒种以后才载入其它所有图片,用户体验很差,请问是什么原因造成两者差异,有什么解决方法 吗?请大神赐教。附前端代码
<com-navtop title="商品详情" />
        <scroll-view class="scroll-view" scroll-y show-scrollbar='false'>
        <div class="maincon-swipelist">
               <view class="my-container">
                     <swiper class="my-swiper" id="customSwiper" autoplay circular indicator-dots indicator-color="#ebedf0" indicator-active-color="#fff">
                        <swiper-item class="my-swiper-item" reusable>
                             <image class="slideimg" :src="public_url+item.img" :thumbnail='false' mode='widthFix'></image>
                        </swiper-item>
                     </swiper>
                     <view class="my-indicator">
                        <view v-for="item in goodsslide"></view>
                     </view>
               </view>
        </div>
        <div class='goodspanel haspad'>
            <text class='title'>{{goodsinfo.name}}</text>
            <text class='subtitle'>{{goodsinfo.desc}}</text>
            <div class='priceline'>
                <text class='mainprice'>¥{{goodsinfo.nowprice}}</text>
                <text class='dashprice'>¥{{goodsinfo.dashprice}}</text>         
            </div>
        </div>  

         <div class='goodspanel mtop'>
            <text class='title-pad4'>商品详情</text>
            <div class='goodscontent'>
               <rich-text nodes={goodsinfo.content}></rich-text>
            </div>
        </div>     
        </scroll-view>


Screenshot_20220623_100326.jpg
IMG_20220623_100033.jpg
这边反馈给开发给你看下
28
帖子
1
勋章
1万+
Y币
这个显示图片目前跟浏览器里面的 img 标签效果差不多,会加载多少显示多少。
49
帖子
2
勋章
468
Y币
但ios下载入效果很差,速度慢,似乎是没有缓存,每次载入的时候都是一个角,然后再等几秒钟才开始继续载入。安桌却很流畅
技术咨询-Kenny · 2022-6-23 16:29这个显示图片目前跟浏览器里面的 img 标签效果差不多,会加载多少显示多少。
49
帖子
2
勋章
468
Y币
ios下,不至于每次那个角都一样吧。是不是css哪里需要设置下避免这种尴尬的载入
技术咨询-Kenny · 2022-6-23 16:29这个显示图片目前跟浏览器里面的 img 标签效果差不多,会加载多少显示多少。
28
帖子
1
勋章
1万+
Y币
可以重启下手机或者更换网络试试,正常不会几秒钟都载入不完。
timaer · 2022-6-23 17:21但ios下载入效果很差,速度慢,似乎是没有缓存,每次载入的时候都是一个角,然后再等几秒钟才开始继续载入。安桌却很流畅
您需要登录后才可以回帖 登录

本版积分规则