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=3494&classid=14&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: 1743764924,
nonceStr: '6POv0e99Fi7sKG83',
signature: 'd7895b862708475ebebdafc33fb3ee99c18ab219',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202007\/d2ca67882e1e9d9dc6a2d6bec8a3a138.jpg","title":"\u3010\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\u63ed\u79d8\u56db\u3011\u5ed6\u5fd7\u6797\u90e8\u957f\u6559\u60a8\u5982\u4f55\u8def\u6f14\u6210\u529f","smalltext":"\u8fd9\u51e0\u5929\uff0c\u62a5\u540d\u7684\u533b\u9662\u8d8a\u6765\u8d8a\u591a\uff0c\u5f88\u591a\u670b\u53cb\u4e5f\u7ed9\u6211\u4eec\u7684\u5de5\u4f5c\u4eba\u5458\u6253\u6765\u7535\u8bdd\uff0c\u5927\u5bb6\u5728\u79ef\u6781\u7533\u8bf7\u53c2\u52a0\u7684\u540c\u65f6\uff0c\u4e5f\u6709\u670b\u53cb\u54a8\u8be2\uff0c\u4e0a\u53f0\u540e\uff0c\u5982\u4f55\u505a\u7684\u66f4\u597d\uff1f\u672c\u6b21\u5927\u8d5b\u7684\u5bfc\u5e08\u3001\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u7684\u5ed6\u5fd7\u6797\u90e8\u957f\u4e3a\u5927","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=3494"};
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 () {
}
});
});
}