3.19
This commit is contained in:
@@ -66,8 +66,10 @@ export class CallManager {
|
||||
};
|
||||
|
||||
private _handleCallStatusToCalling() {
|
||||
console.log(this._isPageRedirected);
|
||||
if (this._isPageRedirected) return;
|
||||
this._targetPagePath = this.getRoute().route;
|
||||
console.log(`/${this._globalCallPagePath}`);
|
||||
// @ts-ignore
|
||||
wx.navigateTo({
|
||||
url: `/${this._globalCallPagePath}`,
|
||||
|
||||
Reference in New Issue
Block a user