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=1568&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: 1747192159,
nonceStr: 'cCkrCullhFGohGl6',
signature: 'f3f6f356c613d1a85e4265f1b35d45a3a1f8f7e7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/55b515c662a796953f2f545387da55d7.jpg","title":"\u5b81\u6ce2\u5e02\u7b2c\u4e00\u533b\u9662\uff1a\u4f4f\u9662\u8fd8\u80fd\u770b\u7535\u5f71\uff1f\u4e3a\u8fd9\u5bb6\u533b\u9662\u70b9\u8d5e\uff01","smalltext":"\u5b81\u6ce2\u5e02\u7b2c\u4e00\u533b\u9662\u79ef\u6781\u5f00\u5c55\u4ee5\u533b\u5b66\u4eba\u6587\u4e3a\u4e3b\u9898\u7684\u7cfb\u5217\u6d3b\u52a8\uff0c\u6839\u636e\u60a3\u8005\u9700\u6c42\u8c03\u67e5\u53cd\u9988\uff0c\u793e\u5de5\u90e8\u7cbe\u5fc3\u7b56\u5212\u5e76\u5f00\u5c55\u4e86\u201c\u6b22\u7b11\u8fdb\u75c5\u623f\u2014\u2014\u6d41\u52a8\u89c2\u5f71\u201d\u6d3b\u52a8\uff0c\u8fdb\u4e00\u6b65\u63d0\u5347\u60a3\u8005\u7684\u4f4f\u9662\u4f53\u9a8c\uff0c\u6536\u5230\u4f4f\u9662\u60a3\u8005\u7684\u597d\u8bc4\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1568"};
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 () {
}
});
});
}