2025-03-01 13:36:26 +00:00

13 lines
466 B
Plaintext

<view class="item">
<view class="icon">
<image class="gray" src="/static/logo.png"></image>
</view>
<view class="content">
<view wx:for="{{ visible_content }}" wx:key="index">
<text wx:if="{{ item.type == 'text'}}">{{ item.content }}</text>
<view wx:if="{{ item.type == 'scanguidecss' }}" class="media">
<scanguidecss wx:if="{{ item.type == 'scanguidecss' }}" hide_title="1"></scanguidecss>
</view>
</view>
</view>
</view>