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=4665&classid=12&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: 1743764823,
nonceStr: 'mQxrJRWTYX94XF2Y',
signature: '9faf69db73622097a79be624fdcaa52f1de8719c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u91d1\u5802\u533b\u9662-\u9662\u957f\u5218\u660e","smalltext":"\u5218\u660e\uff0c\u533b\u5b66\u535a\u58eb\uff0c\u4f5c\u4e3a\u60a3\u8005\u5d07\u656c\u7684\u9aa8\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\uff0c\u4ed6\u57cb\u5934\u5728\u65e0\u5f71\u706f\u4e0b\u548c\u5b9e\u9a8c\u5ba4\u91cc\uff0c\u8c31\u5199\u51fa\u9752\u6625\u7684\u7cbe\u5f69\u534e\u7ae0\u3002\u4ed6\uff0c\u662f\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u7684\u7ba1\u7406\u82f1\u624d\uff0c\u4f5c\u4e3a\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u9662\u957f\u52a9\u7406\uff0c\u4ed6\u8fd0\u7b79\u5e37\u5e44\u4e4b\u4e2d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4665"};
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 () {
}
});
});
}