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=746&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: 1746676895,
nonceStr: 'tw2htjIP3JJb1qqd',
signature: '573028177fde08dab5b89a3220a132fd576b15ee',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/bf18294324011d706e736a6ba6aa9d7d.png","title":"\u91cd\u5e86\u5e02\u5357\u5ddd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u575a\u5b88\u8d23\u4efb\uff0c\u6211\u4eec\u4e49\u4e0d\u5bb9\u8f9e","smalltext":"\u5728\u6211\u4eec\u8eab\u8fb9\uff0c\u603b\u6709\u8fd9\u4e48\u4e00\u7fa4\u4eba\uff0c\u4ed6\u4eec\u4e5f\u8bb8\u6ca1\u6709\u60ca\u5929\u52a8\u5730\u7684\u58ee\u4e3e\uff0c\u6ca1\u6709\u8f70\u8f70\u70c8\u70c8\u7684\u529f\u7ee9\uff0c\u4f46\u4ed6\u4eec\u7528\u6734\u5b9e\u7684\u884c\u52a8\uff0c\u7528\u79ef\u6781\u5411\u4e0a\u7684\u9762\u8c8c\u4f20\u9012\u7740\u6b63\u80fd\u91cf\u3002\u4e3a\u4e86\u5f18\u626c\u533b\u52a1\u4eba\u5458\u7231\u5c97\u656c\u4e1a\u3001\u6551\u6b7b\u6276\u4f24\u3001\u7518\u4e8e\u5949\u732e\u7684\u804c\u4e1a\u7cbe\u795e\uff0c\u5357\u5ddd\u533a\u4eba\u6c11\u533b\u9662\u63a8\u51fa\u201c\u8eab\u8fb9\u7684\u699c\u6837\u201d\u7cfb\u5217\u62a5\u9053\u3002\u4eca\u5929\u7ed9\u5927\u5bb6\u4ecb\u7ecd\u7684\u662f\u4e00\u652f\u7279\u522b\u7684\u533b\u62a4\u56e2\u961f\u2014\u2014\u7cbe\u795e\u75c5\u9632\u6cbb\u7ba1\u7406\u7ec4\uff08\u7b80\u79f0\u7cbe\u9632\u7ba1\u7406\u7ec4\uff09\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=746"};
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 () {
}
});
});
}