Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张孝茹
2017-10-23 10:45:13 +0800
Commit
dcaf3bfd2cff68e5df2be52e9262422c4dc4083c
1 parent
45b4fb7e
加载完成隐藏头部
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
public/js/home/family.page.js
public/js/home/family.page.js
View file @
dcaf3bf
...
...
@@ -390,4 +390,9 @@ class FamilyIndex extends Page {
$
(()
=>
{
new
FamilyIndex
();
// 加载完 调用APP的方法 隐藏头部
if
(
yoho
&&
yoho
.
isApp
)
{
yoho
.
invokeMethod
(
'yohofamily.page_success'
);
}
});
...
...
Please
register
or
login
to post a comment