|
@@ -1195,6 +1195,7 @@ function setFrontConfig() {
|
|
};
|
|
};
|
|
|
|
|
|
function init(initParams) {
|
|
function init(initParams) {
|
|
|
|
+ state.loading_show = true;
|
|
let { type } = initParams || {};
|
|
let { type } = initParams || {};
|
|
onPageVisbile();
|
|
onPageVisbile();
|
|
onWindowMessage();
|
|
onWindowMessage();
|
|
@@ -1234,6 +1235,7 @@ function init(initParams) {
|
|
handleErrorCode(res)
|
|
handleErrorCode(res)
|
|
}
|
|
}
|
|
}).finally(() => {
|
|
}).finally(() => {
|
|
|
|
+ state.loading_show = false
|
|
state.loading_redbag = false
|
|
state.loading_redbag = false
|
|
})
|
|
})
|
|
}
|
|
}
|