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=341&classid=12&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: 1743764485,
nonceStr: 'CV0iA6NWgObeISRS',
signature: 'c32a6ca0cf4189db129e1d2e68ebd067e5655789',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/8522934702f4e31d94b2a232eaef10fb.jpg","title":"\u6210\u90fd\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff1a\u5218\u6c49\u96c4 \u5927\u9690\u4e8e\u5e02\u7684\u4f20\u5947\u533b\u751f","smalltext":"\u5927\u9690\u9690\u4e8e\u5e02\u3002\u5728\u4f60\u8eab\u8fb9\uff0c\u4e00\u4e2a\u6837\u8c8c\u5e73\u51e1\u7684\u4eba\uff0c\u6216\u8bb8\u5c31\u6709\u7740\u8fc7\u4eba\u7684\u672c\u4e8b\uff0c\u6216\u8ba9\u4f60\u60ca\u53f9\u7684\u80fd\u529b\u3002\r\n\u6211\u4eec\u4eca\u5929\u8981\u8bf4\u7684\u5c31\u662f\u8fd9\u6837\u4e00\u4e2a\u4eba\u3002\u4ed6\u662f\u6210\u90fd\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u5fc3\u5185\u79d1\u7684\u4e00\u540d\u533b\u751f\uff0c\u6c89\u9759\u3001\u4f4e\u8c03\u3001\u5185\u655b\u3001\u8c26\u900a\uff0c\u4f46\u4e86\u89e3\u5230\u4ed6\u7684\u6545\u4e8b\u540e\uff0c\u4f60\u4f1a\u53d1\u73b0\uff0c\u4ed6\u5176\u5b9e\u662f\u4e00\u4e2a\u4f20\u5947\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=341"};
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 () {
}
});
});
}