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=1300&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: 1747169970,
nonceStr: '8ffurtx6eNbxrABo',
signature: '284a1f0debfb56b7f4fce4431d8fa008755ffc80',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/5f0f4855ad843f3eb55496b4d5d28d63.jpg","title":"\u4fdd\u5b9a\u5e02\u7b2c\u4e00\u4e2d\u5fc3\u533b\u9662\uff1a\u8001\u4eba\u5f02\u7269\u5361\u5589\u751f\u547d\u5782\u5371 120\u8c03\u5ea6\u5458\u4e00\u5206\u949f\u7535\u8bdd\u9694\u7a7a\u6551\u4eba","smalltext":"10\u670811\u65e5\u4e0a\u53488\uff1a40\uff0c\u4fdd\u5b9a\u5e02120\u6025\u6551\u6307\u6325\u4e2d\u5fc3\u3002\u8c03\u5ea6\u5458\u5c39\u7487\u50cf\u5f80\u5e38\u4e00\u6837\uff0c\u719f\u7ec3\u4e14\u5feb\u901f\u5730\u63a5\u542c\u7535\u8bdd\uff0c\u4e00\u9635\u7d27\u5f20\u6025\u4fc3\u5730\u547c\u558a\u58f0\u4f20\u6765\u3002\u201c120\uff01120\uff01\u6211\u5988\u88ab\u4e1c\u897f\u545b\u4f4f\u4e86\uff0c\u5361\u5230\u73b0\u5728\u51fa\u4e0d\u4e86\u6c14\u4e86\uff01\u201d\u4e2d\u5e74\u7537\u5b50\u7684\u6c42","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1300"};
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 () {
}
});
});
}