|
@@ -51,18 +51,12 @@ import {getUserProfile} from '@/api/system/user';
|
|
|
console.log("token");
|
|
|
console.log(getToken())
|
|
|
this.userInfo = getApp().globalData.userInfo;
|
|
|
- this.ss();
|
|
|
},
|
|
|
methods: {
|
|
|
tiaozhuan(){
|
|
|
uni.navigateTo({
|
|
|
url:"/pages/delis"
|
|
|
})
|
|
|
- },
|
|
|
- ss(){
|
|
|
- getUserProfile().then(res => {
|
|
|
- this.rows = res.data;
|
|
|
- })
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -78,9 +72,9 @@ import {getUserProfile} from '@/api/system/user';
|
|
|
justify-content: space-between;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.chat-custom-text {
|
|
|
font-size: 12px;
|
|
|
color: #999;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|