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=1101&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: 1746135024,
nonceStr: 'CyLqMPPk3cMOald6',
signature: 'ed39bc8f3cbdcbb8641927eddaae51ec828c4ce3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u81ea\u8d21\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u6768\u5f18\u6bc5:\u751f\u547d\uff0c\u503c\u5f97\u53bb\u575a\u6301","smalltext":"\u5982\u679c\u95ee\u4f60\u751f\u547d\u7684\u610f\u4e49\u5728\u54ea\u91cc\uff1f\u4e5f\u8bb8\u4f60\u4f1a\u8bf4\u53bb\u5b9e\u73b0\u81ea\u5df1\u4e8b\u4e1a\u7684\u4ef7\u503c\uff0c\u4e5f\u8bb8\u4f60\u4f1a\u8bf4\u53bb\u8fdc\u6e38\uff0c\u4eab\u53d7\u7f8e\u597d\u7684\u4e16\u754c\uff0c\u4e5f\u8bb8\u4f60\u8fd8\u53ef\u80fd\u4f1a\u8bf4\u751f\u547d\u662f\u6587\u660e\u7684\u5ef6\u7eed\u3002\u4f46\u6709\u65f6\uff0c\u751f\u547d\u5176\u5b9e\u5f88\u7b80\u5355\uff0c\u5c31\u662f\u597d\u597d\u7684\u6d3b\u4e0b\u53bb\u3002\u8fd9\u662f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1101"};
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 () {
}
});
});
}