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=660&classid=5&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: 1746618797,
nonceStr: 'jD7lePzxyr21mv5a',
signature: 'c0a90690a184cb45e8576ffa0a95255660dea7ab',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5317\u4eba\u6c11\u533b\u9662\uff1a\u57cb\u5728\u5fc3\u91cc\u7684\u8111\u5352\u4e2d\u201c\u70b8\u5f39\u201d\u53ef\u4ee5\u6839\u9664\u4e86\uff01","smalltext":"\u8111\u5352\u4e2d\uff08\u8111\u4e2d\u98ce\uff09\u60a3\u8005\u4e2d\u670920%\u662f\u623f\u98a4\u5f15\u53d1\u7684\u5fc3\u6e90\u6027\u8111\u5352\u4e2d\u30026\u670827\u65e5\uff0c\u6c5f\u82cf\u7701\u82cf\u5317\u4eba\u6c11\u533b\u9662\u6210\u529f\u72ec\u7acb\u5b8c\u6210\u9996\u4f8b\u5de6\u5fc3\u8033\u5c01\u5835\u672f\uff0c\u4ece\u800c\u4e3a\u6b64\u7c7b\u5fc3\u6e90\u6027\u8111\u5352\u4e2d\u627e\u5230\u4e86\u9884\u9632\u548c\u6839\u6cbb\u7684\u529e\u6cd5\u3002 \u201c\u5fc3\u623f\u98a4\u52a8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=660"};
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 () {
}
});
});
}