|
|
/**
|
|
|
* @author DELL
|
|
|
*/
|
|
|
/**
|
|
|
/*
|
|
|
* @fileOverview 弹出层组件
|
|
|
* @author:王威
|
|
|
* @date:2014-09-19
|
...
|
...
|
@@ -79,7 +79,7 @@ exports.init=function(info){ |
|
|
try {
|
|
|
} catch (e) {
|
|
|
}
|
|
|
var f = 'http://v.t.sina.com.cn/share/share.php?', u = options.shareUrl, p = ['url=', e(u), '&title=', e(window.sharetitle+' @YOHO潮流志'), '&appkey=2924220432', '&pic=', e(window.shareUrl)].join('');
|
|
|
var f = 'http://v.t.sina.com.cn/share/share.php?', u = options.shareUrl, p = ['url=', e(u), '&title=', e(window.sharetitle+' @YOHO潮流志'), '&appkey=3910025296', '&pic=', e(window.shareUrl)].join('');
|
|
|
function a() {
|
|
|
if (!window.open([f, p].join(''), 'mb', ['toolbar=0,status=0,resizable=1,width=620,height=450,left=', (s.width - 620) / 2, ',top=', (s.height - 450) / 2].join('')))
|
|
|
u.href = [f, p].join('');
|
...
|
...
|
@@ -167,8 +167,8 @@ exports.init=function(info){ |
|
|
});
|
|
|
|
|
|
$(".yohoo-share-button-qq").unbind().on("click",function(){
|
|
|
window.open('http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url='+ encodeURIComponent(location.href)+
|
|
|
'&title='+options.qqText+
|
|
|
window.open('http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url='+ options.shareUrl+
|
|
|
'&title='+options.qqText+'&summary= '+
|
|
|
'&pics='+options.img,'_blank','height='+options.height+',width='+options.width+',left='+iLeft+',top='+iTop);
|
|
|
});
|
|
|
};
|
...
|
...
|
@@ -194,4 +194,3 @@ $(".bottom-content").on("click.closeWxDialog",function(){ |
|
|
$(".enterprise").on("click.closeWxDialog",function(){
|
|
|
$(".detail-container").trigger("click.closeWxDialog");
|
|
|
}) |
|
|
|
...
|
...
|
|