function BeautyToast(text){var str=``+text+``;
try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}}
function updateViewtime(){
var img =new Image();
img.src='/e/extend/shareinfo/api/?act=leave&id=4758&classid=11&t=';
}
window.onunload=updateViewtime;setInterval(updateViewtime,2000);
var script=document.createElement("script");
script.type="text/javascript";
script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js";
document.getElementsByTagName('head')[0].appendChild(script);
script.onload=function(){
wx.config({
debug: false,
appId: 'wxad180590bbd7e222',
timestamp: 1743764659,
nonceStr: 'fhmmfumYwA231lKD',
signature: '172b6d61616353748eeb25fddd7c713c54c65887',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662-\u624e\u5b9e\u63a8\u8fdb\u9884\u7ea6\u8bca\u7597\u7cbe\u7ec6\u5316\u7ba1\u7406\uff0c\u52a9\u63a8\u60a3\u8005\u201c\u6700\u591a\u8dd1\u4e00\u6b21\u201d","smalltext":"\u5728\u6df1\u5316\u533b\u7597\u536b\u751f\u4f53\u5236\u6539\u9769\u7684\u5f53\u4e0b\uff0c\u4e3a\u4e86\u589e\u5f3a\u767e\u59d3\u770b\u75c5\u7684\u5e78\u798f\u611f\uff0c\u83b7\u5f97\u611f\uff0c\u9884\u7ea6\u8bca\u7597\u5df2\u6210\u4e3a\u5408\u7406\u5206\u914d\u533b\u7597\u8d44\u6e90\uff0c\u4f18\u5316\u5c31\u8bca\u73af\u5883\u7684\u91cd\u8981\u65b9\u5411\u3002\u65b9\u5411\u7684\u80cc\u540e\u662f\u65b9\u6cd5\u7684\u4e0d\u65ad\u63a2\u7d22\u3002\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u79c9\u627f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4758"};
if(!WxShareInfo.url){
WxShareInfo.url = window.location.href;
}
wx.onMenuShareTimeline({
title: WxShareInfo.title,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareAppMessage({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
type: '',
dataUrl: '',
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareQQ({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function () {
BeautyToast('分享成功');
},
cancel: function () {
}
});
});
}