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=214&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: 1743705206,
nonceStr: 'C0NvnZnShWE18lQU',
signature: 'a602333e6281cbc16eae0779e95f4c42b35d9ee2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/7815ebb670748bfd43b4d07a89925dab.jpg","title":"\u9ebb\u9189\u79d1\u533b\u751f\u6350\u732e\u9020\u8840\u5e72\u7ec6\u80de \u4e3a\u8fdc\u65b9\u7684TA\u9001\u4e0a\u201c\u751f\u547d\u793c\u7269\u201d","smalltext":"\u201c\u795d\u8fd9\u4f4d\u4e0e\u6211\u6709\u7f18\u7684\u5c0f\u670b\u53cb\u65e9\u65e5\u6218\u80dc\u75c5\u9b54\uff0c\u5065\u5eb7\u5feb\u4e50\u5730\u6210\u957f\uff01\u201d4\u670816\u65e5\u4e0a\u5348\uff0c\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u9ebb\u9189\u79d1\u526f\u4e3b\u4efb\u6b27\u8fde\u6625\u5728\u5e02\u5de5\u4eba\u533b\u9662\u5b8c\u6210\u4e86\u9020\u8840\u5e72\u7ec6\u80de\u6350\u732e\uff0c\u4ed6\u7684\u4e00\u4efd\u201c\u751f\u547d\u793c\u7269\u201d\u2014\u2014196\u6beb\u5347","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=214"};
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 () {
}
});
});
}