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=964&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: 1746129072,
nonceStr: 'glTX7pu9PBP6WMXc',
signature: '2e41a5de6987b82eb402244073e58d62a901f469',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/01759beb7335306abb30553c018a518d.jpg","title":"\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\u6c5f\u82b1\u743c\uff1a\u4e00\u679d\u72ec\u653e\u4e0d\u662f\u6625","smalltext":"\u201c\u6c5f\u8fb9\u4e00\u679d\u82b1\uff0c\u743c\u5b57\u540e\u8fb9\u63d2\u201d\uff0c\u8fd9\u662f\u6211\u7684\u540d\u5b57\u3002\u80fd\u731c\u5230\u5417\uff1f\u54c8\u54c8......\u6211\u53eb\u6c5f\u82b1\u743c\uff0c\u5de5\u4f5c\u4e8e\u56db\u5ddd\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\u5ba3\u4f20\u79d1\u3002\u56db\u5ddd\u7ef5\u9633\u662f\u515a\u4e2d\u592e\u3001\u56fd\u52a1\u9662\u6279\u51c6\u5efa\u8bbe\u7684\u4e2d\u56fd\u552f\u4e00\u79d1\u6280\u57ce\uff0c\u91cd\u8981\u7684\u56fd\u9632\u79d1\u7814","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=964"};
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 () {
}
});
});
}