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=452&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: 1744317793,
nonceStr: '4Y14LlZ7mSqBZBmT',
signature: '6f4c55206138fc7b17504296d7a2031913666f19',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/90bd226cc6df2f7152fef9d5a9186ea8.jpg","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u7518\u8083\u201c\u5019\u9e1f\u201d\u767b\u95e8\u611f\u8c22\u533b\u751f\u62a4\u58eb","smalltext":"\u201c\u540c\u5fd7\uff0c\u4f60\u4e00\u5b9a\u5f97\u5e2e\u6211\u8868\u626c\u3001\u5ba3\u4f20\u8fd9\u4e9b\u533b\u751f\u62a4\u58eb\u201d\uff0c5\u670823\u65e5\uff0c\u4e00\u4f4d\u963f\u59e8\u62ff\u7740\u4e00\u5c01\u611f\u8c22\u4fe1\u6765\u5230\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u5ba3\u4f20\u79d1\uff0c\u8bb2\u8ff0\u4e86\u201c\u75c5\u4eba\u5bb6\u5c5e\u53c8\u5410\u53c8\u6cfb\u53d1\u9ad8\u70e7\uff0c\u4e24\u4f4d\u62a4\u58eb\u53ca\u65f6\u9001\u533b\u89e3\u75c5\u56f0\u201d\u7684\u611f\u4eba\u6545\u4e8b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=452"};
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 () {
}
});
});
}