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=2032&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: 1747146837,
nonceStr: '4zcxn4BpvaRnwylz',
signature: '5a3ffb58d3ae108c706b78f1106ed0d345aa0d33',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/7b783785734af155e32dcf6a04a5d67a.jpg","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5171\u6297\u75ab\u60c5 \u6211\u4eec\u548c\u4f60\u5728\u4e00\u8d77","smalltext":" \u62a4\u58eb\u662f\u4e0e\u60a3\u8005\u63a5\u89e6\u6700\u591a\uff0c\u6700\u5371\u9669\u7684\u7fa4\u4f53\uff0c\u75ab\u60c5\u7206\u53d1\u540e\uff0c\u5dfe\u5e3c\u4e0d\u8ba9\u987b\u7709\uff0c\u5979\u4eec\u6bc5\u7136\u6beb\u4e0d\u72b9\u8c6b\u7684\u51b2\u5728\u4e86\u6700\u524d\u7ebf\uff0c\u4ee5\u67d4\u5f31\u7684\u8eab\u8eaf\u4e0e\u6b7b\u795e\u4f5c\u6597\u4e89\uff0c\u633d\u6551\u751f\u547d\u3002\u5979\u4eec\u6bcf\u5929\u9700\u8981\u7ed9\u60a3\u8005\u6253\u9488\u8f93\u6db2\uff0c\u5438\u75f0\uff0c\u6c14\u9053\u62a4\u7406\uff0c\u5bf9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2032"};
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 () {
}
});
});
}