You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<wxs src="../../../utils/filter.wxs" module="tool" />
|
|
|
|
|
<title title="{{info.title}}"></title>
|
|
|
|
|
<swiper class="swiper" indicator-dots="{{true}}" wx:if="{{info}}"
|
|
|
|
|
autoplay="{{true}}" interval="{{2000}}" duration="{{300}}">
|
|
|
|
|
<block wx:for="{{info.listimg}}" wx:key="*this">
|
|
|
|
|
<swiper-item>
|
|
|
|
|
<image src="{{item}}" mode="aspectFill"></image>
|
|
|
|
|
</swiper-item>
|
|
|
|
|
</block>
|
|
|
|
|
</swiper>
|
|
|
|
|
<view class="top-box" wx:if="{{info}}">
|
|
|
|
|
<view class="title">{{info.title}}</view>
|
|
|
|
|
<view class="info-address">{{info.address}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<rich-text nodes="{{tool.formateRichText(info.content)}}"></rich-text>
|
|
|
|
|
</view>
|