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=688&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: 1749359707,
nonceStr: 'qI6WAmLKUCI5eQzX',
signature: '04df3d03035f5f7ee2e2121a33006674d028dbdb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/ccc774c1763efcecb4030e9a5ea76a1c.jpg","title":"\u5b89\u5fbd\u7701\u7acb\u533b\u9662\uff1a83\u5c81\u7684\u9000\u4f11\u62a4\u58eb\u5ba3\u8a93\u6210\u4e3a\u9884\u5907\u515a\u5458","smalltext":"\u201c\u6211\u4eca\u5e7481\u5c81\u4e86\uff0c\u4e00\u76f4\u8feb\u5207\u5411\u5f80\u52a0\u5165\u515a\u7ec4\u7ec7\u3002\u4eca\u5929\u6211\u867d\u7136\u5411\u515a\u7ec4\u7ec7\u63d0\u4ea4\u4e86\u7533\u8bf7\uff0c\u4f46\u77e5\u9053\u81ea\u5df1\u5728\u653f\u6cbb\u601d\u60f3\u65b9\u9762\u8fd8\u8fdc\u8fdc\u4e0d\u8db3\uff0c\u56e0\u6b64\u6211\u5e0c\u671b\u515a\u7ec4\u7ec7\u4ece\u4e25\u8981\u6c42\u6211\uff0c\u4ee5\u4fbf\u6211\u66f4\u5feb\u8fdb\u6b65\u2026\u2026\u201d\u65f6\u9694\u4e24\u5e74\uff0c\u518d\u6b21\u4ece","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=688"};
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 () {
}
});
});
}