收藏
回答

怎么实现像swiper一样的效果,swiper里面不能解析富文本吗?跪求大佬相助

<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的时间加长,富文本渲染不出来,请问各位大佬有没有方法解决



回答关注问题邀请回答
收藏

1 个回答

  • kevin
    kevin
    2018-10-25

    可以用wxParse解析富文本

    2018-10-25
    有用
    回复 3
    • 小包
      小包
      2018-10-25

      我就是用这个的,已经解析好了,没显示,且发送请求时间快两秒了,体验效果不好

      2018-10-25
      回复
    • kevin
      kevin
      2018-10-25回复小包

      为什么有请求,你不是处理好直接展示吗,而不是滑动在处理

      2018-10-25
      回复
    • 小包
      小包
      2018-10-25回复kevin

      我需要获取图片,还有商品信息,商品详情,发ajax是必须的

      2018-10-25
      回复
登录 后发表内容