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=663&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: 1746619465,
nonceStr: '3TtYLv4s4o2SLVur',
signature: '18a3b0e61082b3b3cae27be317bf7400ba210921',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/5f752b66d56f6114120525eb2785dac1.jpg","title":"\u745e\u91d1\u533b\u9662\uff1a\u6025\u8bca\u7eff\u8272\u901a\u9053\u6709\u901f\u5ea6\uff0c\u66f4\u6709\u6e29\u5ea6","smalltext":"\u201c\u6211\u8fd9\u6b21\u80fd\u591f\u5927\u96be\u4e0d\u6b7b\uff0c\u53ef\u4ee5\u7528\u4e00\u53e5\u8bdd\u5f62\u5bb9\uff0c\u5c31\u662f\u2018\u6211\u6709\u8fd0\u6c14\uff0c\u533b\u751f\u6709\u6c34\u5e73\uff0c\u533b\u9662\u6709\u62c5\u5f53\u2019\uff01\u201d\u65e5\u524d\uff0c\u5e74\u8fd1\u516d\u65ec\u7684\u738b\u5148\u751f\uff08\u5316\u540d\uff09\u5728\u5bb6\u4e2d\u56e0\u5927\u91cf\u5455\u5410\u9c9c\u8840\uff0c\u88ab\u9001\u5f80\u745e\u91d1\u533b\u9662\u7d27\u6025\u6551\u6cbb\uff0c\u56e0\u6ca1\u6709\u5bb6\u5c5e\u7b7e\u7f72\u624b\u672f\u77e5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=663"};
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 () {
}
});
});
}