mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 18:59:36 +08:00
9 lines
441 B
Plaintext
9 lines
441 B
Plaintext
<view class="containerView public">
|
|
<view class="caseView">建议单号:{{repairList.sn}}</view>
|
|
<view class="timeView">建议时间:{{repairList.createTime}}</view>
|
|
<view class="timeView">上传图片</view>
|
|
<view class="imgView">
|
|
<image class="img" src="{{item}}" wx:for="{{imgList}}" wx:key='index' mode="aspectFill"></image>
|
|
</view>
|
|
<view class="msgView">描述:{{repairList.content}}</view>
|
|
</view> |