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=3509&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: 1745119406,
nonceStr: 'RchUiAw9R5qT7i7U',
signature: 'c07c308556c1058e45cd1c2f3a99de28a5e76898',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202007\/a67e91f2392da257f62d114f39114617.jpg","title":"\u6b66\u6c49\u4e9a\u6d32\u5fc3\u810f\u75c5\u533b\u9662:\u201c\u7b2c\u516d\u5c4a\u5fc3\u5916\u79d1\u6280\u80fd\u64cd\u4f5c\u5927\u8d5b\u201d\u706b\u7206\u4e3e\u884c","smalltext":"\u201c\u7528\u624b\u672f\u7f1d\u7ebf\u628a\u829d\u9ebb\u4e00\u7c92\u4e00\u7c92\u7684\u7a7f\u8d77\u6765\uff1f\u201d\u201c\u5728\u732a\u7684\u5fc3\u810f\u4e0a\u6a21\u62df\u624b\u672f\u64cd\u4f5c\uff1f\u201d\u201c\u6ca1\u9519\uff0c\u5c31\u662f\u8fd9\u79cd\u64cd\u4f5c\u3002\u201d7\u670818\u65e5\u4e0a\u5348\uff0c\u201c\u7b2c\u516d\u5c4a\u5fc3\u5916\u79d1\u6280\u80fd\u64cd\u4f5c\u5927\u8d5b\u201d\u5728\u6b66\u6c49\u4e9a\u6d32\u5fc3\u810f\u75c5\u533b\u9662\u706b\u70ed\u5f00\u542f\uff0c\u51fa\u5e2d\u6b64","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3509"};
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 () {
}
});
});
}