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=4618&classid=12&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: 1746165850,
nonceStr: 'ZQYJ1oyu6ZgKKvIL',
signature: '0ec12c3b10d8335969b1718afc1eceaa5372e32f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u79d1\u5b66\u9662\u5927\u5b66\u9644\u5c5e\u80bf\u7624\u533b\u9662-\u80f8\u90e8\u653e\u7597\u79d1\u75c5\u533a\u526f\u4e3b\u4efb\u738b\u8dc3\u73cd","smalltext":"\u738b\u8dc3\u73cd\uff1a\u4e3a\u653e\u7597\u60a3\u8005\u8bbe\u8ba1\u6cbb\u7597\u7a7f\u7684\u8863\u670d \u7a7f\u8fc7\u7684\u90fd\u8bf4\uff1a\u4fdd\u6696\u53c8\u8d34\u5fc3\u4e00\u5e74\u591a\u7684\u65f6\u95f4\uff0c\u738b\u8dc3\u73cd\u627e\u4e86\u6570\u79cd\u5e03\u6599\uff0c\u8bd5\u505a\u4e86\u56db\u4e94\u4ef6\u6837\u8863\uff0c\u56db\u5904\u627e\u5de5\u5382\u2026\u2026\u738b\u8dc3\u73cd\u662f\u4e2d\u56fd\u79d1\u5b66\u9662\u5927\u5b66\u9644\u5c5e\u80bf\u7624\u533b\u9662\uff08\u6d59\u6c5f\u7701\u80bf\u7624\u533b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4618"};
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 () {
}
});
});
}