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=836&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: 1746982674,
nonceStr: 'YURba8Ii0A2khqbZ',
signature: '85d6b6fb3fcec3a86ef8bb87000169f006cee118',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/7d1ff202a5bc759d879a7fce1f3b14de.jpg","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e07\u91cc\u63f4\u7586\u884c \u6b3e\u6b3e\u4e24\u5730\u60c5","smalltext":"\u4e00\u4e2a\u674f\u82b1\u70df\u96e8\u3001\u5c0f\u6865\u6d41\u6c34\u7684\u6c5f\u5357\u5c0f\u9547\uff1b\u4e00\u4e2a\u53e4\u9053\u6447\u54cd\u3001\u96c4\u6d51\u58ee\u9614\u7684\u897f\u5317\u8fb9\u9672\u5c0f\u57ce\uff0c\u4e24\u4e2a\u6574\u6574\u8de8\u8d8a\u6574\u4e2a\u4e2d\u56fd\uff0c\u76f8\u8ddd\u8fd15000\u516c\u91cc\u7684\u57ce\u5e02\uff0c\u6709\u7740\u622a\u7136\u4e0d\u540c\u7684\u4eba\u6587\u6587\u5316\u4e0e\u98ce\u571f\u4eba\u60c5\uff0c\u4f46\u5728\u8fd9\u6b21\u201c\u7ec4\u56e2\u5f0f\u201d\u63f4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=836"};
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 () {
}
});
});
}