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-06-13 20:25:48 +0800
Commit
07dda8dd18b873497f4537379706c4bdeb925c76
1 parent
2cf2733f
修改埋点错误
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
static/dist/myohobuy/1.3.33/index-debug.js
static/dist/myohobuy/1.3.33/index.css
static/dist/myohobuy/1.3.33/index.js
static/js/passport/bind/bind.js
static/dist/myohobuy/1.3.33/index-debug.js
View file @
07dda8d
...
...
@@ -5510,7 +5510,7 @@ function nextStep(url, mobileNo, areaCode) {
// 统计代码:用于统计从哪个渠道登录
if
(
window
.
_yas
&&
window
.
_yas
.
sendCustomInfo
)
{
window
.
_yas
.
sendCustomInfo
({
'loginRefer'
:
$sourceType
'loginRefer'
:
$sourceType
.
val
()
},
false
);
}
...
...
static/dist/myohobuy/1.3.33/index.css
View file @
07dda8d
This diff could not be displayed because it is too large.
static/dist/myohobuy/1.3.33/index.js
View file @
07dda8d
This diff could not be displayed because it is too large.
static/js/passport/bind/bind.js
View file @
07dda8d
...
...
@@ -47,7 +47,7 @@ function nextStep(url, mobileNo, areaCode) {
// 统计代码:用于统计从哪个渠道登录
if
(
window
.
_yas
&&
window
.
_yas
.
sendCustomInfo
)
{
window
.
_yas
.
sendCustomInfo
({
'loginRefer'
:
$sourceType
'loginRefer'
:
$sourceType
.
val
()
},
false
);
}
...
...
Please
register
or
login
to post a comment