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 14:23:35 +0800
Commit
5bbe0efcce7e70f3f281dc4c3cfb0f97c191c0a8
1 parent
62cd09d6
gulp ge
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 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 @
5bbe0ef
...
...
@@ -3954,7 +3954,13 @@ $receive.on('click', function() {
success
:
function
(
data
)
{
var
msg
=
data
.
msg
,
status
=
data
.
status
,
newUrl
;
if
(
getUrlParam
(
'app-version'
))
{
newUrl
=
data
.
url
+
'?code='
+
getUrlParam
(
'code'
)
+
'&app-version='
+
getUrlParam
(
'app-version'
);
}
else
{
newUrl
=
data
.
url
+
'?code='
+
getUrlParam
(
'code'
);
}
if
(
data
.
noLogin
===
true
)
{
if
(
$
(
'#intimacy-link'
).
length
<=
0
)
{
...
...
static/dist/myohobuy/1.3.17/index.css
View file @
5bbe0ef
This diff could not be displayed because it is too large.
static/dist/myohobuy/1.3.17/index.js
View file @
5bbe0ef
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment