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=4320&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: 1744969915,
nonceStr: 'xpcUW1mFRCdscz57',
signature: '98142e2fc3f04733cac838e12a40bb00d114c38c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202105\/a1233e130e02cb3594ceba70d7127229.jpg","title":"\u6606\u5c71\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u8fd9\u4efd\u79c1\u4eba\u5b9a\u5236\uff0c\u8bf7\u67e5\u6536\uff01","smalltext":"\u51cc\u66687\u70b9\u5728\u795e\u7ecf\u5185\u79d1\u75c5\u623f\u91cc\uff0c\u4f20\u6765\u4e86\u8fd9\u6837\u4e00\u53e5\u8bdd\u201c\u90a3\u4e9b\u5fae\u5c0f\u800c\u786e\u5b9a\u7684\u5e78\u798f\uff0c\u90fd\u662f\u7ed9\u4f60\u7684\uff01\u201d\u548b\u4e00\u542c\uff0c\u60f3\u5fc5\u5927\u5bb6\u90fd\u4ee5\u4e3a\u662f\u60c5\u4fa3\u5728\u8868\u767d\uff0c\u5176\u5b9e\u4e0d\u7136\u3002\u4eca\u5929\u662f\u7b2c110\u4e2a\u56fd\u9645\u62a4\u58eb\u8282\uff0c\u4e3a\u4e86\u5728\u7231\u4e2d\u611f\u53d7\u56e2\u961f\u7684\u9b45","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4320"};
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 () {
}
});
});
}