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=2696&classid=11&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: 1746165962,
nonceStr: 'TBvF3Gn7qXCWShGD',
signature: '0d890daf6f4492e89f5b599795625e2ed27387cd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5927\u7406\u767d\u65cf\u81ea\u6cbb\u5dde\u4eba\u6c11\u533b\u9662\uff1a\u4eba\u4eba\u5b66\u6025\u6551 \u6025\u6551\u4e3a\u4eba\u4eba","smalltext":"\u5927\u7406\u767d\u65cf\u81ea\u6cbb\u5dde\u4eba\u6c11\u533b\u9662\u4f5c\u4e3a\u670d\u52a1\u6c11\u751f\u6700\u76f4\u63a5\u7684\u7a97\u53e3\uff0c\u4e3a\u6c11\u3001\u52a1\u5b9e\u4e00\u76f4\u662f\u533b\u9662\u7684\u670d\u52a1\u5b97\u65e8\uff0c\u79ef\u6781\u52a0\u5165\u5fd7\u613f\u670d\u52a1\u4e8b\u4e1a\uff0c\u6df1\u5165\u5230\u793e\u4f1a\u5404\u4e2a\u884c\u4e1a\uff0c\u5145\u5206\u53d1\u6325\u533b\u7597\u884c\u4e1a\u7684\u670d\u52a1\u7279\u8272\u548c\u4f18\u52bf\uff0c\u662f\u5dde\u533b\u9662\u5f00\u5c55\u6c11","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2696"};
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 () {
}
});
});
}