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=2260&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: 1747124762,
nonceStr: '7SehltYkfmt1vsp5',
signature: '3da52aa50829c526f34dcf12c4a776d86ad8c44c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/6f37df2481afeae6641a2db84a6f6815.jpg","title":"\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\uff1a\u518d\u89c1\uff01\u65b9\u8231\u533b\u9662\uff01","smalltext":"\u201c\u6211\u6015\u6211\u6ca1\u6709\u673a\u4f1a\uff0c\u8ddf\u4f60\u8bf4\u4e00\u58f0\u518d\u89c1\uff0c\u56e0\u4e3a\u4e5f\u8bb8\u5c31\u518d\u4e5f\u89c1\u4e0d\u5230\u4f60\uff01\u201d 2\u67084\u65e5\uff0c\u7238\u7238\u5988\u5988\uff0c\u518d\u89c1\uff012\u670824\u65e5\uff0c\u81ea\u5df1\u5206\u7ba1\u7684\u4e09\u4f4d\u60a3\u8005\u6cbb\u6108\u51fa\u9662\uff013\u67081\u65e5\uff0c\u6b66\u660c\u65b9\u8231\u533b\u9662B \u533a\u5173\u95ed\uff013\u670810\u65e5\uff0c\u65b9\u8231\u533b\u9662\uff0c\u518d\u89c1\uff01\u65f6\u95f4\u8fc7\u5f97","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2260"};
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 () {
}
});
});
}