...
|
...
|
@@ -257,7 +257,7 @@ exports.getDownloadStr = function(isWechat) { |
|
|
<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">立即打开</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>';
|
|
|
str += '<a class="download-wechat" id="download-wechat" href="https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MjM5ODI5MDA4MA==&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">立即打开</a></div>';
|
...
|
...
|
|