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=6548&classid=14&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: 1746135380,
nonceStr: 'QGLSfIltuoFYZrdL',
signature: '679761aac4001e38ffbdba912c6e1b8832b12bd5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4ee5\u9752\u5e74\u6587\u660e\u53f7\u521b\u5efa\u5de5\u4f5c\u4fc3\u8fdb\u4eba\u6587\u533b\u9662\u5efa\u8bbe","smalltext":"\u3010\u6458 \u8981\u3011\u9752\u5e74\u6587\u660e\u53f7\u662f\u5f18\u626c\u804c\u4e1a\u9053\u5fb7\u3001\u4f53\u73b0\u804c\u4e1a\u7cbe\u795e\u7684\u91cd\u8981\u8f7d\u4f53\u3002\u672c\u6587\u4ecb\u7ecd\u4e86\u6e29\u5cad\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u4ee5\u9752\u5e74\u6587\u660e\u53f7\u4e3a\u5185\u5728\u9a71\u52a8\uff0c\u901a\u8fc7\u9752\u5e74\u6587\u660e\u53f7\u521b\u5efa\u5de5\u4f5c\uff0c\u5145\u5206\u53d1\u6325\u51fa\u9752\u5e74\u804c\u5de5\u7684\u4f5c\u7528\uff0c\u521b\u65b0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6548"};
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 () {
}
});
});
}