| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 | 
							- <!DOCTYPE html>
 
- <html>
 
- <head>
 
-     <meta charset="utf-8">
 
-     <title>随意门(屌丝版)</title>
 
-     <link rel="icon" type="image/GIF" href="res/favicon.ico"/>
 
-     <meta name="apple-mobile-web-app-capable" content="yes"/>
 
-     <meta name="full-screen" content="yes"/>
 
-     <meta name="screen-orientation" content="portrait"/>
 
-     <meta name="x5-fullscreen" content="true"/>
 
-     <meta name="360-fullscreen" content="true"/>
 
-     <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
 
-     <style>
 
-         body, canvas, div {
 
-             -moz-user-select: none;
 
-             -webkit-user-select: none;
 
-             -ms-user-select: none;
 
-             -khtml-user-select: none;
 
-             -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 
-         }
 
-     </style>
 
-   
 
- </head>
 
- <body style="padding:0; margin: 0; background: #000;">
 
- <canvas id="gameCanvas" width="320" height="480" style="position: absolute; z-index: 0"></canvas>
 
- <script src="frameworks/cocos2d-html5/CCBoot.js"></script>
 
- <script src="src/main.js"></script>
 
- 	<script language=javascript>
 
- 		var mebtnopenurl = 'http://game.ikongzhong.cn/index.html';
 
- var thegameurl ="http://game.ikongzhong.cn/games/symdsb/"; 
 
- var guanzhuurl ="http://mp.weixin.qq.com/s?__biz=MzI4MjA2MjE0MQ==&mid=246005295&idx=1&sn=490f8141976d607ba079d48f52a3fcd7#rd";
 
- 		window.shareData = {
 
- 		        "imgUrl": "http://game.ikongzhong.cn/games/symdsb/icon.png",
 
- 		        "timeLineLink": thegameurl,
 
- 		        "tTitle": "随意门(屌丝版)",
 
- 		        "tContent": "随意门(屌丝版)"
 
- 		};
 
- 				
 
- 		function goHome(){
 
- 			window.location=mebtnopenurl;
 
- 		}
 
- 		function clickMore(){
 
- 			 if((window.location+"").indexOf("f=zf",1)>0){
 
- 			 	window.location =mebtnopenurl;
 
- 			  }
 
- 			  else{
 
- 			 	goHome();
 
- 			  }
 
- 		}
 
- 		function dp_share(){
 
- 			document.getElementById("share").style.display="";
 
- 			
 
- 		}
 
- 		function dp_Ranking(){
 
- 			window.location=mebtnopenurl;
 
- 		}
 
- 		function showAd(){
 
- 		}
 
- 		function hideAd(){
 
- 		}
 
- 		document.addEventListener('WeixinJSBridgeReady', function onBridgeReady() {
 
- 		    
 
- 		    WeixinJSBridge.on('menu:share:appmessage', function(argv) {
 
- 		        WeixinJSBridge.invoke('sendAppMessage', {
 
- 		            "img_url": window.shareData.imgUrl,
 
- 		            "link": window.shareData.timeLineLink,
 
- 		            "desc": window.shareData.tContent,
 
- 		            "title": window.shareData.tTitle
 
- 		        }, onShareComplete);
 
- 		    });
 
- 		    WeixinJSBridge.on('menu:share:timeline', function(argv) {
 
- 		        WeixinJSBridge.invoke('shareTimeline', {
 
- 		            "img_url": window.shareData.imgUrl,
 
- 		            "img_width": "640",
 
- 		            "img_height": "640",
 
- 		            "link": window.shareData.timeLineLink,
 
- 		            "desc": window.shareData.tContent,
 
- 		            "title": window.shareData.tTitle
 
- 		        }, onShareComplete);
 
- 		    });
 
- 		}, false);
 
- 		</script>
 
- 		<div id=share style="display: none">
 
- 			<img width=100% src="./share.png"
 
- 				style="position: fixed; z-index: 9999; top: 0; left: 0; display: "
 
- 				ontouchstart="document.getElementById('share').style.display='none';" />
 
- 		</div>
 
- 		<div style="display: none;">
 
- 			<script type="text/javascript">
 
-             var myData = { gameid: "symdsb" };
 
- 			
 
- 			function dp_submitScore(score){
 
- 				myData.score =parseInt(score*100);
 
- 				myData.scoreName = "用时"+score+"秒";
 
- 				document.title =window.shareData.tTitle = "我在随意门勇闯20扇门中只用了"+score+"秒,小伙伴们也来试一试吧!【9G游戏】";
 
- 			}
 
- 			function onShareComplete(res) {
 
-                 if (localStorage.myuid && myData.score != undefined) {
 
-                     setTimeout(function(){
 
-                         if (confirm("?")) {
 
-                             window.location = mebtnopenurl;
 
-                         }
 
-                         else {
 
-                             document.location.href = mebtnopenurl;
 
-                         }
 
-                     }, 500);
 
-                 }
 
- 				else {
 
- 		        	document.location.href = guanzhuurl ;
 
- 				}
 
- 	        }
 
- 			</script>
 
- 			<div style="display: none;">
 
- 				<script type="text/javascript" src="http://tajs.qq.com/stats?sId=36313548" charset="UTF-8"></script>
 
- 			</div>
 
- 			<script type="text/javascript" src="js/game9g.utils.js"></script>
 
- </body>
 
- </html>
 
 
  |