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
沈志敏
8 years ago
Commit
4bfa6ad86d19998e2f6ebe7047df0e81288c69f3
1 parent
129f18cb
去掉py代码
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
27 deletions
apps/product/views/action/product/detail.hbs
doraemon/views/partial/analysis.hbs
apps/product/views/action/product/detail.hbs
View file @
4bfa6ad
...
...
@@ -729,19 +729,6 @@
'', /*品牌名*/ '', /*商品库存状态1或是0*/ '', /*网络价*/ '', /*收藏人数*/ ''
]);
_mvq.push(['
$logData
']);
var _goodsData = {
id: '
{{
productId
}}
',// 商品ID
name: '
{{
productName
}}
', // 商品名称
brand: '
{{
brandName
}}
', // 商品品牌(非必填)
origPrice: '
{{
marketPrice
}}
', // 商品原价(非必填)
price: '
{{
salePrice
}}
', // 商品售价
imgUrl: '
{{
imageUrl
}}
', // 商品预览图
productUrl: '
{{
productUrl
}}
', // 商品URL地址
categoryId: '
{{
smallSortId
}}
', // 所属分类ID
category: '
{{
fullSortName
}}
', // 所属分类完整路径, // 所属分类完整路径
soldOut: '
{{
soldOut
}}
' // 状态 1下架,0在售(必填)
};
(function() {
var mvl = document.createElement('
script
');
mvl.type = '
text
/
javascript
';
...
...
doraemon/views/partial/analysis.hbs
View file @
4bfa6ad
...
...
@@ -27,20 +27,6 @@ var _gaq = _gaq || [];
})();
</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>
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
...
...
Please
register
or
login
to post a comment