riku
2022-08-26 9f78f3f014a3423ea3fcab8f9f1056c57cd47fc8
1
2
3
4
5
<!--pages/promiseresult/promiseresult.wxml-->
<view class="">
<image wx:for="{{promise.picPath}}" src="{{item}}" class="image"     show-menu-by-longpress="true" mode="widthFix"></image>
<!-- <image src="https://fyami.com.cn:447/images/commitment-restaurant-1659927781518.jpg" class="image"     show-menu-by-longpress="true" mode="widthFix"></image> -->
</view>