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=5123&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: 1746208812,
nonceStr: 'mt6X2ilG890IMjr9',
signature: 'bc7638736b01f93634a89e4b4d1f12f86ca5d75f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202112\/e30603b4f6f139428d70fcab253df5ef.jpg","title":"\u6bdb\u6cfd\u4e1c\u8bde\u8fb0128\u5468\u5e74\uff1a\u90a3\u4e2a\u4e3a\u4e2d\u56fd\u5de5\u4e1a\u5316\u5960\u57fa\u7684\u4eba\uff0c\u6211\u4eec\u6000\u5ff5\u4ed6","smalltext":"12\u670825\u65e5\u4e0a\u5348\uff0c\u5ae6\u5a25\u4e94\u53f7\u5907\u4efd\u5b58\u50a8\u6708\u7403\u6708\u58e4\uff0c\u6b63\u5f0f\u5728\u4f4d\u4e8e\u6e56\u5357\u7701\u97f6\u5c71\u5e02\u7684\u5168\u56fd\u552f\u4e00\u7684\u6708\u7403\u6837\u54c1\u5907\u4efd\u5b58\u50a8\u57fa\u5730\u201c\u5b89\u5bb6\u201d\u3002\u5728\u4f1f\u4eba\u8bde\u8fb0128\u5468\u5e74\u4e4b\u9645\uff0c\u8fd9\u6367\u4ee3\u8868\u5f53\u4ee3\u4e2d\u56fd\u79d1\u6280\u5de5\u4e1a\u6700\u5c16\u7aef\u6210\u5c31\u7684\u6708","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5123"};
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 () {
}
});
});
}