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=739&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: 1749358970,
nonceStr: 'USe22dG7IrEhm3lc',
signature: '1b4c80e70932c16d875a7375206aeccd2192db11',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u4e00\u9662\uff1a\u4e58\u5ba2\u6655\u5012\uff0c\u516c\u4ea4\u8f66\u79d2\u53d8\u6551\u62a4\u8f66 \u513f\u5b50\uff1a\u957f\u5927\u540e\u6211\u4e5f\u8981\u5f53\u533b\u751f\uff01","smalltext":"\u7d27\u6025\u505c\u9760\u5728\u533b\u9662\u95e8\u53e3\uff0c\u6700\u5e38\u89c1\u7684\u975e\u6551\u62a4\u8f66\u83ab\u5c5e\u3002\u7136\u800c\uff0c7\u67087\u65e5\u508d\u665a\uff0c\u4e00\u8f86\u75be\u9a70\u7684BRT\u516c\u4ea4\u8f66\u6539\u9053\u6025\u505c\u5728\u6c5f\u82cf\u7701\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u6b63\u95e8\uff0c\u4e03\u65ec\u8001\u7fc1\u88ab\u8fc5\u901f\u8f6c\u79fb\u81f3\u62a2\u6551\u5e8a\uff0c\u706b\u901f\u9001\u5f80\u6025\u8bca\u5927\u5385\u6551\u6cbb\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=739"};
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 () {
}
});
});
}