<swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" vertical="{{vertical}}" class='swiper'>
<swiper-item>
<image src="../../resources/swiper.jpg" class="slide-image" />
</swiper-item>
<swiper-item>
<scroll-view class="page" scroll-y bindscrolltolower="bindscroll" scroll-top="{{scrollTop.scroll_top}}" bindscroll="scrollTopFun">
这里面有富文本,等一些内容
</scroll-view>
</swiper-item>
</swiper>
希望实现图片和scroll-view像轮播图一样切换的效果,可是这样子嵌套之后ajax的时间加长,富文本渲染不出来,请问各位大佬有没有方法解决
可以用wxParse解析富文本
我就是用这个的,已经解析好了,没显示,且发送请求时间快两秒了,体验效果不好
为什么有请求,你不是处理好直接展示吗,而不是滑动在处理
我需要获取图片,还有商品信息,商品详情,发ajax是必须的