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=1307&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: 1749503505,
nonceStr: 'V5AvzlcWQfhq6rxl',
signature: '3ca5e6a1d2985ba310b1252695e48adb6d418185',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/c73b01a8e8ec976176737b020cbcc931.jpg","title":"\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\uff1a\u5f00\u901a\u201c\u5fc3\u201d\u96a7\u9053 \u6cbb\u201c\u5835\u201d\u6709\u9ad8\u62db","smalltext":" \u4e00\u540d83\u5c81\u9ad8\u9f84\u60a3\u8005\uff0c\u53cc\u4fa7\u51a0\u72b6\u52a8\u8109\u4e25\u91cd\u5835\u585e\uff0c\u8840\u7ba1\u53d8\u5f62\u3002\u9762\u5bf9\u590d\u6742\u75c5\u60c5\uff0c\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\u5fc3\u8840\u7ba1\u5185\u79d1\u533b\u7597\u56e2\u961f\u6392\u9664\u4e07\u96be\uff0c\u51ed\u501f\u7cbe\u6e5b\u7684\u6280\u672f\u548c\u56e2\u961f\u4e0d\u754f\u8270\u96be\u7684\u534f\u4f5c\u7cbe\u795e\u4e3a\u60a3\u8005\u89e3\u9664\u75c5\u60a3\u7684\u6545\u4e8b\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1307"};
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 () {
}
});
});
}