3.22医生
This commit is contained in:
@@ -87,9 +87,11 @@ class CallManager {
|
||||
});
|
||||
}
|
||||
_handleCallStatusToCalling() {
|
||||
console.log('isPageRedirected:'+this._isPageRedirected);
|
||||
if (this._isPageRedirected)
|
||||
return;
|
||||
this._targetPagePath = this.getRoute().route;
|
||||
console.log('videourl:'+`/${this._globalCallPagePath}`);
|
||||
// @ts-ignore
|
||||
wx.navigateTo({
|
||||
url: `/${this._globalCallPagePath}`,
|
||||
@@ -115,6 +117,7 @@ class CallManager {
|
||||
this._isPageRedirected = false;
|
||||
},
|
||||
fail: () => {
|
||||
this._isPageRedirected = false;
|
||||
console.error(`${PREFIX} navigateBack fail!`);
|
||||
},
|
||||
complete: () => { },
|
||||
|
||||
@@ -95,6 +95,7 @@ export class CallManager {
|
||||
this._isPageRedirected = false;
|
||||
},
|
||||
fail: () => {
|
||||
this._isPageRedirected = false;
|
||||
console.error(`${PREFIX} navigateBack fail!`);
|
||||
},
|
||||
complete: () => {},
|
||||
|
||||
Reference in New Issue
Block a user