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=1253&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: 1747169970,
nonceStr: 'Tm7IHlTnseYBmT8c',
signature: '3ff309b5ef960d0b3bef3d4d0bdd9a4696699f31',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/101fd76064ce57fcab3afbbc61b400da.jpg","title":"\u5e7f\u897f\u4e2d\u533b\u836f\u5927\u5b66\u9644\u5c5e\u745e\u5eb7\u533b\u9662\uff1a12\u5e74\u540e\u60a3\u8005\u8d76\u6765\u533b\u9662\u5bf9\u533b\u751f\u8868\u767d","smalltext":" \u201c\u9ad8\u4e66\u8bb0\uff0c\u60a8\u662f\u6211\u7684\u6551\u547d\u6069\u4eba\uff0c12\u5e74\u4e86\uff0c\u60a8\u8fd8\u8bb0\u5f97\u6211\u5417\uff1f\u201d \u201c\u6211\u5f53\u7136\u8bb0\u5f97\uff0c\u8bb0\u5f97\u4f60\u5f53\u65f6\u53c8\u7626\u53c8\u5c0f\uff0c\u5e94\u8be5\u53ea\u670915\u5c81\u5de6\u53f3\uff0c\u73b0\u5728\u90fd\u6210\u5927\u59d1\u5a18\u4e86\u3002\u201d\u3000\u3000 10\u67088\u65e5\u4e0b\u5348\uff0c\u56fd\u5e86\u8282\u6536\u5047\u4e0a\u73ed\u7b2c\u4e00\u5929\uff0c\u6e29\u6696","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1253"};
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 () {
}
});
});
}