|
@@ -4,21 +4,21 @@
|
|
<view class="userHead-img">
|
|
<view class="userHead-img">
|
|
<u-avatar :src="userId ? headImg : '../../assets/img/head.png'" size="96"></u-avatar>
|
|
<u-avatar :src="userId ? headImg : '../../assets/img/head.png'" size="96"></u-avatar>
|
|
</view>
|
|
</view>
|
|
- <view class="userHead-text oldTextjp2" oldstyle="font-size: 28px;">
|
|
|
|
- <h3 class="oldTextjp2" oldstyle="font-size: 28px;">{{userId ? userPhone : '点击登录/注册'}}</h3>
|
|
|
|
|
|
+ <view class="userHead-text">
|
|
|
|
+ <h3 :style="elderStatus ? 'font-size: 28px;' : ''">{{userId ? userPhone : '点击登录/注册'}}</h3>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="userData">
|
|
<view class="userData">
|
|
<view class="userData-num" @click="toBalance">
|
|
<view class="userData-num" @click="toBalance">
|
|
- <view class="userData-data oldTextjp2" oldstyle="font-size: 28px;">{{personAccount.availableAmount != null ? personAccount.availableAmount.toFixed(2) : '0.00'}}元</view>
|
|
|
|
- <view class="userData-foot oldTextjp2" oldstyle="font-size: 16px;">可用余额</view>
|
|
|
|
|
|
+ <view class="userData-data oldTextjp" oldstyle="font-size: 28px;">{{personAccount.availableAmount != null ? personAccount.availableAmount.toFixed(2) : '0.00'}}元</view>
|
|
|
|
+ <view class="userData-foot" :style="elderStatus ? 'font-size: 16px;' : ''">可用余额</view>
|
|
</view>
|
|
</view>
|
|
<view class="line">
|
|
<view class="line">
|
|
|
|
|
|
</view>
|
|
</view>
|
|
<view class="userData-num" @click="toMyCoupon">
|
|
<view class="userData-num" @click="toMyCoupon">
|
|
- <view class="userData-data oldTextjp2" oldstyle="font-size: 28px;">{{recordsTotal}}张</view>
|
|
|
|
- <view class="userData-foot oldTextjp2" oldstyle="font-size: 16px;">优惠券</view>
|
|
|
|
|
|
+ <view class="userData-data oldTextjp" oldstyle="font-size: 28px;">{{recordsTotal}}张</view>
|
|
|
|
+ <view class="userData-foot" :style="elderStatus ? 'font-size: 16px;' : ''">优惠券</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="userBanner">
|
|
<view class="userBanner">
|
|
@@ -30,33 +30,33 @@
|
|
|
|
|
|
</view>
|
|
</view>
|
|
<view class="userIcon">
|
|
<view class="userIcon">
|
|
- <view class="userIcon-tit oldTextjp2" oldstyle="font-size: 20px;">
|
|
|
|
|
|
+ <view class="userIcon-tit" :style="elderStatus ? 'font-size: 20px;' : ''">
|
|
<h3>常用功能</h3>
|
|
<h3>常用功能</h3>
|
|
</view>
|
|
</view>
|
|
- <view class="userIcon-main oldTextjp2" oldstyle="font-size: 18px;">
|
|
|
|
|
|
+ <view class="userIcon-main">
|
|
<view class="userIcon-item" @click="getScanCode">
|
|
<view class="userIcon-item" @click="getScanCode">
|
|
<view class="userIcon-icon userIcon-icon1">
|
|
<view class="userIcon-icon userIcon-icon1">
|
|
<u-icon name="qr-scan-2-line" custom-prefix="custom-icon" color="#fff" size="36"></u-icon>
|
|
<u-icon name="qr-scan-2-line" custom-prefix="custom-icon" color="#fff" size="36"></u-icon>
|
|
</view>
|
|
</view>
|
|
- <p>扫码充电</p>
|
|
|
|
|
|
+ <p :style="elderStatus ? 'font-size: 18px;' : ''">扫码充电</p>
|
|
</view>
|
|
</view>
|
|
<view class="userIcon-item" @click="fastRecharge">
|
|
<view class="userIcon-item" @click="fastRecharge">
|
|
<view class="userIcon-icon userIcon-icon2">
|
|
<view class="userIcon-icon userIcon-icon2">
|
|
<u-icon name="wallet-3-line" custom-prefix="custom-icon" color="#fff" size="36"></u-icon>
|
|
<u-icon name="wallet-3-line" custom-prefix="custom-icon" color="#fff" size="36"></u-icon>
|
|
</view>
|
|
</view>
|
|
- <p>快速充值</p>
|
|
|
|
|
|
+ <p :style="elderStatus ? 'font-size: 18px;' : ''">快速充值</p>
|
|
</view>
|
|
</view>
|
|
<view class="userIcon-item" @click="chargingRecord">
|
|
<view class="userIcon-item" @click="chargingRecord">
|
|
<view class="userIcon-icon userIcon-icon3">
|
|
<view class="userIcon-icon userIcon-icon3">
|
|
<u-icon name="todo-line" custom-prefix="custom-icon" color="#fff" size="36"></u-icon>
|
|
<u-icon name="todo-line" custom-prefix="custom-icon" color="#fff" size="36"></u-icon>
|
|
</view>
|
|
</view>
|
|
- <p>充电记录</p>
|
|
|
|
|
|
+ <p :style="elderStatus ? 'font-size: 18px;' : ''">充电记录</p>
|
|
</view>
|
|
</view>
|
|
<view class="userIcon-item" @click="toSearchPile">
|
|
<view class="userIcon-item" @click="toSearchPile">
|
|
<view class="userIcon-icon userIcon-icon4">
|
|
<view class="userIcon-icon userIcon-icon4">
|
|
<u-icon name="road-map-line" custom-prefix="custom-icon" color="#fff" size="36"></u-icon>
|
|
<u-icon name="road-map-line" custom-prefix="custom-icon" color="#fff" size="36"></u-icon>
|
|
</view>
|
|
</view>
|
|
- <p>附近站点</p>
|
|
|
|
|
|
+ <p :style="elderStatus ? 'font-size: 18px;' : ''">附近站点</p>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -67,7 +67,7 @@
|
|
<p>车辆管理</p>
|
|
<p>车辆管理</p>
|
|
</view>
|
|
</view>
|
|
<view>
|
|
<view>
|
|
- <text class="add oldTextjp2" oldstyle="font-size: 16px;">添加车牌号</text>
|
|
|
|
|
|
+ <text class="add" :style="elderStatus ? 'font-size: 16px;' : ''">添加车牌号</text>
|
|
<u-icon name="arrow-right-s-line" custom-prefix="custom-icon" color="#B3B3B3" size="32"></u-icon>
|
|
<u-icon name="arrow-right-s-line" custom-prefix="custom-icon" color="#B3B3B3" size="32"></u-icon>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -97,7 +97,7 @@
|
|
<u-icon name="customer-service-fill" custom-prefix="custom-icon" color="#6BC6A7" size="36"></u-icon>
|
|
<u-icon name="customer-service-fill" custom-prefix="custom-icon" color="#6BC6A7" size="36"></u-icon>
|
|
<p>联系客服</p>
|
|
<p>联系客服</p>
|
|
</view>
|
|
</view>
|
|
- <span class="oldTextjp2" oldstyle="font-size: 16px;">{{content}}</span>
|
|
|
|
|
|
+ <span :style="elderStatus ? 'font-size: 16px;' : ''">{{content}}</span>
|
|
</view>
|
|
</view>
|
|
<view>
|
|
<view>
|
|
<u-modal v-model="show" @confirm="confirmPhone" :confirm-text="confirmText" confirm-color="#606266" :show-cancel-button="true" ref="uModal"
|
|
<u-modal v-model="show" @confirm="confirmPhone" :confirm-text="confirmText" confirm-color="#606266" :show-cancel-button="true" ref="uModal"
|