Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
郭成尧
2016-04-29 12:58:04 +0800
Commit
67a88480d16e3108e14cb7213248fc0b05d37da1
1 parent
22cc71e0
两个TITLE问题解决
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletions
static/dist/myohobuy/1.3.17/index-debug.js
static/dist/myohobuy/1.3.17/index.css
static/dist/myohobuy/1.3.17/index.js
static/dist/myohobuy/1.3.17/index-debug.js
View file @
67a8848
...
...
@@ -3949,7 +3949,11 @@ $('.coupon-message-op-rel').on('click', function() {
});
if
(
$
(
'#noData'
).
length
>
0
)
{
tip
.
show
(
'网络异常!'
);
if
(
location
.
href
.
indexOf
(
'?openby:yohobuy='
)
<=
0
){
tip
.
show
(
'网络异常!'
);
}
else
{
console
.
log
(
location
.
href
.
indexOf
(
'?openby:yohobuy='
))
}
}
...
...
static/dist/myohobuy/1.3.17/index.css
View file @
67a8848
This diff could not be displayed because it is too large.
static/dist/myohobuy/1.3.17/index.js
View file @
67a8848
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment