Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
王水玲
8 years ago
Commit
d31f0a70d6dab3805b14f38848a2fd547f8c2af0
2 parents
9205745f
87590d00
Merge branch 'feature/help' of git.yoho.cn:fe/YOHOBUYPC into feature/help
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
7 deletions
compile/www.yohobuy.com/5.3.6/test.php
library/WebPlugin/Helpers.php
template/www.yohobuy.com/partials/layout/analysis.phtml
web-static/package.json
yohobuy/www.yohobuy.com/configs/application.developer.ini
yohobuy/www.yohobuy.com/configs/application.preview.ini
yohobuy/www.yohobuy.com/configs/application.production.ini
yohobuy/www.yohobuy.com/configs/application.testing.ini
compile/www.yohobuy.com/5.3.6/test.php
0 → 100644
View file @
d31f0a7
library/WebPlugin/Helpers.php
View file @
d31f0a7
...
...
@@ -761,7 +761,7 @@ class Helpers
$oneGoods
[
'xForOne'
]
=
true
;
// 分析用: 商品ID列表
$analysis
[
'ids'
][]
=
$value
[
'product_
id
'
];
$analysis
[
'ids'
][]
=
$value
[
'product_
skn
'
];
// 分析用: CRITEO
$analysis
[
'criteo'
][]
=
array
(
'id'
=>
$value
[
'product_skn'
],
...
...
@@ -771,7 +771,7 @@ class Helpers
}
else
{
// 分析用: 商品ID列表
$analysis
[
'ids'
][]
=
$value
[
'product_
id
'
];
$analysis
[
'ids'
][]
=
$value
[
'product_
skn
'
];
// 分析用: CRITEO
$analysis
[
'criteo'
][]
=
array
(
'id'
=>
$value
[
'product_skn'
],
...
...
template/www.yohobuy.com/partials/layout/analysis.phtml
View file @
d31f0a7
...
...
@@ -24,6 +24,16 @@ var _gaq = _gaq || [];
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
// 新品友代码
(function(w,d,s,l,a){
w._CommandName_=l;w[l]=w[l]||function(){(w[l].q=w[l].q||[]).push(arguments);
w[l].track = function(){(w[l].q[w[l].q.length-1].t=[]).push(arguments)};return w[l]},w[l].a=a,w[l].l=1*new Date();
var c = d.createElement(s);c.async=1;
c.src='//fm.ipinyou.com/j/t/a.js';
var h = d.getElementsByTagName(s)[0];h.parentNode.insertBefore(c, h);
})(window,document,'script','py','MC..o8vMMWxEXDCiqYckD81lUX');
py('set','user',{'id':'0'});
py('event','viewPage');
}
if (window.addEventListener) {
window.addEventListener('load', async_load, false);
...
...
web-static/package.json
View file @
d31f0a7
{
"name"
:
"web-yohobuy"
,
"version"
:
"5.3.
5
"
,
"version"
:
"5.3.
6
"
,
"description"
:
"web yohobuy static"
,
"keywords"
:
[],
"homepage"
:
""
,
...
...
yohobuy/www.yohobuy.com/configs/application.developer.ini
View file @
d31f0a7
...
...
@@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets/web"
; 应用的版本号
application.version
=
"5.3.
5
"
application.version
=
"5.3.
6
"
; 网站SEO信息
application.seo.title = "YOHO!BUY 有货 | 年轻人潮流购物中心,中国潮流购物风向标,官方授权正品保证"
...
...
yohobuy/www.yohobuy.com/configs/application.preview.ini
View file @
d31f0a7
...
...
@@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets/web"
; 应用的版本号
application.version
=
"5.3.
5
"
application.version
=
"5.3.
6
"
; 网站SEO信息
application.seo.title = "YOHO!BUY 有货 | 年轻人潮流购物中心,中国潮流购物风向标,官方授权正品保证"
...
...
yohobuy/www.yohobuy.com/configs/application.production.ini
View file @
d31f0a7
...
...
@@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets/web"
; 应用的版本号
application.version
=
"5.3.
5
"
application.version
=
"5.3.
6
"
; 网站SEO信息
application.seo.title = "YOHO!BUY 有货 | 年轻人潮流购物中心,中国潮流购物风向标,官方授权正品保证"
...
...
yohobuy/www.yohobuy.com/configs/application.testing.ini
View file @
d31f0a7
...
...
@@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets/web"
; 应用的版本号
application.version
=
"5.3.
5
"
application.version
=
"5.3.
6
"
; 网站SEO信息
application.seo.title = "YOHO!BUY 有货 | 年轻人潮流购物中心,中国潮流购物风向标,官方授权正品保证"
...
...
Please
register
or
login
to post a comment