twoCode.wxml 194 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 <!--pages/indexs/code/code.wxml--> <view class='code'> <block wx:for='{{imgUrls}}' wx:key=''> <image src='{{item}}' data-src="{{item}}" bindtap="previewImage"></image> </block> </view>