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=1745&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: 1747168906,
nonceStr: 'wD8PKiB9GnTtdVTP',
signature: 'd2bbf7f3f4cc60da9108fa39b0b900966a2e5d17',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/590b0a65bfe8c15c751dd909771226e6.jpg","title":"\u5b9a\u6c5f\u9547\u4e2d\u5fc3\u536b\u751f\u9662:\u6842\u6797\u897f\u7ad9\u6297\u75ab\u65e5\u8bb0\u7eed\u96c6\u4e00","smalltext":"2020-01-31\uff0c\u661f\u671f\u4e94\uff0c\u6674\u5929\u4eca\u5929\u662f\u6211\u7b2c\u4e00\u6b21\u6765\u503c\u5b88\u897f\u7ad9\uff0c\u8d81\u7740\u4ea4\u73ed\u7684\u95f4\u9699\u6211\u95ee\u540c\u4e8b\u201c\u90a3\u5929\u4f60\u4eec\u63a5\u8bca\u53d1\u70ed\u65c5\u5ba2\u4e00\u5bb6\u7684\u65f6\u5019\uff0c\u4f60\u4eec\u5bb3\u6015\u5417\uff1f\u201d\u201c\u5f53\u65f6\u6839\u672c\u6765\u4e0d\u53ca\u60f3\u90a3\u4e48\u591a\uff0c\u5c31\u53ea\u77e5\u9053\uff0c\u8981\u9a6c\u4e0a\u5230\u8fbe\u73b0\u573a\uff0c\u5c3d\u5feb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1745"};
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 () {
}
});
});
}