修复了层次

This commit is contained in:
luyuan 2020-09-10 15:58:54 +08:00
parent c236af5986
commit 0087c0c3cd
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
2 changed files with 3 additions and 4 deletions

View File

@ -179,8 +179,8 @@ export default {
this.$refs.uToast.show({
title: res.message,
type: 'success',
})
uni.setStorageSync('token', res.data.token);
})
console.log(res.data)
uni.setStorageSync('userinfo', res.data);
uni.setStorageSync('rongyun', res.data.rongcloud_token);
this.$u.route({

View File

@ -147,11 +147,10 @@
.jieshuback{
background-color: #000;
opacity: 0.8;
position: fixed;
position: absolute;
left: 0;
top: 0;
width: 750rpx;
z-index: 901;
}
.jieshu{
z-index: 9999;