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.
32 lines
1.0 KiB
32 lines
1.0 KiB
<!--pages/signIn/signIn.wxml-->
|
|
<import src="../../wxParse/wxParse.wxml"/>
|
|
<navBar title-text="联系我们"
|
|
bindback="back"/>
|
|
|
|
<view class="container">
|
|
<view class="wxParse">
|
|
<template is="wxParse" data="{{wxParseData:content.nodes}}"/>
|
|
</view>
|
|
<view class="contact_info" style="margin-top: 6rpx;">
|
|
<van-icon name="manager" color="white" />
|
|
<text style="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 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>
|