Showing
1 changed file
with
1 additions
and
1 deletions
@@ -54,7 +54,7 @@ function shareBase(options) { | @@ -54,7 +54,7 @@ function shareBase(options) { | ||
54 | defOption.desc + '&site=YOHO!有货&pics=' + defOption.image; | 54 | defOption.desc + '&site=YOHO!有货&pics=' + defOption.image; |
55 | break; | 55 | break; |
56 | case 'weixin': | 56 | case 'weixin': |
57 | - openUrl = 'http://s.jiathis.com/qrcode.php?url=' + defOption.weixinUrl + '&desc=' + | 57 | + openUrl = '//bshare.optimix.asia/barCode?site=weixin&type=0&url=' + defOption.weixinUrl + '&desc=' + |
58 | defOption.desc + '&title=' + defOption.title + '&description=' + | 58 | defOption.desc + '&title=' + defOption.title + '&description=' + |
59 | defOption.desc + '&pic=' + defOption.image; | 59 | defOption.desc + '&pic=' + defOption.image; |
60 | break; | 60 | break; |
-
Please register or login to post a comment