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=3462&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: 1745135714,
nonceStr: 'wI4Ta5EBkoT2mO6L',
signature: '980c0e25db4d810d03aa46be5b93ce2848b74ea5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202007\/1f344b9d29f73e252eb1330f49d5332f.jpg","title":"\u5357\u65b9\u79d1\u6280\u5927\u5b66\u533b\u9662\uff1a\u8de8\u8d8a3000\u516c\u91cc\u6c42\u533b\uff0c\u6211\u4eec\u6765\u6df1\u5733\u627e\u4f60\uff01","smalltext":"\u5f53\u8f66\u5b50\u9a7e\u9a76\u5230\u5c71\u6d77\u5173\u7684\u65f6\u5019\uff0c\u957f\u57ce\u7684\u57ce\u5899\u4e00\u76f4\u4f38\u8fdb\u5927\u6d77\uff0c\u5929\u7a7a\u5012\u6620\u5728\u6d77\u91cc\uff0c\u663e\u5f97\u6d77\u6c34\u66f4\u4e3a\u6e05\u6f88\u900f\u4eae\u3002\u8fd9\u662f\u4e25\u7238\u7238\u6b64\u6b21\u9a71\u8f66\u5230\u6df1\u5733\u8def\u8fc7\u7684\u7b2c\u4e00\u7ad9\uff0c\u4e5f\u662f\u4e25\u5b50\u6797\uff08\u5316\u540d\uff09\u7b2c\u4e00\u6b21\u770b\u5230\u5927\u6d77\u3002\u5916\u9762\u7684\u4e16\u754c\u5bf9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3462"};
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 () {
}
});
});
}