随笔分类 -  微信小程序

点击交换图片位置
摘要:wxml <view class='class'> <view class='all' wx:for='{{steps}}' data-index='{{index}}' style='bottom:{{index*150}}rpx;'> <!-- <view class='topText'>{{i 阅读全文
posted @ 2018-09-06 09:15 heart中的烦恼哟 阅读(3400) 评论(0) 推荐(0)
摘要:wxml <view > <image wx:for="{{img}}" wx:key='item' src='{{item}}' catchtap='changes' data-index='{{index}}'></image> </view> <view > <image wx:for="{{ 阅读全文
posted @ 2018-09-06 09:11 heart中的烦恼哟 阅读(766) 评论(0) 推荐(0)