You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git/scr/lt2/pages/notify/notify.wxml

8 lines
273 B

<text class="question-title1"></text>
<block wx:for="{{imgList}}" wx:key="index">
<view class="question" >
<text class="question-title">{{item.food_name}}</text>
<image wx:for="{{item.url}}" src="{{item}}" mode="heightFix" ></image>
</view>
</block>