|
@@ -169,7 +169,7 @@ function doConnectDirectives() {
|
|
|
// 不同账号
|
|
|
|
|
|
// 当前是获取方
|
|
|
- if (isAuth === 'huo') {
|
|
|
+ if (isAuth === 'huo' && result.data.desc === "控制权限收回") {
|
|
|
$.confirm(
|
|
|
'授权方已收回控制权,您进入观看屏幕模式',
|
|
|
function () {
|
|
@@ -184,7 +184,7 @@ function doConnectDirectives() {
|
|
|
);
|
|
|
return;
|
|
|
}
|
|
|
- if (!isControl) {
|
|
|
+ if (!isControl && isAuth === 'shou') {
|
|
|
// 当前是授权方切没有控制权
|
|
|
$.confirm(
|
|
|
'当前云手机正在授控,是否请求获取云手机控制权?',
|