Authored by 张孝茹

加载完成隐藏头部

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