摘要:
<!--pages/shopList/shopList.wxml--> <view class="shop-item" wx:for="{{shopList}}" wx:key="id"> <view class="thumb"> <image src="{{item.images[0]}}"></ 阅读全文
摘要:
今天写了一个实例,下图是完整的效果。 <!--pages/home/home.wxml--> <swiper indicator-dots circular> <swiper-item wx:for="{{swiperList}}" wx:key="id"> <image src="{{item.i 阅读全文