| | |
| | | <!--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> --> |
| | | <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> |