...
|
...
|
@@ -248,7 +248,7 @@ exports.setFontSize = function() { |
|
|
}
|
|
|
}
|
|
|
|
|
|
exports.getDownloadStr = function(isWechat, mktc) {
|
|
|
exports.getDownloadStr = function(isWechat) {
|
|
|
var str = '<div class="top-downloadbar';
|
|
|
if (isWechat) {
|
|
|
str += ' top-downloadbar-wechat';
|
...
|
...
|
@@ -256,11 +256,11 @@ exports.getDownloadStr = function(isWechat, mktc) { |
|
|
str += '" id="top-downloadbar"><a href="javascript:void(0);" class="download-close" id="download-close"></a>\
|
|
|
<span class="download-icon"></span><span class="download-text">Yoho!Buy有货</span>';
|
|
|
if (isWechat) {
|
|
|
str += '<a class="download-go-wechat" id="download-go" href="https://union.yoho.cn/union/app-downloads.html' + (mktc ? '?union_type=' + mktc : '') +'">立即打开</a>';
|
|
|
str += '<a class="download-go-wechat" id="download-go" href="https://union.yoho.cn/union/app-downloads.html">立即打开</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 += '<p class="download-text-desc">新用户送惊喜礼包</p>';
|
|
|
str += '<a class="download-go" id="download-go" href="https://union.yoho.cn/union/app-downloads.html' + (mktc ? '?union_type=' + mktc : '') + '">立即打开</a></div>';
|
|
|
str += '<a class="download-go" id="download-go" href="https://union.yoho.cn/union/app-downloads.html">立即打开</a></div>';
|
|
|
}
|
|
|
return str;
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|