6.18
This commit is contained in:
@@ -112,6 +112,11 @@
|
||||
console.log('success');
|
||||
}
|
||||
});
|
||||
// 存储接口请求所需token
|
||||
uni.setStorage({
|
||||
key: 'token',
|
||||
data: res.data.data.token,
|
||||
});
|
||||
// 注册返回参数
|
||||
this.$refs.uToast.show({
|
||||
title: res.message,
|
||||
@@ -265,6 +270,7 @@
|
||||
}
|
||||
|
||||
.labales {
|
||||
color: #FFF;
|
||||
border-bottom: 1px #fff solid;
|
||||
margin-bottom: 90rpx;
|
||||
height: 70rpx;
|
||||
|
||||
Reference in New Issue
Block a user