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=1353&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: 1747190339,
nonceStr: 'IHVP7swWDeFxAMoH',
signature: 'deecbc51158c678839e8f8fbbd5c7d5fc286d442',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/cffcc8d4250407396605b9fee39ad2ba.jpg","title":"\u6210\u90fd\u5e02\u90eb\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u6df1\u5165\u85cf\u533a\uff0c\u63a2\u5bfb\u90eb\u90fd\u63f4\u5efa\u9053\u5b5a\u8fd9\u5341\u5e74\u80cc\u540e\u7684\u6545\u4e8b","smalltext":"2018\u5e7410\u67085\u65e5\uff0c\u5f20\u73cd\u4f5c\u4e3a\u63f4\u85cf\u533b\u751f\u6765\u5230\u9053\u5b5a\uff0c\u5728\u5979\u79bb\u5bb6\u524d\uff0c\u60a3\u6709\u6162\u6027\u80be\u708e\u7684\u4e08\u592b\u674e\u5f20\u7ef4\u6bc5\u7136\u5199\u4e0b\u300a\u63f4\u85cf\u81ea\u613f\u627f\u8bfa\u4e66\u300b\uff0c\u4ed6\u4eec\u79bb\u5f00\u81ea\u5df1\u7684\u5c0f\u5bb6\uff0c\u53ea\u4e3a\u5e2e\u52a9\u85cf\u533a\u7684\u5927\u5bb6\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1353"};
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 () {
}
});
});
}