Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
5377e470d3feafab7b0191e6eaf7a83cd17f9c56
1 parent
28626806
master
...
baidu_ocpcapi
develop
feature/canbuy
feature/channelDataMap
feature/company-profile
feature/contact
feature/detail-link
feature/home-optimize
feature/overseas-edition
feature/payment
feature/pcurl
feature/reduce
feature/refactor_alert
feature/shoppingPay
feature/virtualOrder
hotfix/11
hotfix/cart
hotfix/changeappversion
hotfix/gift
hotfix/im
hotfix/link
hotfix/ocpc
hotfix/shop
hotfix/upload
hotfix/yohobi
release/6.9.0
release/6.9.2
2019-12-5
all
add pinyou
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
doraemon/views/partial/analysis.hbs
doraemon/views/partial/analysis.hbs
View file @
5377e47
...
...
@@ -25,4 +25,18 @@ var _gaq = _gaq || [];
window
.
attachEvent
(
'onload'
,
async_load
);
}
})();
</script>
<script>
window
.
_py
=
window
.
_py
||
[];
window
.
_py
.
push
([
'a'
,
'MC..o8vMMWxEXDCiqYckD81lUX'
]);
window
.
_py
.
push
([
'domain'
,
'stats.ipinyou.com'
]);
window
.
_py
.
push
([
'e'
,
''
]);
if
(
typeof
_goodsData
!=
'undefined'
){
window
.
_py
.
push
([
'pi'
,
_goodsData
]);
}
-
function
(
d
){
var
f
=
'https:'
==
d
.
location
.
protocol
;
var
c
=
d
.
createElement
(
'script'
);
c
.
type
=
'text/javascript'
;
c
.
async
=
1
;
c
.
src
=
(
f
?
'https'
:
'http'
)
+
'://'
+
(
f
?
'fm.ipinyou.com'
:
'fm.p0y.cn'
)
+
'/j/t/adv.js'
;
var
h
=
d
.
getElementsByTagName
(
"script"
)[
0
];
h
.
parentNode
.
insertBefore
(
c
,
h
);
}(
document
);
</script>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment