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=364&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: 1746152830,
nonceStr: 'DTHuxDj2hrFgACu6',
signature: 'd41a26540939acae5f38ebf2b868d992ae87ee5a',
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\uff1a\u7ec8\u4e8e\u627e\u5230\u4f60\uff0c\u8fd8\u597d\u6211\u6ca1\u653e\u5f03","smalltext":" 5\u670815\u65e5\u4e0a\u5348\uff0c\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\u7532\u4e73\u5916\u79d1\u75c5\u623f\u5185\uff0c\u53d1\u751f\u4e86\u6e29\u99a8\u7684\u4e00\u5e55\uff0c59\u5c81\u7684\u6587\u5a46\u5a46\u7d27\u7d27\u62c9\u7740\u4e00\u540d\u62a4\u58eb\u7684\u624b\u8bf4\uff1a\u201c\u7ec8\u4e8e\u627e\u5230\u4f60\u5566\uff0c\u4f60\u8fd9\u4e48\u5e2e\u6211\u4e5f\u4e0d\u7559\u540d\uff0c\u8fd8\u597d\u73b0\u5728\u627e\u5230\u4f60\u4e86\uff0c\u8981\u4e0d\u6211\u90fd\u4e0d\u77e5\u9053\u8be5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=364"};
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 () {
}
});
});
}