Showing
1 changed file
with
5 additions
and
0 deletions
@@ -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 | }); |
-
Please register or login to post a comment