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=1149&classid=4&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: 1746134711,
nonceStr: 'QwZeVWnzGqtpM4JL',
signature: 'c2d0881a02fee9e2189222696597f0e51e21400f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e91\u5357\u7701\u80bf\u7624\u533b\u9662\u987e\u4e3d\u742a\uff1a\u966a\u4f34\u70b9\u71c3\u5e0c\u671b","smalltext":"\u6bcf\u4e00\u540d\u764c\u75c7\u60a3\u8005\uff0c\u5728\u521a\u786e\u8bca\u65f6\u7684\u5185\u5fc3\u72ec\u767d\u548c\u771f\u5b9e\u53cd\u5e94\u5341\u4e8c\u5e74\u524d\u7684\u5979\u53ef\u8c13\u662f\u6625\u98ce\u5f97\u610f\uff1a\u4e94\u597d\u5bb6\u5ead\uff0c\u4e94\u4ee3\u540c\u5802\uff0c\u9053\u5fb7\u6a21\u8303\uff0c\u4f18\u79c0\u515a\u5458\u2026\u2026\u7136\u800c\uff0c\u5929\u6709\u4e0d\u6d4b\u98ce\u4e91\uff0c\u5979\u7a81\u7136\u88ab\u53d1\u73b0\uff0c\u5de6\u4e73\u4e00\u4e2a\u4e0d\u75db\u4e0d\u75d2\u7684\u5c0f\u7ed3\u8282\u56e0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1149"};
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 () {
}
});
});
}