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=5003&classid=9&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: 1743632681,
nonceStr: 'bFRHp1861aAw0OUX',
signature: '683c93afe87fdc8b82f425223465c6358ed264ff',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202110\/61b621717587f8267793eee32f72aa36.jpg","title":"\u7535\u89c6\u5267\u300a\u529f\u52cb\u300b\u603b\u5bfc\u6f14\u90d1\u6653\u9f99\uff1a\u8bb2\u8ff0\u52a8\u4eba\u6545\u4e8b\uff0c\u81f4\u656c\u529f\u52cb\u4eba\u7269","smalltext":"\u7ecf\u8fc7\u4e24\u5e74\u7684\u521b\u4f5c\u6253\u78e8\uff0c\u7535\u89c6\u5267\u300a\u529f\u52cb\u300b\u5728\u4eca\u5e74\u56fd\u5e86\u8282\u524d\u4e0e\u89c2\u4f17\u89c1\u9762\u4e86\u3002\u300a\u529f\u52cb\u300b\u7684\u4e3b\u65e8\uff0c\u662f\u5c06\u9996\u62798\u4f4d\u201c\u5171\u548c\u56fd\u52cb\u7ae0\u201d\u83b7\u5f97\u8005\u7684\u4eba\u751f\u534e\u5f69\u7bc7\u7ae0\u4e0e\u65b0\u4e2d\u56fd\u594b\u6597\u53f2\u8054\u7cfb\u8d77\u6765\uff0c\u8be0\u91ca\u4ed6\u4eec\u201c\u5fe0\u8bda\u3001\u6267","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=5003"};
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 () {
}
});
});
}