riku
2026-03-05 9465dc404f7e7cd56100e4859ee0946a3fef7b09
1
2
3
4
5
6
7
<!--pages/mUser/pInstructions/pInstructions.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>