xbx #94
@ -179,8 +179,8 @@ export default {
|
|||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
type: 'success',
|
type: 'success',
|
||||||
})
|
})
|
||||||
uni.setStorageSync('token', res.data.token);
|
console.log(res.data)
|
||||||
uni.setStorageSync('userinfo', res.data);
|
uni.setStorageSync('userinfo', res.data);
|
||||||
uni.setStorageSync('rongyun', res.data.rongcloud_token);
|
uni.setStorageSync('rongyun', res.data.rongcloud_token);
|
||||||
this.$u.route({
|
this.$u.route({
|
||||||
|
@ -147,11 +147,10 @@
|
|||||||
.jieshuback{
|
.jieshuback{
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
position: fixed;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 750rpx;
|
width: 750rpx;
|
||||||
z-index: 901;
|
|
||||||
}
|
}
|
||||||
.jieshu{
|
.jieshu{
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
Loading…
Reference in New Issue
Block a user