|
@@ -33,18 +33,6 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="feature-list u-flex u-flex-wrap u-row-between">
|
|
|
- <!-- <view class="feature-item" @click="speaks('贵AF113Z')">
|
|
|
- <u-image width="160rpx" height="160rpx" src="/static/img/index-feature-02.png"></u-image>
|
|
|
- <view class="feature-item-text">拍照取证</view>
|
|
|
- </view> -->
|
|
|
- <!-- <view class="feature-item" @click="$refs.uToast.show({title: '建设中'})">
|
|
|
- <u-image width="160rpx" height="160rpx" src="/static/img/index-feature-03.png"></u-image>
|
|
|
- <view class="feature-item-text">缴费</view>
|
|
|
- </view> -->
|
|
|
- <!-- <view class="feature-item" @click="$refs.uToast.show({title: '建设中'})">
|
|
|
- <u-image width="160rpx" height="160rpx" src="/static/img/index-feature-04.png"></u-image>
|
|
|
- <view class="feature-item-text">车位管理</view>
|
|
|
- </view> -->
|
|
|
<view class="feature-item" @click="openPage('/pages/parking/parking')">
|
|
|
<u-image width="160rpx" height="160rpx" src="/static/img/index-feature-05.png"></u-image>
|
|
|
<view class="feature-item-text">车辆入场</view>
|
|
@@ -57,10 +45,6 @@
|
|
|
<u-image width="160rpx" height="160rpx" src="/static/img/index-feature-01.png"></u-image>
|
|
|
<view class="feature-item-text">签到打卡</view>
|
|
|
</view>
|
|
|
- <!-- <view class="feature-item" @click="openPage('pages/modifypwd/modifypwd')">
|
|
|
- <u-image width="160rpx" height="160rpx" src="/static/img/index-feature-07.png"></u-image>
|
|
|
- <view class="feature-item-text">密码修改</view>
|
|
|
- </view> -->
|
|
|
<view class="feature-item" @click="openPage('/pages/ownersquery/ownersquery')">
|
|
|
<u-image width="160rpx" height="160rpx" src="/static/img/index-feature-10.png"></u-image>
|
|
|
<view class="feature-item-text">车主查询</view>
|
|
@@ -72,11 +56,7 @@
|
|
|
<view class="feature-item" @click="openPage('/pages/setting/setting')">
|
|
|
<u-image width="160rpx" height="160rpx" src="/static/img/index-feature-08.png"></u-image>
|
|
|
<view class="feature-item-text">设置</view>
|
|
|
- </view>
|
|
|
- <!-- <view class="feature-item" @click="logout">
|
|
|
- <u-image width="160rpx" height="160rpx" src="/static/img/index-feature-09.png"></u-image>
|
|
|
- <view class="feature-item-text">退出登录</view>
|
|
|
- </view> -->
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<u-bottom color="#949494" :static="true"></u-bottom>
|
|
|
</view>
|
|
@@ -172,20 +152,6 @@
|
|
|
// window.location.replace(this.config.loginUrl)
|
|
|
}
|
|
|
},
|
|
|
- logout(){
|
|
|
- uni.clearStorage();
|
|
|
- this.$u.vuex('vuex_token', null);
|
|
|
- this.$u.vuex('vuex_user', null);
|
|
|
- this.$u.vuex('vuex_hasLogin', false);
|
|
|
- this.userInfo = [];
|
|
|
- this.theRoad = [];
|
|
|
- this.$refs.uToast.show({
|
|
|
- title: '退出成功,即将跳转登录页!',
|
|
|
- type: 'success',
|
|
|
- url:'pages/login/login'
|
|
|
- });
|
|
|
- // this.$u.route(-1);
|
|
|
- },
|
|
|
handleGetIndex(roadNo){
|
|
|
this.$u.api.getIndex({roadNo:roadNo})
|
|
|
.then(res=>{
|