123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480 |
- <template>
- <view>
- <view class="userHead" @click="toData">
- <view class="userHead-img">
- <u-avatar :src="userId ? headImg : '../../assets/img/head.png'" size="96"></u-avatar>
- </view>
- <view class="userHead-text oldTextjp2" >
- <h3>{{userId ? userPhone : '点击登录/注册'}}</h3>
- </view>
- </view>
- <view class="userData">
- <view class="userData-num" @click="toBalance">
- <view class="userData-data">¥{{personAccount.availableAmount != null ? personAccount.availableAmount.toFixed(2) : '0.00'}}</view>
- <view class="userData-foot">可用余额</view>
- </view>
- <view class="line">
-
- </view>
- <view class="userData-num" @click="toMyCoupon">
- <view class="userData-data">{{myCouponList.length}}</view>
- <view class="userData-foot">优惠券</view>
- </view>
- </view>
- <view class="userBanner">
- <u-image width="100%" height="80px" src="../../static/img/banner.jpg" border-radius="16"></u-image>
- </view>
- <view class="userIcon">
- <view class="userIcon-tit">
- <h3>常用功能</h3>
- </view>
- <view class="userIcon-main">
- <view class="userIcon-item" @click="getScanCode">
- <view class="userIcon-icon userIcon-icon1">
- <u-icon name="qr-scan-2-line" custom-prefix="custom-icon" color="#fff" size="36"></u-icon>
- </view>
- <p>扫码充电</p>
- </view>
- <view class="userIcon-item" @click="fastRecharge">
- <view class="userIcon-icon userIcon-icon2">
- <u-icon name="wallet-3-line" custom-prefix="custom-icon" color="#fff" size="36"></u-icon>
- </view>
- <p>快速充值</p>
- </view>
- <view class="userIcon-item" @click="chargingRecord">
- <view class="userIcon-icon userIcon-icon3">
- <u-icon name="todo-line" custom-prefix="custom-icon" color="#fff" size="36"></u-icon>
- </view>
- <p>充电记录</p>
- </view>
- <view class="userIcon-item" @click="toSearchPile">
- <view class="userIcon-icon userIcon-icon4">
- <u-icon name="road-map-line" custom-prefix="custom-icon" color="#fff" size="36"></u-icon>
- </view>
- <p>附近站点</p>
- </view>
- </view>
- </view>
- <view class="userCell">
- <view class="userCell-item" @click="carManage">
- <view class="userCell-title">
- <u-icon name="menu_cwcl" 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 class="userCell-item" @click="gotoUrl('pages/user/help')">
- <view class="userCell-title">
- <u-icon name="compass-3-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 class="userCell-item" @click="feedback">
- <view class="userCell-title">
- <u-icon name="feedback-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 class="userCell-item" @click="gotoUrl('pages/user/about')">
- <view class="userCell-title">
- <u-icon name="information-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 class="userCell-item" @click="openModal">
- <view class="userCell-title">
- <u-icon name="customer-service-fill" custom-prefix="custom-icon" color="#6BC6A7" size="36"></u-icon>
- <p>联系客服</p>
- </view>
- <span>{{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"></u-modal>
- </view>
- <view class="userCell-item" @click="setUp">
- <view class="userCell-title">
- <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>
-
- <Tabbar :current="2"></Tabbar>
- </view>
- </template>
- <script>
- import * as API from '@/apis/index.js'
- import * as userApi from '@/apis/user.js'
- import * as loginApi from '@/apis/login.js'
- import * as WxJsApi from '@/utils/wxJsApi.js'
- import Tabbar from '@/components/Tabbar.vue'
-
- export default {
- components: {
- Tabbar
- },
- data() {
- return {
- myCouponList: [],
- elderStatus: false,
- personAccount: {},
- userId: '',
- headImg: '',
- userPhone: '',
- show: false,
- title: '联系客服',
- content: '400-8899-619',
- confirmText: '拨打电话',
- background:{
- background: 'none'
- },
- }
- },
- onShow() {
- if(this.carhelp.getPersonInfo()) {
- this.userId = this.carhelp.getPersonInfo().id;
-
- this.getCarPersonAccount();
- this.getUserInfo();
- this.getCouponList();
- }
-
- this.elderStatus=this.carhelp.get("getElderModeClass");
- },
- onReady() {
- WxJsApi.getWxConfig(['getLocation', 'addEventListener', 'scanQRCode']).then((res) => {
- // console.log(res)
- }).catch(error => {
- console.log(res)
- })
-
- var consumerPhone=this.carhelp.getConfig().consumerPhone
- // img="https://yktwechat.xiaoxinda.com/config/xxd2021.jpg"
- if(consumerPhone){
- this.content=consumerPhone
- }
- },
- methods: {
- getCouponList() {
- uni.showLoading({
- title: "加载中",
- mask: true,
- })
- userApi.couponList({
- status: '0'
- }).then((res) => {
- uni.hideLoading();
-
- this.myCouponList = res.data.data;
- }).catch(error => {
- uni.showToast({
- title: error,
- icon: "none"
- })
- })
- },
- //微信扫二维码
- getScanCode() {
- if (this.userId) {
- WxJsApi.scanQRCode(1).then(res => {
- if(res) {
- API.scanCode(res).then((response) => {
-
- }).catch(error => {
- uni.showToast({
- title: error,
- icon: "none"
- })
- })
- }
- }).catch(error => {
-
- })
- } else {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }
- },
- fastRecharge() {
- if (this.userId) {
- uni.navigateTo({
- url: '/pages/user/finance/recharge'
- })
- } else {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }
- },
- chargingRecord() {
- if (this.userId) {
- uni.navigateTo({
- url: '/pages/record/index'
- })
- } else {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }
- },
- toSearchPile() {
- uni.navigateTo({
- url: '/pages/searchPile/searchPile'
- })
- },
- getUserInfo() {
- uni.showLoading({
- title: "加载中",
- mask: true,
- })
- loginApi.findByOpenId({
- openId: this.carhelp.getOpenId()
- }).then((res) => {
- uni.hideLoading();
- this.headImg = res.data.regUser.headImg;
-
- var phone = res.data.regUser.phone;
- var phone1 = phone.slice(0,3);
- var phone2 = phone.slice(-4);
- this.userPhone = phone1 + '****' + phone2;
- }).catch(error => {
- uni.showToast({
- title: error,
- icon: "none"
- })
- })
- },
- toData() {
- if(this.userId) {
- uni.navigateTo({
- url: '/pages/user/data'
- })
- } else {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }
- },
- toBalance() {
- if(this.userId) {
- uni.navigateTo({
- url: '/pages/user/finance/balance'
- })
- } else {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }
- },
- toMyCoupon() {
- if(this.userId) {
- uni.navigateTo({
- url: '/pages/user/coupon/myCoupon'
- })
- } else {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }
- },
- toRecharge() {
- if(this.userId) {
- uni.navigateTo({
- url: '/pages/user/finance/recharge'
- })
- } else {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }
- },
- carManage() {
- if(this.userId) {
- uni.navigateTo({
- url: '/pages/user/car/index'
- })
- } else {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }
- },
- feedback() {
- if(this.userId) {
- uni.navigateTo({
- url: '/pages/user/message'
- })
- } else {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }
- },
- setUp() {
- if(this.userId) {
- uni.navigateTo({
- url: '/pages/user/setting'
- })
- } else {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }
- },
- openModal() {
- this.show = true;
- },
- confirmPhone(){
- this.show = false;
- uni.makePhoneCall({
- phoneNumber:this.content //仅为示例
- });
- },
- getCarPersonAccount() {
- uni.showLoading({
- title: "加载中",
- mask: true,
- })
- userApi.carPersonAccount().then((res) => {
- uni.hideLoading();
-
- this.personAccount = res.data;
- }).catch(error => {
- uni.showToast({
- title: error,
- icon: "none"
- })
- })
- }
- }
- }
- </script>
- <style>
- page{
- background:url(../../assets/img/index_header_bg.png) no-repeat top center #f7f7f7;
- background-size: 100%;
- }
- </style>
- <style lang="scss" scoped>
- .userBanner{
- margin: 16px;
- }
- .userIcon{
- background-color: #fff;
- margin: 16px;
- border-radius: 8px;
- padding: 16px;
- }
- .userIcon-item{
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .userIcon-main{
- margin-top: 16px;
- display: flex;
- justify-content: space-between;
- }
- .userIcon-icon{
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- height: 40px;
- width: 40px;
- border-radius: 50%;
- margin-bottom: 6px;
- }
- .userIcon-icon1{background-color: #59D96E;}
- .userIcon-icon2{background-color: #4BD2C0;}
- .userIcon-icon3{background-color: #6FA5FF;}
- .userIcon-icon4{background-color: #9D9FFF;}
- .userCell{
- background-color: #fff;
- border-radius: 8px;
- margin: 16px;
- .userCell-item{
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 16px;
- .userCell-title{
- display: flex;
- align-items: center;
- p{
- margin-left: 8px;
- }
- }
- span{
- color:#999;
- }
- }
- }
-
- .userHead{
- display: flex;
- align-items: center;
- align-items: center;
- padding:40px 20px 0;
- .userHead-img{
- }
- .userHead-text{
- margin-left: 12px;
- h3{
- font-size: 20px;
- color:#fff;
- font-weight: normal;
- }
-
- }
- }
- .userData{
- background-color: #fff;
- margin: 16px;
- padding: 16px ;
- border-radius: 8px;
- display: flex;
- align-items: center;
- justify-content: space-around;
- }
- .userData-num{
- width: 50%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content:space-between;
- padding-right: 5px;
- .userData-data{
- font-size: 24px;
- font-weight: 600;
-
- }
- .userData-name{
- font-size: 16px;
- }
- .userData-foot{
- margin-top: 4px;
- color:#999;
- font-size: 12px;
- }
- }
- .userInfo-btn{
- padding: 6px 30px;
- // background-color: #00B962;
- // color:#fff;
- // border-radius: 15px;
- }
- .line{
- width: 0px;
- height: 36px;
- border: 1px solid rgba(237, 237, 237, 100);
- }
- </style>
|