riku
2022-10-28 b45a01a8bee4a9bff5f9c248ead301b8675d1099
1
2
3
4
5
6
7
<!--pages/m_user/p_instructions/p_instructions.wxml-->
<view class="page">
  <view class="page__bd">
    <image wx:for="{{instruction.picPath}}" wx:key="index" src="{{item}}" class="image" show-menu-by-longpress="true" mode="widthFix"></image>
  </view>
  <view class="page__ft"></view>
</view>