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=766&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: 1746982486,
nonceStr: 'ydW3CFw9Bc7WhAUO',
signature: '1198b7a0ec7d47b2ab418024fa818eec64a7e238',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/46eecac7260c985ee56035272898b094.jpg","title":"\u9996\u90fd\u513f\u79d1\u7814\u7a76\u6240:\u5149\u5f71\u4e4b\u95f4\uff0c\u7528\u5fc3\u8bb2\u8ff0\u96c5\u5b9d\u8def2\u53f7\u7684\u6545\u4e8b","smalltext":"\u5317\u4eac\u5e02\u671d\u9633\u533a\u96c5\u5b9d\u8def2\u53f7\u662f\u9996\u90fd\u513f\u79d1\u7814\u7a76\u6240\u7684\u5730\u7406\u4f4d\u7f6e\uff0c\u5728\u8fd9\u724728766\u5e73\u65b9\u7c73\u7684\u571f\u5730\u4e0a\uff0c\u67091832\u540d\u533b\u52a1\u5de5\u4f5c\u8005\u6b63\u5728\u4e3a\u5168\u56fd\u4ebf\u4e07\u513f\u7ae5\u7684\u8eab\u4f53\u5065\u5eb7\u4fdd\u9a7e\u62a4\u822a\uff0c\u4e3a\u513f\u7ae5\u533b\u7597\u4fdd\u5065\u4e8b\u4e1a\u505a\u51fa\u81ea\u5df1\u7684\u8d21\u732e\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=766"};
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 () {
}
});
});
}