Commit b70cf6fb by 莫晓莉

mxl

parent f4a245c1
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
</view> </view>
</view> </view>
<!-- <view class="center-list" v-for="item in navList" :key="item.id"> <!-- <view class="center-list" v-for="item in navList" :key="item.id">
<view class="center-list-item border-bottom" v-for="item2 in item.barList" :key="item2.id" @click="goDetailPage(item2)"> <view class="center-list-item border-bottom" v-for="item2 in item.barList" :key="item2.id" @click="goDetailPage(item2)">
<text class="list-icon">&#xe60b;</text> <text class="list-icon">&#xe60b;</text>
...@@ -20,24 +21,24 @@ ...@@ -20,24 +21,24 @@
<view class="center-list"> <view class="center-list">
<view class="center-list-item border-bottom" @click="comment"> <view class="center-list-item border-bottom" @click="comment">
<text class="list-icon">&#xe60f;</text> <text class="list-icon">&#xe60b;</text>
<text class="list-text">意见反馈</text> <text class="list-text">意见反馈</text>
<text class="navigat-arrow">&#xe65e;</text> <text class="navigat-arrow">&#xe65e;</text>
</view> </view>
<view class="center-list-item" @click="apply"> <view class="center-list-item" @click="apply">
<text class="list-icon">&#xe639;</text> <text class="list-icon">&#xe60b;</text>
<text class="list-text">申请服务</text> <text class="list-text">申请服务</text>
<text class="navigat-arrow">&#xe65e;</text> <text class="navigat-arrow">&#xe65e;</text>
</view> </view>
</view> </view>
<view class="center-list"> <view class="center-list">
<view class="center-list-item border-bottom" @click="commentHis"> <view class="center-list-item border-bottom" @click="commentHis">
<text class="list-icon">&#xe60b;</text> <text class="list-icon">&#xe639;</text>
<text class="list-text">反馈历史</text> <text class="list-text">反馈历史</text>
<text class="navigat-arrow">&#xe65e;</text> <text class="navigat-arrow">&#xe65e;</text>
</view> </view>
<view class="center-list-item" @click="aplHis"> <view class="center-list-item" @click="aplHis">
<text class="list-icon">&#xe65f;</text> <text class="list-icon">&#xe639;</text>
<text class="list-text">申请记录</text> <text class="list-text">申请记录</text>
<text class="navigat-arrow">&#xe65e;</text> <text class="navigat-arrow">&#xe65e;</text>
</view> </view>
...@@ -47,7 +48,7 @@ ...@@ -47,7 +48,7 @@
<view class="center-list" > <view class="center-list" >
<!-- <view class="center-list-item" @click="logout" v-if="token"> --> <!-- <view class="center-list-item" @click="logout" v-if="token"> -->
<view class="center-list-item" @click="logout"> <view class="center-list-item" @click="logout">
<text class="list-icon">&#xe65f;</text> <text class="list-icon">&#xe60f;</text>
<text class="list-text">退出登录</text> <text class="list-text">退出登录</text>
<text class="navigat-arrow">&#xe65e;</text> <text class="navigat-arrow">&#xe65e;</text>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment