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=6669&classid=14&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: 1750062668, nonceStr: 'KDyAx7lTEdfQwjcm', signature: '4a07bbe54e1709827e008e3d0fee383749f35926', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a6S\u7ba1\u7406\u5728\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u4e2d\u7684\u63a2\u7d22","smalltext":"\u3010\u6458\u8981\u3011\u533b\u9662\u901a\u8fc7\u5f15\u5165 6S\u7ba1\u7406\u4e0e\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u76f8\u7ed3\u5408\uff0c\u4e24\u8005\u76f8\u4e92\u4fc3\u8fdb\uff0c\u5c066S\u7ba1\u7406\u4e0d\u65ad\u6301\u7eed\u6df1\u5165\uff0c\u5e76\u6709\u673a\u7ed3\u5408\u5230\u533b\u9662\u65e5\u5e38\u5de5\u4f5c\u4e2d\uff0c\u5f62\u6210\u5e38\u6001\u5316\u7ba1\u7406\uff0c\u5728\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u4e2d\u53d6\u5f97\u4e86\u663e\u8457\u6210\u6548\u3002\u79d1\u5ba4\u7ba1\u7406","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6669"}; 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 () { } }); }); }