Authored by 张孝茹

加载完成隐藏头部

... ... @@ -390,4 +390,9 @@ class FamilyIndex extends Page {
$(() => {
new FamilyIndex();
// 加载完 调用APP的方法 隐藏头部
if (yoho && yoho.isApp) {
yoho.invokeMethod('yohofamily.page_success');
}
});
... ...