Authored by 陈峰

Merge branch 'feature/pc_session_type' into 'gray'

Feature/pc session type



See merge request !310
... ... @@ -63,7 +63,7 @@ function shareBase(options) {
defOption.desc + '&site=YOHO!BUY 有货&pics=' + defOption.image;
break;
case 'weixin':
openUrl = 'http://s.jiathis.com/qrcode.php?url=' + defOption.weixinUrl + '&desc=' +
openUrl = '//bshare.optimix.asia/barCode?site=weixin&type=0&url=' + defOption.weixinUrl + '&desc=' +
defOption.desc + '&title=' + defOption.title + '&description=' +
defOption.desc + '&pic=' + defOption.image;
break;
... ...
... ... @@ -54,7 +54,7 @@ function shareBase(options) {
defOption.desc + '&site=YOHO!有货&pics=' + defOption.image;
break;
case 'weixin':
openUrl = 'http://s.jiathis.com/qrcode.php?url=' + defOption.weixinUrl + '&desc=' +
openUrl = '//bshare.optimix.asia/barCode?site=weixin&type=0&url=' + defOption.weixinUrl + '&desc=' +
defOption.desc + '&title=' + defOption.title + '&description=' +
defOption.desc + '&pic=' + defOption.image;
break;
... ...