调整登录逻辑退出登录调整拦截器新增路由通配404也买呢
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view>
|
||||
<view v-if="!loding">
|
||||
<!-- 专属客服弹出 start -->
|
||||
<view class="customerBack" v-if="customer.customerShow"></view>
|
||||
<view class="customerCont" v-if="customer.customerShow">
|
||||
@@ -255,6 +255,7 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
loding : true, // 加载
|
||||
scroll : 0, // 回弹效果
|
||||
userData : '', // 用户信息
|
||||
userIdentity : '', // 用户身份
|
||||
@@ -299,11 +300,10 @@
|
||||
stone_value: res.stone_value,
|
||||
...res.account
|
||||
}
|
||||
|
||||
|
||||
this.userData = res
|
||||
this.helpDoc = res.help_doc
|
||||
this.userIdentity = res.identityShow
|
||||
this.loding = false
|
||||
}).catch(err =>{
|
||||
uni.showToast({
|
||||
title: err.message,
|
||||
|
||||
Reference in New Issue
Block a user