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=3525&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: 1745119513,
nonceStr: 'oBfYN9Au4BEL6cvo',
signature: '09a046abbbea56c0f8471c61d29b85fb6e1a0e76',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u4e9a\u6d32\u5fc3\u810f\u75c5\u533b\u9662\uff1a\u201c\u628a\u4ed6\u7684\u75c5\u6cbb\u597d\u4e86\uff0c\u6211\u5c31\u7ed9\u5973\u513f\u6cbb\u75c5\u201d","smalltext":"\u6167\u6587\u5750\u5728\u5e8a\u65c1\uff0c\u9759\u9759\u7684\u770b\u7740\u81ea\u5df1\u7684\u4e08\u592b\u4fde\u8d4b\uff0c\u4e0d\u65f6\u5e2e\u4ed6\u6574\u7406\u4e00\u4e0b\u88ab\u5b50\u3002\u521a\u4eceICU\u8f6c\u56de\u666e\u901a\u75c5\u623f\u7684\u4fde\u8d4b\u8fd8\u663e\u5f97\u5341\u5206\u865a\u5f31\uff0c\u4e00\u8a00\u4e0d\u53d1\uff0c\u5446\u5446\u7684\u671b\u7740\u5929\u82b1\u677f\u3002\u4fde\u8d4b\u662f\u4e00\u4f4d\u9a6c\u51e1\u7efc\u5408\u5f81\u60a3\u8005\uff0c\u4f53\u91cd50\u516c\u65a4\u4e0d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3525"};
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 () {
}
});
});
}