Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
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
whb
2015-07-25 16:07:42 +0800
Commit
b3fda62047ea26001c2ff7d2520886dfa342f2e2
1 parent
cae251e8
刷新设置
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
res/js/mobile.js
res/js/mobile.js
View file @
b3fda62
...
...
@@ -199,6 +199,8 @@ define('mobile', function(require, exports) {
txtInput
.
addClass
(
'hasVal'
);
};
getBrand
();
//禁止刷新
$
(
"#hook"
).
attr
(
"disloading"
,
"1"
);
});
//搜索存在,调用
if
(
$
(
".search-wrap"
).
size
()){
...
...
Please
register
or
login
to post a comment