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=871&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: 1749396552,
nonceStr: 'Z6bvcjSsDuGdKARu',
signature: '345bae4d6e5a4660cab2e2f129e892cafdb8d5a4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/71592e411fe79200f9bcfc3d1ac600b0.jpg","title":"\u6e29\u533b\u5927\u9644\u4e00\u9662\uff1a\u5173\u7231\u5730\u8d2b\u5b9d\u5b9d\uff0c\u8ba9\u533b\u7597\u66f4\u6709\u6e29\u5ea6","smalltext":"7\u670823\u65e5\u4e0a\u5348\uff0c\u4f34\u968f\u7740\u60a6\u8033\u7684\u7ae5\u58f0\u5408\u5531\uff0c\u4e00\u573a\u522b\u5f00\u751f\u9762\u7684\u201c\u8d2b\u9ad3\u76f8\u9022 \u540c\u7231\u540c\u884c\u201d\u590f\u4ee4\u8425\u95ed\u8425\u4eea\u5f0f\u5728\u6e29\u533b\u5927\u9644\u4e00\u9662\u65b0\u9662\u5357\u5927\u5385\u4e3e\u884c\u3002\u4e00\u7fa4\u6765\u81ea\u5168\u56fd\u5404\u5730\u7684\u5730\u4e2d\u6d77\u8d2b\u8840\u60a3\u513f\u4eec\uff0c\u56e0\u201c\u9ad3\u201d\u76f8\u9022\u5728\u6e29","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=871"};
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 () {
}
});
});
}