Authored by 王水玲

yas union_type 读取方式修改

... ... @@ -383,7 +383,7 @@ function getMktc() {
}
function setUnionType() {
var mktc = window.qs.mkt_code || window.qs.union_type || util.getMktcBySeo() || '100000000000349';
var mktc = window.qs.mkt_code || window.qs.union_type || util.getMktcBySeo() || cookies('mkt_code') || '100000000000349';
var aDom = document.getElementsByTagName("a"); //获取页面所有a标签
for (var i = 0; i < aDom.length; i++) {
var href = aDom[i].getAttribute('href') || '';
... ...