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=1421&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: 1747189335,
nonceStr: 'ReGkzsyNqZo6tuml',
signature: '30a7773da0c17b01effe87ef131514bd9a0efe82',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/8a1a421cb93fea41e831241f5f6be7c9.jpg","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u699c\u6837\u5728\u8eab\u8fb9\uff0c\u5173\u7231\u6298\u7ffc\u7684\u5929\u4f7f","smalltext":"\u6709\u4eba\u8bf4\uff0c\u7231\u5982\u6625\u96e8\uff0c\u6ecb\u6da6\u7740\u5927\u5730\uff1b\u6709\u4eba\u8bf4\uff0c\u7231\u5982\u9633\u5149\uff0c\u6e29\u6696\u7740\u4eba\u5fc3\u3002 \u4f5c\u4e3a\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u7684\u4e00\u540d\u5eb7\u590d\u6cbb\u7597\u5e08\uff0c\u4ece2006\u5e74\u81f3\u4eca\u768412\u5e74\u91cc\uff0c\u89e3\u9646\u4f76\u5229\u7528\u81ea\u5df1\u7684\u4e1a\u4f59\u65f6\u95f4\uff0c\u53d1\u6325\u81ea\u5df1\u7684\u4e13\u4e1a\u4f18\u52bf\uff0c\u6bcf\u5468\u575a\u6301\u62bd\u51fa","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1421"};
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 () {
}
});
});
}