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=1506&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: 1747192350,
nonceStr: 'nCH9XJihoAW6NqO3',
signature: '04f4e0f45e86949d25c12acace874f208c1f27b9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/ba1f429cacda99c6ddd84f19030195f7.jpg","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a2\u5c81\u7537\u5b69\u8bef\u541e\u78c1\u73e0 \u533b\u751f\u5999\u624b\u53d6\u51fa","smalltext":"12\u670813\u65e5\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u5c0f\u513f\u5916\u79d1\u4e3a\u4e00\u540d2\u5c81\u534a\u7684\u5c0f\u7537\u5b69\u5b9e\u65bd\u624b\u672f\uff0c\u4ece\u7537\u5b69\u80a0\u9053\u91cc\u53d6\u51fa\u4e869\u9897\u76f4\u5f84\u7ea6\u4e3a0.5\u516c\u5206\u5de6\u53f3\u7684\u78c1\u529b\u73e0\u3002\u5b69\u5b50\u7684\u6bcd\u4eb2\u624d\u77e5\u9053\u7537\u5b69\u662f\u8bef\u541e\u4e86\u5bb6\u91cc\u6709\u73a9\u5177\u78c1\u529b\u73e0\uff0c\u4e5f\u4e3a\u81ea\u5df1\u7684\u7c97","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1506"};
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 () {
}
});
});
}