swiper中如何在图片上面显示文字
<swiper class=“top-bar” indicator-dots=“true” autoplay=“true”
indicator-color=“#fff” indicator-active-color=“#00BFFF” circular=“true”>
<block wx:for=“{{navlist}}” wx:key=“”>
<swiper-item>
<image src=“{{item}}” class=“swiper_img”/>
<text class=“swiper_text”>文字内容</text>
</swiper-item>
</block>
</swiper>
想在图片上显示文字,是要自己去调这个text的位置吗?
