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=798&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: 1749381569,
nonceStr: '2f82CG9hZmWwZuOy',
signature: '23ac5aec7e27bca31c5966d53e83cc7fe48e5fb9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/11859d4d12a8bacd98e0364ee344c12b.jpg","title":"\u5357\u660c\u5e02\u6d2a\u90fd\u4e2d\u533b\u9662\uff1a\u6211\u4eec\u662f\u7b2c\u4e00\u6b21\u7ed9\u7537\u62a4\u58eb\u5199\u611f\u8c22\u4fe1","smalltext":"7\u670811\u65e5\u4e0b\u5348\uff0c\u5357\u660c\u5e02\u6d2a\u90fd\u4e2d\u533b\u9662\u5341\u4e8c\u75c5\u533a\u9aa8\u8d28\u758f\u677e\u79d1\u6536\u5230\u4e86\u4e00\u5c01\u7528\u7c89\u8272\u5361\u7eb8\u6253\u5370\u7684\u611f\u8c22\u4fe1\uff0c\u4fe1\u4e2d\u6240\u611f\u8c22\u7684\u5bf9\u8c61\u662f\u8be5\u75c5\u533a\u7537\u62a4\u58eb\u5362\u5eb7\u3002\u77ed\u77ed\u7684\u4e00\u5c01\u4fe1\u4ef6\u4e2d\uff0c\u60a3\u8005\u53ca\u5bb6\u5c5e\u7684\u611f\u6fc0\u4e4b\u60c5\u6ea2\u4e8e\u7b14\u5c16\uff0c\u4f46","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=798"};
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 () {
}
});
});
}