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=5432&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: 1746135297,
nonceStr: 'YVZFE4nG1gzWmAcf',
signature: 'bfe516c69f1a9df67abf705213755029578f5791',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u200b\u72ec\u7279\u7684\u533b\u5e08\u8282\uff0c\u4ed6\u4eec\u4ece\u51cc\u66684\u70b9\u5f00\u59cb\u2026\u2026","smalltext":"\u6bcf\u4e00\u6b21\u5168\u529b\u4ee5\u8d74\u7684\u80cc\u540e\u90fd\u662f\u5bf9\u751f\u547d\u7684\u656c\u4f51\u6bcf\u4e00\u6b21\u8fce\u96be\u800c\u4e0a\u7684\u521d\u8877\u90fd\u662f\u7528\u4fe1\u5ff5\u548c\u804c\u4e1a\u64cd\u5b88\u8df5\u884c\u533b\u5e08\u8a93\u8a00\u5f53\u7b2c\u4e94\u4e2a\u4e2d\u56fd\u533b\u5e08\u8282\u78b0\u4e0a\u7a81\u5982\u5176\u6765\u7684\u75ab\u60c5\u533b\u5e08\u4eec\u7684\u8282\u65e5\u5c31\u53d8\u5f97\u7279\u522b\u4e0e\u4f17\u4e0d\u540c\u2026\u2026","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5432"};
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 () {
}
});
});
}