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=793&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: 1746984837,
nonceStr: 'hriz7BLri7s8oVfP',
signature: '316e810e67abc3c43f281ffdeb2b5ae470a71844',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/7b23ebb0938446bf15e781302f9f19c5.jpg","title":"\u65e0\u9521\u5e02\u7855\u653e\u8857\u9053\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff1a\u8d64\u811a\u8e0f\u4e0a\u4ece\u533b\u8def\uff0c\u8f6c\u5934\u56de\u5f52\u5230\u5bb6\u5ead","smalltext":"\u674e\u56fd\u5357\u4eca\u5e7466\u5c81\uff0c\u7b97\u4e0b\u6765\uff0c\u5728\u57fa\u5c42\u536b\u751f\u5de5\u4f5c\u4e00\u7ebf\uff0c\u5df2\u7ecf\u5ea6\u8fc7\u4e8646\u4e2a\u6625\u79cb\u3002\u4ece\u98ce\u534e\u6b63\u8302\u5230\u5e74\u903e\u82b1\u7532\uff0c\u674e\u56fd\u5357\u89c1\u8bc1\u4e86\u57fa\u5c42\u536b\u751f\u5236\u5ea6\u7684\u53d8\u9769\uff0c\u4e5f\u5728\u53d8\u9769\u4e2d\u79ef\u6781\u6210\u957f\u3002\u7855\u653e\u8857\u9053\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u7684\u5357\u661f\u82d1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=793"};
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 () {
}
});
});
}