...
|
...
|
@@ -243,7 +243,7 @@ exports.getDownloadStr = function(isWechat, mktc) { |
|
|
str += '<a class="download-go-wechat" id="download-go" href="http://union.yoho.cn/union/downapp.html' + (mktc ? '?union_type=' + mktc : '') +'">立即打开</a>';
|
|
|
str += '<a class="download-wechat" id="download-wechat" href="https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MjM5MzI3MDkwNg==&scene=110#wechat_redirect">加关注</a></div>';
|
|
|
} else {
|
|
|
str += '<a class="download-go" id="download-go" href="http://union.yoho.cn/union/downapp.html' + (mktc ? '?union_type=' + mktc : '') +'">立即打开</a></div>';
|
|
|
str += '<a class="download-go" id="download-go" href="//m.yohobuy.com/activity/app-downloads">立即打开</a></div>';
|
|
|
}
|
|
|
return str;
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|