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.
39 lines
1.5 KiB
39 lines
1.5 KiB
<!--pages/info/redmapInfo/index.wxml-->
|
|
<wxs src="../../../utils/filter.wxs" module="tool" />
|
|
<!-- <title wx:if="{{info}}" title="红色地图详情"></title> -->
|
|
<title title="寄存点位详情"></title>
|
|
<view class="box">
|
|
<view class="title textOver2">
|
|
{{info.title}}
|
|
</view>
|
|
<view class="address">
|
|
<image class="address-icon" src="https://static.ticket.sz-trip.com/uploads/20240124/3625398e2fba9768aa891f806b855716.png" mode=""/>
|
|
<view class="textOver address-text">{{info.address}}</view>
|
|
<image class="map-icon" src="https://static.ticket.sz-trip.com/uploads/20240124/bfe241bd7606cdaec78da737166a42fc.png" mode=""/>
|
|
<view class="go-there" bindtap="gotolocation">到这去</view>
|
|
</view>
|
|
<view class="address" style="margin: 27rpx 0;">
|
|
<image class="call-icon" src="https://static.ticket.sz-trip.com/uploads/20240124/fbd073d47279f137775ad39b5a6fe454.png" mode=""/>
|
|
<view class="call">电话:{{info.tel}}</view>
|
|
</view>
|
|
<view class="line"></view>
|
|
<view>
|
|
<view class="h-title">寄存时间</view>
|
|
<view class="btm-line"></view>
|
|
</view>
|
|
<view class="text">
|
|
<rich-text nodes="{{info.time_info}}"></rich-text>
|
|
</view>
|
|
<view>
|
|
<view class="h-title">收费情况</view>
|
|
<view class="btm-line"></view>
|
|
</view>
|
|
<view class="text"><rich-text nodes="{{info.content}}"></rich-text></view>
|
|
<view>
|
|
<view class="h-title">寄存须知</view>
|
|
<view class="btm-line"></view>
|
|
</view>
|
|
<view class="text">
|
|
<rich-text nodes="{{info.book_info}}"></rich-text>
|
|
</view>
|
|
</view>
|