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=1157&classid=4&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: 1746135023,
nonceStr: '7btIWxJykJt9T9WD',
signature: '38a56586f50c8e9055cad5c2c5c45134a52d8007',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\u8d1d\u5170\uff1a\u505a\u533b\u9662\u4eba\u6587\u7684\u8ffd\u5149\u8005","smalltext":"\u201c\u6211\u53ef\u4ee5\u8ddf\u5728\u4f60\u8eab\u540e\uff0c\u50cf\u5f71\u5b50\u8ffd\u7740\u5149\u68a6\u6e38\uff0c\u6211\u53ef\u4ee5\u7b49\u5728\u8fd9\u8def\u53e3\uff0c\u4e0d\u7ba1\u4f60\u4f1a\u4e0d\u4f1a\u7ecf\u8fc7\u2026\u2026\u201d\u6bcf\u6b21\u542c\u5230\u300a\u8ffd\u5149\u8005\u300b\uff0c\u90fd\u89c9\u5f97\u597d\u50cf\u81ea\u5df1\u7684\u5de5\u4f5c\u5199\u7167\uff0c\u533b\u9662\u7684\u6bcf\u4e00\u6761\u65b0\u95fb\u7ebf\u7d22\u90fd\u4f3c\u4e00\u9053\u5149\uff0c\u6211\u4e0d\u77e5\u9053\u54ea\u4e00\u9053\u4f1a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1157"};
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 () {
}
});
});
}