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.
27 lines
930 B
27 lines
930 B
<!--pages/signIn/signIn.wxml-->
|
|
<navBar title-text="联系我们"
|
|
bindback="back"/>
|
|
<view class="container">
|
|
<view class="contact_info" style="margin-top: 6rpx;">
|
|
<van-icon name="manager" color="white" />
|
|
<text style="float: right; margin-top: 0rpx;" decode="true">{{phone}}</text>
|
|
</view>
|
|
<view class="contact_info">
|
|
<van-icon name="phone" color="white" />
|
|
<text>公司电话:{{tel}}</text>
|
|
</view>
|
|
<view class="contact_info">
|
|
<van-icon style="position: relative; top: -45rpx;" name="location" color="white" />
|
|
<text>公司地址:{{address}}</text>
|
|
</view>
|
|
|
|
|
|
|
|
<map id="map" bindmarkertap="biaoji" data-mark="{{markers[0]}}" latitude="{{latitude}}" longitude="{{longitude}}" markers="{{markers}}" scale="17"></map>
|
|
<view class="telPhone" bindtap="callPhone" data-phone="{{userPhone}}">
|
|
<image src='../../assets/imgs/phone.png' />
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|