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=1163&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: 1743703104,
nonceStr: 'G61XRjcBgVC8Nzl5',
signature: 'a16bc6aa6276787c2d66ea24d2144351474a93fd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/ca0e937c9f24ff4daaccd109533cce9d.jpg","title":"\u5357\u5b81\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u65b9\u6625\u5b81\uff1a \u4e3a\u751f\u547d\u526a\u5f69","smalltext":"\u8fd8\u8bb0\u5f97\u521d\u5230\u5357\u5b81\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u5de5\u4f5c\u662f\u516d\u5e74\u524d\uff0c\u8fd9\u5bb6\u6709\u774065\u5e74\u5386\u53f2\u7684\u8001\u724c\u5987\u5e7c\u4fdd\u5065\u9662\uff0c\u5730\u5904\u5357\u5b81\u5e02\u4e2d\u5fc3\uff0c\u662f\u5370\u8c61\u4e2d\u7684\u8001\u5357\u5b81\u3001\u8001\u57ce\u533a\u3001\u8001\u9662\u533a\uff0c\u521d\u5230\u533b\u9662\uff0c\u770b\u5230\u968f\u5904\u62ac\u5934\u53ef\u89c1\u7684\u7535\u7ebf\uff0c\u55a7\u56a3\u7684\u8f66\u6c34\u9a6c\u9f99","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1163"};
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 () {
}
});
});
}