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=6416&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: 1746134914,
nonceStr: 'wRSSpeqnltfgAcAy',
signature: 'ad1bb2ccf700e224e091e645e7ea55c4db4eeacf',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202308\/6a6ed671ddf7b58a14101ef3e5b8398e.jpg","title":"\u6c5f\u897f\u7701\u5987\u5e7c\u4fdd\u5065\u9662:\u7ae5\u5fc3\u6e2f\u6e7e \u4f5c\u5bb6\u6559\u4f60\u5199\u4f5c","smalltext":"\u4e3a\u4e30\u5bcc\u519c\u6751\u7559\u5b88\u513f\u7ae5\u6587\u5316\u751f\u6d3b\uff0c\u53d1\u6325\u201c\u7ae5\u5fc3\u6e2f\u6e7e\u201d\u9635\u5730\u4f5c\u7528\uff0c8\u670819\u65e5\uff0c\u201c\u4f5c\u5bb6\u6559\u4f60\u5199\u4f5c\u201d\u5173\u7231\u7559\u5b88\u513f\u7ae5\u4e3b\u9898\u6d3b\u52a8\u5728\u7701\u5e84\u6751\u7ae5\u5fc3\u6e2f\u6e7e\u542f\u52a8\uff0c\u7ae5\u4f34\u5988\u5988\u66f9\u82f1\u82f1\u4e3b\u6301\u6d3b\u52a8\u3002\u6c5f\u897f\u7701\u5987\u5e7c\u4fdd\u5065\u9662\u5fd7\u613f\u8005","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6416"};
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 () {
}
});
});
}