function goShare(cmd, options) { var shareUrl = ''; switch (cmd) { case 'tsina': shareUrl = 'http://service.weibo.com/share/share.php?'; shareUrl += 'url=' + encodeURIComponent(options.url) + '&title=' + encodeURIComponent(options.title) + '&pic=' + encodeURIComponent(options.pic) + '&searchPic=false'; break; case 'weixin': shareWeixin(options.url); return false; break; case 'sqq': shareUrl = 'https://connect.qq.com/widget/shareqq/index.html?'; shareUrl += 'url=' + encodeURIComponent(options.url) + '&title=' + encodeURIComponent(options.title) + '&pics=' + encodeURIComponent(options.pic) + '&summary=' + encodeURIComponent(options.summary); break; case 'qzone': shareUrl = 'http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?'; shareUrl += 'url=' + encodeURIComponent(options.url) + '&title=' + encodeURIComponent(options.title) + '&pics=' + encodeURIComponent(options.pic) + '&summary=' + encodeURIComponent(options.summary); break; default: break; } window.open(shareUrl); } function shareWeixin(url) { // //寮圭獥 // var str = ''; // str += '
'; // str += '
'; // str += '
'; // 鏄惁鍔犺浇浜岀淮鐮佸伐鍏 // if ($('#scQrcode').length == 0) { // $('head').append('