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
ccbikai(👎🏻🍜)
2016-10-29 14:13:37 +0800
Commit
84983f6a6465c75ba767ad665c880c97aa12b8ca
1 parent
20aabcec
guang app_version 判断
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/guang/info-common.js
public/js/guang/info-common.js
View file @
84983f6
...
...
@@ -211,7 +211,7 @@ function loadMore($container, opt, url) {
loading
.
showLoadingMask
();
}
opt
.
app_version
=
'1
'
;
opt
.
app_version
=
window
.
queryString
.
app_version
||
'
'
;
num
=
$container
.
find
(
'.guang-info'
).
length
;
searching
=
true
;
...
...
Please
register
or
login
to post a comment