wpfw_ewei_wxapp/pages/map/index.wxml
2023-02-26 08:10:18 +08:00

29 lines
1.6 KiB
Plaintext

<view class="fui-page">
<map showLocation bindcontroltap="controltap" bindmarkertap="markertap" bindregionchange="regionchange" bindupdated="bindupdated" circles="{{circles}}" id="myMap" latitude="{{lat}}" longitude="{{lng}}" markers="{{markers}}" polyline="{{polyline}}" scale="{{scale}}" style="width: 100%;"></map>
<view class="fui-list-group fui-list-group1 {{listout}}" style="margin-top: 0;">
<a class="fui-list order-list title-b" data-nocache="true">
<view class="fui-list-media">
<image src="{{logo}}"></image>
</view>
<view class="fui-list-inner">
<view class="row">
<view class="row-text title">{{name}}</view>
</view>
<view class="row">
<view class="row-text" style="color: #666">{{address}}</view>
</view>
</view>
<view bindtap="call" class="angle">
<i class="icox icox-phone" style="color: #21ca4d;font-size:50rpx;"></i>
</view>
</a>
</view>
<view class="fui-list-group fui-list-group2 {{listin}}" style="margin-top: 0;">
<view class="inner">
<view bindtap="callup" class="fui-tell" data-tel="{{tel1}}" wx:if="{{tel1}}">{{tel1}}</view>
<view bindtap="callup" class="fui-tell after" data-tel="{{tel2}}" wx:if="{{tel2}}">{{tel2}}</view>
<view bindtap="calldown" class="fui-tell after" style="background: #fafafa;font-size: 26rpx;color: #999;">关闭</view>
</view>
</view>
</view>