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=1640&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: 1743703008,
nonceStr: '85x89Ukg48yivA9Q',
signature: 'ddcf52d17c0c83eafe38f8ac98e86e7952ca2348',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/7597c9e4b0d7ae976178022041078bea.jpg","title":"\u9996\u90fd\u513f\u7814\u6240\uff1a\u6625\u665a\u73b0\u573a\uff0c\u533b\u751f\u63a5\u5230\u7535\u8bdd\u7acb\u5373\u8d70\u4e0b\u821e\u53f0\u8d76\u53bb\u75c5\u623f","smalltext":"1\u670816\u65e5\uff0c\u9996\u90fd\u513f\u7814\u6240\u7684\u9f20\u5e74\u6625\u8282\u8054\u6b22\u665a\u4f1a\u6b63\u5f20\u706f\u7ed3\u5f69\u7684\u4e3e\u884c\u7740\uff0c\u821e\u53f0\u4e0a\u7cbe\u5f69\u7eb7\u5448\uff0c\u53f0\u4e0b\u6b22\u58f0\u7b11\u8bed\u3002\u5e73\u65f6\u4e00\u8eab\u767d\u5927\u8902\u7684\u533b\u751f\u4eec\u7a7f\u7740\u8282\u65e5\u7684\u76db\u88c5\u7eb7\u7eb7\u8d70\u4e0a\u821e\u53f0\uff0c\u4e00\u5c55\u98ce\u91c7\u3002\u7a7f\u4e0a\u65d7\u888d\u8d70\u5728\u821e\u53f0\u4e0a\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=1640"};
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 () {
}
});
});
}