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=852&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: 1738745682,
nonceStr: 'OmBLAVkp3ZOYBWW1',
signature: '208960db0f0aac540a38cf7362bf90a825b4fc4b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/8c0383062a8bdef18884fcede88148bd.jpg","title":"\u5409\u6797\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u666f\u4e91\u5ddd\uff1a\u6211\u5728\u533b\u9662\u5bfc\u6625\u665a","smalltext":"\u5728\u6211\u4eec\u5409\u6797\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u6709\u4e2a\u4f20\u7edf\u9879\u76ee\uff0c\u5c31\u662f\u4e00\u5e74\u4e00\u5ea6\u7684\u4e00\u53f0\u5927\u578b\u6625\u8282\u665a\u4f1a\u3002\u6bcf\u5e74\u7684\u6625\u665a\u4e4b\u524d\uff0c\u5404\u4e2a\u79d1\u5ba4\u90fd\u79ef\u6781\u5730\u51c6\u5907\u8282\u76ee\uff0c\u56e0\u4e3a\u79d1\u5ba4\u5b9e\u5728\u592a\u591a\uff0c\u5f80\u5f80\u90fd\u8981\u5148\u8fdb\u884c\u4e00\u8f6e\u9884\u9009\uff0c\u6700\u540e\u624d\u80fd\u786e\u5b9a\u6625\u665a\u4e0a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=852"};
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 () {
}
});
});
}