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.
34 lines
1.1 KiB
34 lines
1.1 KiB
<!--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-list">
|
|
<!-- <view class="content-list-item" bind:tap="customerService">
|
|
<image src="/img/mine_i_contactus.png" class="content-list-item-img" />
|
|
<view class="content-list-item-title">联系我们</view>
|
|
<image src="/img/arrow.png" class="content-list-item-img" />
|
|
</view> -->
|
|
</view>
|
|
|
|
<view class="content-button-exit" bindtap="exit">
|
|
退出登录
|
|
</view> |