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=3345&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: 1745135268,
nonceStr: '1GcU3TSbkugjCZBZ',
signature: '2f0bd8837e614abac9ce1314f6e4cf63d17e8547',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202006\/928f7f16ee9ebed13617ee43d87c2f5d.jpg","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u201c\u5c0f\u4e11\u533b\u751f\u201d\u5f00\u51fa\u201c\u5feb\u4e50\u5904\u65b9\u201d\uff0c\u7528\u5fae\u7b11\u6cbb\u6108\u75c5\u75db","smalltext":"\u7ea2\u9f3b\u5b50\u3001\u5f69\u8679\u53d1\u3001\u5361\u901a\u88c5\uff0c\u8fd9\u4e0d\u662f\u7535\u5f71\u91cc\u641e\u7834\u574f\u7684\u5c0f\u4e11\uff0c\u800c\u662f\u4e3a\u60a3\u513f\u5e26\u53bb\u6b22\u4e50\u7684\u201c\u5c0f\u4e11\u533b\u751f\u201d\uff016\u67081\u65e5\u56fd\u9645\u513f\u7ae5\u8282\u4e0a\u5348\uff0c\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u533b\u52a1\u4eba\u5458\u4e0e\u5fd7\u613f\u8005\u4eec\u88c5\u626e\u6210\u201c\u5c0f\u4e11\u201d\uff0c\u5728\u6b22\u5feb\u7684\u97f3\u4e50\u58f0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3345"};
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 () {
}
});
});
}