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=492&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: 1746255884,
nonceStr: 'M0kjkmCwjtGrhy9q',
signature: 'a06ab4ec20f3508968fcdc421845de294d0a6d97',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/15b23c5157fb3578987326f38cb9188d.jpg","title":"\u5e7f\u897f\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5c0f\u5c0f\u767d\u5927\u8902\uff0c\u840c\u840c\u5c0f\u533b\u751f","smalltext":"\u5f53\u5c0f\u840c\u5a03\u7a7f\u4e0a\u767d\u5927\u8902\uff0c\u4eb2\u8eab\u611f\u53d7\u795e\u5723\u7684\u533b\u751f\u804c\u4e1a\uff0c\u4f1a\u662f\u4e00\u4e2a\u600e\u6837\u7684\u60c5\u666f\u5462\uff1f5\u670829\u65e5\uff0c\u5e7f\u897f\u5987\u5e7c\u4fdd\u5065\u9662\u4e3e\u529e\u4e86\u201c\u5c0f\u5c0f\u533b\u751f\u4f53\u9a8c\u65e5\u201d\u7684\u516c\u76ca\u6d3b\u52a8\uff0c\u4e5f\u62c9\u5f00\u4e86\u4eca\u5e74\u516d\u4e00\u7cfb\u5217\u6d3b\u52a8\u7684\u5e8f\u5e55\u3002\u65e9\u4e0a9\u70b9\uff0c14\u540d\u5c0f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=492"};
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 () {
}
});
});
}