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=298&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: 1746152608,
nonceStr: '8ZyAqbOnaDUwqSd9',
signature: 'd8e6260a513424381f967e3906bb08fb3048ca92',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/3d88046cc54dcbd8e215b3ca48afda32.jpg","title":"\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662\uff1a\u4e03\u65ec\u6559\u6388\u5199\u7ed9\u62a4\u58eb\u7684\u661f\u8bed\u5fc3\u613f","smalltext":"\u672c\u6587\u4f5c\u8005\u987e\u6d01\u592b\u6559\u6388\u4eca\u5e7478\u5c81\uff0c1965\u5e74\u81f3\u4eca\u5728\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662\u9aa8\u79d1\u5de5\u4f5c\uff0c\u524d\u9aa8\u79d1\u4e3b\u4efb\u53ca\u5b66\u79d1\u5e26\u5934\u4eba\uff0c\u4eab\u53d7\u4e13\u9879\u653f\u5e9c\u6d25\u8d34\u7684\u7701\u5185\u5916\u77e5\u540d\u9aa8\u79d1\u4e13\u5bb6\u3002\u8fd9\u662f\u4ed6\u5199\u7ed9\u62a4\u58eb\u7684\u8282\u65e5\u95ee\u5019\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=298"};
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 () {
}
});
});
}