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=958&classid=4&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: 1743908967,
nonceStr: 'QneCOQdZWySgcX1A',
signature: '40ba7cdf2248a017fd413ab72e75ce6b526dfad8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/106181edfdee0855fe42496b72520dba.jpg","title":"\u804a\u57ce\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u5e2d\u51e4\u82f1:\u4ece\u533b\u60a3\u5173\u7cfb\u4e2d\u5bfb\u627e\u533b\u5b66\u4eba\u6587\u4e4b\u773c\u200b","smalltext":"\u4ece\u4e8b\u515a\u52a1\u5de5\u4f5c\u5341\u51e0\u5e74\u6765\uff0c\u6211\u59cb\u7ec8\u575a\u6301\u628a\u6784\u5efa\u548c\u8c10\u533b\u60a3\u5173\u7cfb\u4f5c\u4e3a\u4e00\u9879\u91cd\u8981\u5de5\u4f5c\u6765\u505a\u3002\u6bcf\u5e74\u4e24\u6b21\u7684\u533b\u5fb7\u533b\u98ce\u4e13\u9898\u8c03\u7814\uff0c\u6bcf\u5b63\u5ea6\u4e00\u6b21\u7684\u533b\u60a3\u6c9f\u901a\u5ea7\u8c08\uff0c\u6bcf\u6708\u4e00\u6b21\u7684\u533b\u5fb7\u533b\u98ce\u67e5\u623f\uff0c\u968f\u65f6\u63a5\u5f85\u7684\u533b\u7597\u670d\u52a1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=958"};
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 () {
}
});
});
}