6 lines
299 B
Plaintext
Raw Normal View History

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