|
@@ -163,6 +163,10 @@ function doConnectDirectives() {
|
|
|
return;
|
|
|
}
|
|
|
case '4000': {
|
|
|
+ // console.log(
|
|
|
+ // '🚀 ~ file: WXdraw.js ~ line 184 ~ doConnectDirectives ~ isAuth',
|
|
|
+ // isAuth,
|
|
|
+ // );
|
|
|
// 当前是获取方
|
|
|
if (isAuth === 'huo' && isControl) {
|
|
|
$.confirm(
|
|
@@ -179,7 +183,8 @@ function doConnectDirectives() {
|
|
|
);
|
|
|
return;
|
|
|
}
|
|
|
- if (!isControl && isAuth === 'shou') {
|
|
|
+
|
|
|
+ if (isAuth === 'shou') {
|
|
|
// 当前是授权方切没有控制权
|
|
|
$.confirm(
|
|
|
'当前云手机正在授控,是否请求获取云手机控制权?',
|