mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 04:19:36 +08:00
6 lines
299 B
Plaintext
6 lines
299 B
Plaintext
![]() |
<view class="policy">
|
||
|
<view class="content">
|
||
|
<rich-text class="richText" nodes="{{policy.content}}"></rich-text>
|
||
|
<image wx:for="{{policyImages}}" wx:key="index" data-index="{{index}}" class="img" src="{{IMG_NAME + item}}" mode="aspectFill" bindtap='clickImg'></image>
|
||
|
</view>
|
||
|
</view>
|