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=1254&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: 1747168377,
nonceStr: 'IA8vOzsCuAkGRTPl',
signature: '0259e03b3d5dcf8e4b657b845afd8ec59e659781',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/e4c2d0262a73783cb22746d0dff73df1.jpg","title":"\u5468\u6d66\u533b\u9662:\u8fd9\u573a\u201c\u6211\u7684\u533b\u8def\u60c5\u201d\u533b\u5b66\u4eba\u6587\u6545\u4e8b\u5206\u4eab\u4f1a\u638c\u58f0\u4e0d\u7edd\uff01","smalltext":"\u4e3a\u6df1\u5165\u5f00\u5c55\u201c\u4e0d\u5fd8\u521d\u5fc3\u3001\u7262\u8bb0\u4f7f\u547d\u201d\u4e3b\u9898\u6559\u80b2\uff0c\u52a0\u5f3a\u6b63\u9762\u5ba3\u4f20\u548c\u8206\u8bba\u5f15\u5bfc\uff0c\u53d1\u6325\u597d\u5148\u8fdb\u5178\u578b\u7684\u793a\u8303\u5f15\u9886\u4f5c\u7528\uff0c\u66f4\u597d\u8be0\u91ca\u4e0e\u5c55\u73b0\u533b\u52a1\u5de5\u4f5c\u8005\u7684\u521d\u5fc3\u4e0e\u4f7f\u547d\uff0c10\u670811\u65e5\u4e0b\u5348\uff0c\u5468\u6d66\u533b\u9662\u515a\u59d4\u5f00\u5c55\u4e86\u201c\u6211","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1254"};
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 () {
}
});
});
}