|
@@ -1,7 +1,7 @@
|
|
|
<!--pages/ucenter/index/index.wxml-->
|
|
|
-<view class='title'>
|
|
|
+<!-- <view class='title'>
|
|
|
|
|
|
-</view>
|
|
|
+</view> -->
|
|
|
<view class="container">
|
|
|
<view class="user_text" bindtap='{{isLogin?"toUserCenter":"tologin"}}' hover-class='active'>
|
|
|
<!--<open-data class="userAvatarUrl" bindtap="" type='userAvatarUrl'></open-data>-->
|
|
@@ -11,13 +11,36 @@
|
|
|
|
|
|
<text class='bold'>{{isLogin?userInfo.userName:'点击登录'}}</text>
|
|
|
<text class="h1">{{isLogin?userInfo.loginName:'工作人员登录后进行操作'}}</text>
|
|
|
+ <view class="user_text_zan-ft">
|
|
|
+ <image src='/images/enter.png'></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="context">
|
|
|
+ <view class='context_view' bindtap="goPurse" hover-class='active'>
|
|
|
+ <image class='chargemoney' src='/images/chargemoney.png'></image>
|
|
|
+ <text>我的钱包</text>
|
|
|
+ </view>
|
|
|
+ <view class='context_view' bindtap="goCharginglog" hover-class='active'>
|
|
|
+ <image class='relevance' src='/images/relevance.png'></image>
|
|
|
+ <text>充电记录</text>
|
|
|
+ </view>
|
|
|
+ <view class='context_view' hover-class='active'>
|
|
|
+ <image class='out' src='/images/out.png'></image>
|
|
|
+ <text>优惠券</text>
|
|
|
+ </view>
|
|
|
+ <view class='context_view' hover-class='active'>
|
|
|
+ <image class='exchange' src='/images/exchange.png'></image>
|
|
|
+ <text>积分中心</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
<view class="user-menu">
|
|
|
<view class="zan-panel">
|
|
|
<view class="zan-cell" wx:if='{{!userInfo.flag}}' hover-class="active" bindtap="goCharginglog">
|
|
|
- <view class="zan-icon charginglog">
|
|
|
- <image src='/images/charginglog.png'></image>
|
|
|
+ <view class="zan-icon">
|
|
|
+ <!-- <image src='/images/charginglog.png'></image> -->
|
|
|
+ <image src='/images/column.png'></image>
|
|
|
</view>
|
|
|
<view class="zan-text">
|
|
|
<text>充电记录</text>
|
|
@@ -27,8 +50,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="zan-cell" wx:if='{{!userInfo.flag}}' hover-class="active" bindtap="goChargemoneylog">
|
|
|
- <view class="zan-icon chargemoneylog">
|
|
|
- <image src='/images/chargemoneylog.png'></image>
|
|
|
+ <view class="zan-icon">
|
|
|
+ <!-- <image src='/images/chargemoneylog.png'></image> -->
|
|
|
+ <image src='/images/column.png'></image>
|
|
|
</view>
|
|
|
<view class="zan-text">
|
|
|
<text>充值记录</text>
|
|
@@ -38,8 +62,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="zan-cell" wx:if='{{!userInfo.flag}}' hover-class="active" bindtap="goPurse">
|
|
|
- <view class="zan-icon purse">
|
|
|
- <image src='/images/purse.png'></image>
|
|
|
+ <view class="zan-icon">
|
|
|
+ <!-- <image src='/images/purse.png'></image> -->
|
|
|
+ <image src='/images/column.png'></image>
|
|
|
</view>
|
|
|
<view class="zan-text">
|
|
|
<text>我的钱包</text>
|
|
@@ -50,8 +75,9 @@
|
|
|
</view>
|
|
|
<!-- 运维用户 -->
|
|
|
<view class="zan-cell" wx:if='{{userInfo.flag}}' hover-class="active" bindtap="goMyChargeSation">
|
|
|
- <view class="zan-icon charging3">
|
|
|
- <image src='/images/charging3.png'></image>
|
|
|
+ <view class="zan-icon">
|
|
|
+ <!-- <image src='/images/charging3.png'></image> -->
|
|
|
+ <image src='/images/column.png'></image>
|
|
|
</view>
|
|
|
<view class="zan-text">
|
|
|
<text>责任场站</text>
|
|
@@ -61,8 +87,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="zan-cell" wx:if='{{userInfo.flag}}' hover-class="active" bindtap="goChargpileMonitor">
|
|
|
- <view class="zan-icon monitor">
|
|
|
- <image src='/images/monitor.png'></image>
|
|
|
+ <view class="zan-icon">
|
|
|
+ <!-- <image src='/images/monitor.png'></image> -->
|
|
|
+ <image src='/images/column.png'></image>
|
|
|
</view>
|
|
|
<view class="zan-text">
|
|
|
<text>充电桩监控</text>
|
|
@@ -72,8 +99,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="zan-cell" wx:if='{{userInfo.flag}}' hover-class="active" bindtap="goMyWorksheet">
|
|
|
- <view class="zan-icon worksheet">
|
|
|
- <image src='/images/worksheet.png'></image>
|
|
|
+ <view class="zan-icon">
|
|
|
+ <!-- <image src='/images/worksheet.png'></image> -->
|
|
|
+ <image src='/images/column.png'></image>
|
|
|
</view>
|
|
|
<view class="zan-text">
|
|
|
<text>我的工单</text>
|
|
@@ -85,8 +113,9 @@
|
|
|
<!-- 运维用户 -->
|
|
|
|
|
|
<view class="zan-cell" hover-class="active" bindtap="goNotice">
|
|
|
- <view class="zan-icon notice">
|
|
|
- <image src='/images/notice_icon.png'></image>
|
|
|
+ <view class="zan-icon">
|
|
|
+ <!-- <image src='/images/notice_icon.png'></image> -->
|
|
|
+ <image src='/images/column.png'></image>
|
|
|
</view>
|
|
|
<view class="zan-text">
|
|
|
<text>通知公告</text>
|
|
@@ -96,8 +125,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="zan-cell" hover-class="active" bindtap="goHelp">
|
|
|
- <view class="zan-icon help">
|
|
|
- <image src='/images/help.png'></image>
|
|
|
+ <view class="zan-icon">
|
|
|
+ <!-- <image src='/images/help.png'></image> -->
|
|
|
+ <image src='/images/column.png'></image>
|
|
|
</view>
|
|
|
<view class="zan-text">
|
|
|
<text>帮助中心</text>
|
|
@@ -111,7 +141,12 @@
|
|
|
</view>
|
|
|
<view class="logout" hover-class="active" wx:if="{{isLogin}}" bindtap="logout">退出账号</view>
|
|
|
</view>
|
|
|
-<view class='footer' bindtap='phoneCall'>
|
|
|
+<!-- <view class='footer' bindtap='phoneCall'>
|
|
|
<text class="h1">客服电话:18211188302</text>
|
|
|
<text class="h1">工作时间:工作日 08:00-17:00</text>
|
|
|
+</view> -->
|
|
|
+<view class='footer'>
|
|
|
+ <view class='footer_1' bindtap="toindex"><image src='/images/index.png'></image><text class='selected'>首页</text></view>
|
|
|
+ <view class='footer_2' ><image src='/images/scan.png'>扫码充电</image></view>
|
|
|
+ <view class='footer_3' ><image src='/images/ucenter.png'></image><text>我的</text></view>
|
|
|
</view>
|