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=1340&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: 1747192414,
nonceStr: 'Qk8QpcHU3znEpkdZ',
signature: '61c362ebca85f9a2ee56c7c8e6a2838ed1bff81c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/75d656b296f76fe5462ca0faf655f5ef.jpg","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a1111\uff0c\u82cf\u9ed4\u540c\u542f\u201c\u7b2c\u4e00\u65f6\u95f4\u6551\u63f4\u201d\u5927\u578b\u516c\u76ca\u9879\u76ee","smalltext":"\u201c\u4eca\u5929\u6709\u673a\u4f1a\u63a5\u53d7\u4e86\u5fc3\u80ba\u590d\u82cf\u7684\u6025\u6551\u64cd\u4f5c\uff0c\u6211\u624d\u77e5\u9053\u539f\u6765\u6551\u4eba\u4e0d\u662f\u4e00\u4ef6\u5bb9\u6613\u7684\u4e8b\u201d\u201c\u602a\u4e0d\u5f97\u53ea\u8981\u4e00\u8fd0\u52a8\u5c31\u611f\u89c9\u8eab\u4f53\u54ea\u54ea\u4e0d\u5bf9\uff0c\u539f\u6765\u662f\u6211\u6ca1\u6709\u505a\u597d\u70ed\u8eab\u5440\u201d\u2026\u2026\u82cf\u5dde\u9ad8\u65b0\u533a\u5b9e\u9a8c\u521d\u4e2d\u9526\u5cf0\u8def\u6821","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1340"};
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 () {
}
});
});
}