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.

20 lines
707 B

5 years ago
<wxs src="../../../utils/filter.wxs" module="tool" />
5 years ago
<title title="{{info.title}}"></title>
5 years ago
<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" bindtap="gotolocation">
{{info.address}}
<view class="iconfont icon-daohang">
</view></view>
5 years ago
</view>
<view class="content">
<rich-text nodes="{{tool.formateRichText(info.content)}}"></rich-text>
</view>