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=5343&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: 1743703087,
nonceStr: 'Q6DCaiSyWyOSl2H7',
signature: '07a9d8fcc2a79d140ebc07bb0fe2289fb382847e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202205\/2200d7be01cd7fd12d902f79faf93775.jpg","title":"\u6d77\u9633\u5e02\u4eba\u6c11\u533b\u9662:\u7231\u5fc3\u662f\u533b\u8005\u9001\u7ed9\u5b69\u5b50\u6765\u5230\u4eba\u4e16\u95f4\u7684\u7b2c\u4e00\u4e2a\u793c\u7269","smalltext":"\u8fd1\u65e5\uff0c\u4e00\u6761\u300a\u533b\u62a4\u4eba\u5458\u5145\u5f53\u201c\u4e34\u65f6\u5988\u5988\u201d\u300b\u7684\u77ed\u89c6\u9891\u5237\u7206\u5168\u7f51\u3002\u89c6\u9891\u4e2d\uff0c\u4e00\u4e2a\u65b0\u751f\u513f\u5b9d\u5b9d\u8eba\u5728\u533b\u62a4\u201c\u5988\u5988\u201d\u7684\u6000\u62b1\u4e2d\uff0c\u7761\u5f97\u683c\u5916\u9999\u751c\u3002\u5b69\u5b50\u7684\u5929\u7a7a\u66f4\u662f\u4e00\u7247\u6f84\u660e\uff0c\u628a\u81ea\u5df1\u5168\u8eab\u5fc3\u5730\u4ea4\u7ed9\u513f\u79d1\u533b\u62a4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5343"};
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 () {
}
});
});
}