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=741&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: 1746677183,
nonceStr: 'WTc2qjJQldmCqD7v',
signature: '9f624d5c9202e2c33994780f4efaad56a3680a5c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/67e9f17f4b90d8960522719978eb31d2.jpg","title":"\u5b9c\u5bbe\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u8fdb\u6765\u7684\u4eba\u90fd\u8ff7\u60d1\u4e86","smalltext":"\u5982\u679c\u4e0d\u662f\u5076\u5c14\u51fa\u73b0\u5728\u773c\u524d\u7684\u767d\u5927\u8902\uff0c\u8bb0\u8005\u51e0\u4e4e\u4ee5\u4e3a\u8fd9\u91cc\u662f\u4e00\u5904\u4f11\u95f2\u9a7f\u7ad9\u4e86\u3002\u8fd9\u5bb6\u4e0d\u592a\u50cf\u4f20\u7edf\u533b\u9662\u7684\u533b\u9662\u2014\u2014\u5b9c\u5bbe\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\u603b\u9662\u7d27\u90bb\u516c\u56ed\uff0c\u7a97\u5916\u5c71\u8272\u8471\u7b3c\uff0c\u5c71\u95f4\u98de\u9e1f\u51c9\u4ead\uff0c\u590f\u65e5\u7684\u9633\u5149\u4ece\u5de8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=741"};
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 () {
}
});
});
}