安徽骏飞影业有限公司 - 微信小程序
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.
 

24 lines
868 B

<!--pages/signIn/signIn.wxml-->
<view class="container">
<view class="contact_info">
<van-icon style="position: relative; top: -45rpx;" name="location" color="white" />
<text>公司地址:{{address}}</text>
</view>
<view class="contact_info">
<van-icon name="phone" color="white" />
<text>公司电话:{{tel}}</text>
</view>
<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>
<map class="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>