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=370&classid=12&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: 1714623238, nonceStr: 'CeRJYKZrB14L3oqg', signature: '1399de41f11cf978371abff10958261677b44884', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/5a7e09d8c1323278971d6c5c885cf924.jpg","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u8bb0\u6211\u9662\u8d85\u58f0\u201c\u795e\u63a2\u624b\u201d\u4efb\u5229\u4e2d\u533b\u5e08","smalltext":" \u201c\u5229\u4e2d\uff0c\u6211\u8fd9\u6709\u4e2a\u809d\u591a\u53d1\u8113\u80bf\u7684\u75c5\u4eba\uff0c\u8f83\u5927\u4e00\u4e2a\u5927\u5c0f\u7ea612.8*10.3cm\uff0c\u809d\u5468\u79ef\u6db2\uff0c\u9ad8\u70ed\uff0c\u751f\u547d\u4f53\u5f81\u4e0d\u7a33\u5b9a\uff0c\u8113\u80bf\u968f\u65f6\u90fd\u6709\u53ef\u80fd\u7834\u6e83\uff0c\u4f60\u8d76\u5feb\u6765\u4e00\u8d9f\u3002\u201d\u7535\u8bdd\u90a3\u5934\u4f20\u6765\u611f\u67d3\u79d1\u8096\u4e3b\u4efb\u7684\u58f0\u97f3\uff0c\u521a\u653e\u4e0b\u996d\u7897\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=370"}; 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 () { } }); }); }