3.22医生

This commit is contained in:
zoujiandong
2024-03-22 16:10:50 +08:00
parent 2454bafd78
commit bdc8abf326
34 changed files with 437 additions and 137 deletions
@@ -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: () => {},