update:优化多端登录
This commit is contained in:
@@ -46,6 +46,8 @@ function request(method, url, data = {}) {
|
||||
`${uni.getAccountInfoSync().miniProgram.envVersion}_token`
|
||||
);
|
||||
uni.$emit("update-user");
|
||||
reject({ type: "AUTH_INVALID", message });
|
||||
return;
|
||||
}
|
||||
if (message === "ROOM_FULL") {
|
||||
resolve({full: true});
|
||||
|
||||
Reference in New Issue
Block a user