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=865&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: 1743703010,
nonceStr: 'vQ0AUGx5kyLMdybg',
signature: '6a9f3822b010261b2ddda47414395630fdd7a6a4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/91a2589527438c0384a6c6b9a25992b5.jpg","title":"\u5357\u4eac\u540c\u4ec1\u533b\u9662\u5085\u9759\u96ef\uff1a\u5728\u594b\u6597\u4e0e\u63a2\u7d22\u4e2d\u524d\u884c","smalltext":"\u5341\u4e8c\u5e74\u5bf9\u4e00\u4e2a\u533b\u9662\u7684\u53d1\u5c55\u662f\u77ed\u6682\u7684\uff0c\u4f46\u5bf9\u6bcf\u4e00\u4e2a\u4eba\u7684\u4e00\u751f\u6765\u8bb2\u53ef\u4ee5\u7b97\u662f\u6f2b\u957f\u7684\u3002\u6211\u4f5c\u4e3a\u7b2c\u4e00\u6279\u5357\u4eac\u540c\u4ec1\u4eba\u6709\u5e78\u4e0e\u4f19\u4f34\u4eec\u4e00\u8d77\uff0c\u8d70\u8fc7\u8270\u96be\u7684\u521b\u4e1a\u4e4b\u8def\uff0c\u5728\u63a2\u7d22\u4e2d\u524d\u884c\uff0c\u4e5f\u5728\u521b\u65b0\u4e2d\u53d1\u5c55\u3002\u4ece\u4e0e\u540c\u4ec1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=865"};
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 () {
}
});
});
}