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=4564&classid=10&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: 1746236144,
nonceStr: '09lKvw2cIAG5HQ5p',
signature: 'a74876a8f1797c429d66d075563cd3a190b0f4a9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e73\u7164\u795e\u9a6c\u533b\u7597\u96c6\u56e2\u603b\u533b\u9662","smalltext":"\u4f34\u968f\u7740\u65b0\u4e2d\u56fd\u81ea\u884c\u5f00\u53d1\u5efa\u8bbe\u7684\u7b2c\u4e00\u4e2a\u7279\u5927\u578b\u7164\u70ad\u57fa\u5730\uff08\u5e73\u9876\u5c71\u77ff\u533a\uff09\u7684\u5f00\u53d1\uff0c1954\u5e7410\u6708\uff0c\u533b\u9662\u7684\u524d\u8eab----\u5e73\u9876\u5c71\u7164\u77ff\u7b79\u5907\u5904\u536b\u751f\u6240\u5e94\u8fd0\u800c\u751f\u3002\u7ecf\u8fc760\u591a\u5e74\u7684\u53d1\u5c55\u58ee\u5927\uff0c\u533b\u9662\u5df2\u7531\u5efa\u9662\u521d\u671f\u76841\u95f4","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4564"};
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 () {
}
});
});
}