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.

61 lines
2.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--pages/mine/mine.wxml-->
<statusBar title="联系我们"></statusBar>
<view class="content">
<image src="/img/personal_center_bg.jpg" class="content-personal-center-bg" />
<view class="content-info">
<view class="content-info-view">
<image src="/img/personal_info_bg.png" class="content-info-bg-img" />
<view class="content-info-text">
<!-- 默认头像 -->
<image src="/img/personal_default_head.png" class="content-info-head-img" />
<view class="content-info-text-view">
<view class="content-info-text-name">
{{name}}
</view>
<view class="content-info-text-phone">
{{mobile}}
</view>
</view>
</view>
</view>
</view>
</view>
<view class="content-about-us">
<view class="content-about">
<view class="content-about-title">联系我们</view>
<view class="content-about-text">
<view class="content-about-line"></view>
<view class="content-about-company">
<view class="content-about-textOrimg">
<image src="/img/about-address.png" class="content-about-img" />公司地址:
</view>
<view>******************************************</view>
<view>******************************************</view>
</view>
<view class="content-about-line"></view>
<view class="content-about-company">
<view class="content-about-textOrimg">
<image src="/img/about-mailbox.png" class="content-about-img2" />邮箱:***************
</view>
</view>
<view class="content-about-line"></view>
<view class="content-about-company">
<view class="content-about-textOrimg">
<image src="/img/about-service.png" class="content-about-img2" />官方服务热线:***************
</view>
</view>
<view class="content-about-line"></view>
<view class="content-abount-time">
服务时间为周一至周五上午9:00-12:00下午14:00-18:00。
</view>
</view>
</view>
</view>