|
@@ -6,7 +6,9 @@
|
|
|
<img class="md" src="../../assets/img/md-verified_user@3x.png" alt="">
|
|
|
</view>
|
|
|
<view class="userHead-text">
|
|
|
- <h3 :style="elderStatus ? 'font-size: 28px;' : ''">{{userId ? userPhone : '点击登录/注册'}}</h3>
|
|
|
+ <h3 :style="elderStatus ? 'font-size: 28px;' : ''">{{userId ? userPhone : '点击登录/注册'}}
|
|
|
+ <text class="edit"> <img src="../../assets/img/edit-2-fill.svg" alt=""></text>
|
|
|
+ </h3>
|
|
|
<view class="tag" v-if="false">
|
|
|
<view class="tag-1">
|
|
|
<text>服务费包月卡</text><text class="iconfont iconfont-right" ></text>
|
|
@@ -118,12 +120,12 @@
|
|
|
</view>
|
|
|
<p :style="elderStatus ? 'font-size: 18px;' : ''">充电记录</p>
|
|
|
</view>
|
|
|
- <view class="userIcon-item" @click="carManage">
|
|
|
+ <!-- <view class="userIcon-item" @click="carManage">
|
|
|
<view class="userIcon-icon">
|
|
|
<img src="../../static/img/car-fill.svg" style="width: 36px;height: 36px;" alt="">
|
|
|
</view>
|
|
|
<p :style="elderStatus ? 'font-size: 18px;' : ''">车辆管理</p>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view class="userIcon-item" @click="myAppointment">
|
|
|
<view class="userIcon-icon">
|
|
|
<img src="../../static/img/riFill-map-pin-time-fill.svg" alt="">
|
|
@@ -175,6 +177,14 @@
|
|
|
<u-icon name="arrow-right-s-line" custom-prefix="custom-icon" color="#B3B3B3" size="32"></u-icon>
|
|
|
</view>
|
|
|
</view> -->
|
|
|
+ <view class="userCell-item" >
|
|
|
+ <view class="userCell-title oldTextjp" oldstyle="font-size: 20px;">
|
|
|
+ <!-- <u-icon name="compass-3-fill" custom-prefix="custom-icon" color="#6BC6A7" size="36"></u-icon> -->
|
|
|
+ <text class="user" ><img style="visibility: middle;;" src="../../assets/img/folder-user-fill.svg" alt=""></text>
|
|
|
+ <p>个人资料</p>
|
|
|
+ </view>
|
|
|
+ <u-icon name="arrow-right-s-line" custom-prefix="custom-icon" color="#B3B3B3" size="32"></u-icon>
|
|
|
+ </view>
|
|
|
<view class="userCell-item" @click="gotoUrl('pages/user/help')">
|
|
|
<view class="userCell-title oldTextjp" oldstyle="font-size: 20px;">
|
|
|
<u-icon name="compass-3-fill" custom-prefix="custom-icon" color="#6BC6A7" size="36"></u-icon>
|
|
@@ -201,19 +211,20 @@
|
|
|
<u-icon name="customer-service-fill" custom-prefix="custom-icon" color="#6BC6A7" size="36"></u-icon>
|
|
|
<p>联系客服</p>
|
|
|
</view>
|
|
|
- <span :style="elderStatus ? 'font-size: 16px;' : ''">{{content}}</span>
|
|
|
+ <u-icon name="arrow-right-s-line" custom-prefix="custom-icon" color="#B3B3B3" size="32"></u-icon>
|
|
|
+ <!-- <span :style="elderStatus ? 'font-size: 16px;' : ''">{{content}}</span> -->
|
|
|
</view>
|
|
|
<view>
|
|
|
<u-modal v-model="show" @confirm="confirmPhone" :confirm-text="confirmText" confirm-color="#606266" :show-cancel-button="true" ref="uModal"
|
|
|
:asyncClose="true" :title="title" :content="content" :content-style="{fontSize: '24px',color: '#101010'}"></u-modal>
|
|
|
</view>
|
|
|
- <view class="userCell-item" @click="setUp">
|
|
|
+ <!-- <view class="userCell-item" @click="setUp">
|
|
|
<view class="userCell-title oldTextjp" oldstyle="font-size: 20px;">
|
|
|
<u-icon name="settings-4-fill" custom-prefix="custom-icon" color="#6BC6A7" size="36"></u-icon>
|
|
|
<p>设置</p>
|
|
|
</view>
|
|
|
<u-icon name="arrow-right-s-line" custom-prefix="custom-icon" color="#B3B3B3" size="32"></u-icon>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
|
|
|
<Tabbar :current="2" ref="tabbarMain" :elderStatus="elderStatus"></Tabbar>
|
|
@@ -613,6 +624,7 @@
|
|
|
width: 25%;
|
|
|
font-size: 14px
|
|
|
|
|
|
+
|
|
|
}
|
|
|
.lucency{
|
|
|
opacity: 0.5;
|
|
@@ -620,7 +632,7 @@
|
|
|
|
|
|
.userIcon-main{
|
|
|
display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+
|
|
|
flex-wrap: wrap;
|
|
|
font-size: 16px;
|
|
|
}
|
|
@@ -650,7 +662,6 @@
|
|
|
.userCell-title{
|
|
|
font-size: 16px;
|
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
p{
|
|
|
margin-left: 8px;
|
|
|
}
|
|
@@ -670,6 +681,7 @@
|
|
|
align-items: center;
|
|
|
padding:40px 20px 0;
|
|
|
|
|
|
+
|
|
|
.tag{
|
|
|
margin-top: 8px;
|
|
|
display: flex;
|
|
@@ -722,6 +734,22 @@
|
|
|
font-size: 20px;
|
|
|
color:#fff;
|
|
|
font-weight: normal;
|
|
|
+
|
|
|
+ .edit{
|
|
|
+ display: inline-block;
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ margin-left: 2px;
|
|
|
+
|
|
|
+
|
|
|
+ img{
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ vertical-align: middle;
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
}
|