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=1692&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: 1747168744,
nonceStr: 'kqcYQB8GLP2C7KCB',
signature: 'b90ded38907ec3a28827a576669e38a6d1ff1f21',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u6292\u53d1\u6211\u4eec\u7a33\u7a33\u7684\u5e78\u798f \u6296\u97f3\u89c6\u9891\u6765\u62dc\u5e74","smalltext":"\u89c6\u9891\u94fe\u63a5\uff1ahttps:\/\/v.qq.com\/x\/page\/h3054d3xw1p.html?pcsharecode= \u5e78\u798f\u53c8\u4e00\u5e74\u3002\u5728\u5fd9\u788c\u7684\u811a\u6b65\u4e2d\uff0c\u5728\u575a\u5b88\u7684\u6c57\u6c34\u91cc\uff0c\u5728\u65e0\u6094\u7684\u7b11\u5bb9\u91cc\uff0c\u6211\u4eec\u9001\u8d70\u4e862019\u5e74\u3002\u6000\u7740\u7f8e\u597d\u7684\u61a7\u61ac\uff0c\u6000\u7740\u4e0d\u53d8\u7684\u521d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1692"};
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 () {
}
});
});
}