xuguohong

update sdk

...@@ -145,7 +145,11 @@ function initMatching(){ ...@@ -145,7 +145,11 @@ function initMatching(){
145 145
146 Core.PLATFORM_NAME = '星玩'; 146 Core.PLATFORM_NAME = '星玩';
147 147
148 + if(Core.isIos){
148 Core.server = 'https://sdk.shxingwan.com'; 149 Core.server = 'https://sdk.shxingwan.com';
150 + }else{
151 + Core.server = 'http://sdk.shxingwan.com';
152 + }
149 153
150 var lastServer = localStorage.getItem('last_server'); 154 var lastServer = localStorage.getItem('last_server');
151 if(lastServer && lastServer.indexOf('http:')==0){ 155 if(lastServer && lastServer.indexOf('http:')==0){
......
...@@ -70,7 +70,6 @@ ...@@ -70,7 +70,6 @@
70 if (!tryAutoLogin) 70 if (!tryAutoLogin)
71 goInit(); 71 goInit();
72 72
73 -
74 Core.ajax({ 73 Core.ajax({
75 type: 'GET', 74 type: 'GET',
76 url: url + '?' + params, 75 url: url + '?' + params,
......
...@@ -49,6 +49,10 @@ ...@@ -49,6 +49,10 @@
49 Core.showMod('help'); 49 Core.showMod('help');
50 return false; 50 return false;
51 }); 51 });
52 + that.$c.on("click",".js-enter-game",function(e){//强制进入实名认证界面
53 + e.stopPropagation();
54 + Core.showTips("根据政策规定,通过实名认证才能进入游戏哦!");
55 + });
52 } 56 }
53 57
54 Home.prototype.logout_cb = function(data) { 58 Home.prototype.logout_cb = function(data) {
...@@ -58,7 +62,7 @@ ...@@ -58,7 +62,7 @@
58 62
59 } 63 }
60 Home.prototype.show_after = function(){ 64 Home.prototype.show_after = function(){
61 - $('#login').hide() 65 + $('#login').hide();
62 } 66 }
63 Core.registerMod('home', Home); 67 Core.registerMod('home', Home);
64 68
...@@ -221,6 +225,7 @@ ...@@ -221,6 +225,7 @@
221 Core.first_password = this.$c.find('[name="password"]').val() 225 Core.first_password = this.$c.find('[name="password"]').val()
222 this.cache(); 226 this.cache();
223 Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台'); 227 Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台');
228 +
224 Core.updateMod('home'); 229 Core.updateMod('home');
225 } 230 }
226 Login.prototype.login_eg_cb = function(result) { 231 Login.prototype.login_eg_cb = function(result) {
......
...@@ -423,7 +423,11 @@ ...@@ -423,7 +423,11 @@
423 <p>{{=Core.Data.nickname}}</p> 423 <p>{{=Core.Data.nickname}}</p>
424 </div> 424 </div>
425 <div class="inline-btn pull-right w_45"> 425 <div class="inline-btn pull-right w_45">
426 + {{? Core.Data.force_auth == 1 && Core.Data.compellation_name == "" && Core.Data.identity_card == ""}}
427 + <a href="#identityCard" class="btn btn-orange js-enter-game">进入游戏</a>
428 + {{??}}
426 <a href="javascript:Core.finishLogin()" class="btn btn-orange">进入游戏</a> 429 <a href="javascript:Core.finishLogin()" class="btn btn-orange">进入游戏</a>
430 + {{?}}
427 </div> 431 </div>
428 </div> 432 </div>
429 <div class="bind-user"> 433 <div class="bind-user">
...@@ -434,6 +438,7 @@ ...@@ -434,6 +438,7 @@
434 <a class="btn btn-bind" href="#modify_pwd">马上升级</a> 438 <a class="btn btn-bind" href="#modify_pwd">马上升级</a>
435 </div> 439 </div>
436 </div> 440 </div>
441 + <p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
437 </div> 442 </div>
438 {{?? Core.Data.is_guest == 2}}<!--1:游客登录;2:第三方登录;0:正式用户登录--> 443 {{?? Core.Data.is_guest == 2}}<!--1:游客登录;2:第三方登录;0:正式用户登录-->
439 <div class="user-center-box"> 444 <div class="user-center-box">
...@@ -443,7 +448,11 @@ ...@@ -443,7 +448,11 @@
443 <p>{{=Core.Data.nickname}}</p> 448 <p>{{=Core.Data.nickname}}</p>
444 </div> 449 </div>
445 <div class="inline-btn pull-right w_45"> 450 <div class="inline-btn pull-right w_45">
451 + {{? Core.Data.force_auth == 1 && Core.Data.compellation_name == "" && Core.Data.identity_card == ""}}
452 + <a href="#identityCard" class="btn btn-orange js-enter-game">进入游戏</a>
453 + {{??}}
446 <a href="javascript:Core.finishLogin()" class="btn btn-orange">进入游戏</a> 454 <a href="javascript:Core.finishLogin()" class="btn btn-orange">进入游戏</a>
455 + {{?}}
447 </div> 456 </div>
448 </div> 457 </div>
449 {{? Core.Data.bind_phone === ""}} 458 {{? Core.Data.bind_phone === ""}}
...@@ -461,6 +470,7 @@ ...@@ -461,6 +470,7 @@
461 <li style="width:50%;"><a href="#modify_pwd">修改密码</a></li> 470 <li style="width:50%;"><a href="#modify_pwd">修改密码</a></li>
462 <li style="width:50%;"><a href="#identityCard">实名认证</a></li> 471 <li style="width:50%;"><a href="#identityCard">实名认证</a></li>
463 </ul> 472 </ul>
473 + <p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
464 {{?}} 474 {{?}}
465 </div> 475 </div>
466 {{?? Core.Data.is_guest == 0}} 476 {{?? Core.Data.is_guest == 0}}
...@@ -471,16 +481,42 @@ ...@@ -471,16 +481,42 @@
471 <p>{{=Core.Data.nickname}}</p> 481 <p>{{=Core.Data.nickname}}</p>
472 </div> 482 </div>
473 <div class="inline-btn pull-right w_45"> 483 <div class="inline-btn pull-right w_45">
484 + {{? Core.Data.force_auth == 1 && Core.Data.compellation_name == "" && Core.Data.identity_card == ""}}
485 + <a href="#identityCard" class="btn btn-orange js-enter-game">进入游戏</a>
486 + {{??}}
474 <a href="javascript:Core.finishLogin()" class="btn btn-orange">进入游戏</a> 487 <a href="javascript:Core.finishLogin()" class="btn btn-orange">进入游戏</a>
488 + {{?}}
475 </div> 489 </div>
476 </div> 490 </div>
477 491
492 + {{? Core.Data.force_auth == 1}}
493 + <ul class="list-item clearfix">
494 + {{? Core.Data.bind_phone === ""}}
495 + <li style="position: relative;width:50%;"><a href="#bindMobile">绑定手机</a><span class="redround"></span></li>
496 + {{??}}
497 + <li style="width:50%;"><a href="#unbindMobile">解绑手机</a></li>
498 + {{?}}
499 + <li style="width:50%;"><a href="#mibao">设置密保</a></li>
500 + </ul>
501 + <ul class="list-item clearfix" style="border-top:none;">
502 + <li style="width:50%;"><a href="#modify_pwd">修改密码</a></li>
503 + {{? Core.Data.compellation_name === "" && Core.Data.identity_card === ""}}
504 + <li style="width:50%;"><a href="#identityCard">实名认证</a></li>
505 + {{??}}
506 + <li style="width:50%;position:relative;"><a href="#identityCard_ok">实名认证
507 + <span style="position:absolute;right:5px;top:5px;color:#fff;background:#ff9600;padding:3px 10px;border-radius:10px;font-size:20px;">已认证</span>
508 + </a></li>
509 + {{?}}
510 + </ul>
511 + <p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
512 + {{??}}
478 {{? Core.Data.bind_phone === ""}} 513 {{? Core.Data.bind_phone === ""}}
479 <ul class="list-item clearfix"> 514 <ul class="list-item clearfix">
480 <li style="position: relative;"><a href="#bindMobile">绑定手机</a><span class="redround"></span></li> 515 <li style="position: relative;"><a href="#bindMobile">绑定手机</a><span class="redround"></span></li>
481 <li><a href="#mibao">设置密保</a></li> 516 <li><a href="#mibao">设置密保</a></li>
482 <li><a href="#modify_pwd">修改密码</a></li> 517 <li><a href="#modify_pwd">修改密码</a></li>
483 </ul> 518 </ul>
519 + <p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 1em;left:0;">{{=Core.Data.kefu_info[0]}}</p>
484 {{??}} 520 {{??}}
485 <ul class="list-item clearfix"> 521 <ul class="list-item clearfix">
486 <li style="width:50%;"><a href="#unbindMobile">解绑手机</a></li> 522 <li style="width:50%;"><a href="#unbindMobile">解绑手机</a></li>
...@@ -496,6 +532,8 @@ ...@@ -496,6 +532,8 @@
496 </a></li> 532 </a></li>
497 {{?}} 533 {{?}}
498 </ul> 534 </ul>
535 + <p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
536 + {{?}}
499 {{?}} 537 {{?}}
500 <!--<ul class="list-item clearfix"> 538 <!--<ul class="list-item clearfix">
501 {{? Core.Data.bind_phone === ""}} 539 {{? Core.Data.bind_phone === ""}}
...@@ -1009,9 +1047,9 @@ FastClick.attach(document.body); ...@@ -1009,9 +1047,9 @@ FastClick.attach(document.body);
1009 <script type="text/javascript" src="js/identity_id.js" ></script> 1047 <script type="text/javascript" src="js/identity_id.js" ></script>
1010 <script type="text/javascript"> 1048 <script type="text/javascript">
1011 window.onload = window.onresize = initMatching; 1049 window.onload = window.onresize = initMatching;
1012 -(function(){ 1050 +$(function(){
1013 getData('/sdk/login/json'); 1051 getData('/sdk/login/json');
1014 -})(); 1052 +});
1015 simpScroller(document.querySelector(".horizontall"), {}); 1053 simpScroller(document.querySelector(".horizontall"), {});
1016 // $(document).ready(function(){ 1054 // $(document).ready(function(){
1017 // setTimeout(function(){Core.showTips($("meta[name='viewport']")[0].getAttribute("content"));}, 2000) 1055 // setTimeout(function(){Core.showTips($("meta[name='viewport']")[0].getAttribute("content"));}, 2000)
......
...@@ -786,13 +786,12 @@ FastClick.attach(document.body); ...@@ -786,13 +786,12 @@ FastClick.attach(document.body);
786 <script type="text/javascript" src="js/loader.min.js?201504218001"></script> 786 <script type="text/javascript" src="js/loader.min.js?201504218001"></script>
787 787
788 <script type="text/javascript"> 788 <script type="text/javascript">
789 -(function(){ 789 +
790 - getData('/sdk/pay/json');
791 -})();
792 $(function(){ 790 $(function(){
793 if (Core.isIos) { 791 if (Core.isIos) {
794 $('meta[name="viewport"]').attr('content','width=800,maximum-scale=1,user-scalable=no'); 792 $('meta[name="viewport"]').attr('content','width=800,maximum-scale=1,user-scalable=no');
795 } 793 }
794 + getData('/sdk/pay/json');
796 }); 795 });
797 </script> 796 </script>
798 797
......
...@@ -119,9 +119,10 @@ body{ ...@@ -119,9 +119,10 @@ body{
119 .new-sdk-container .new-sdk-logo{ 119 .new-sdk-container .new-sdk-logo{
120 text-align: center; 120 text-align: center;
121 width:100%; 121 width:100%;
122 + height:53px;
122 } 123 }
123 .new-sdk-container .new-sdk-logo img{ 124 .new-sdk-container .new-sdk-logo img{
124 - display: block; 125 + display: none;
125 width: 210px; 126 width: 210px;
126 margin: 0 auto; 127 margin: 0 auto;
127 padding: 15px 0 0 0; 128 padding: 15px 0 0 0;
......
...@@ -145,7 +145,11 @@ function initMatching(){ ...@@ -145,7 +145,11 @@ function initMatching(){
145 145
146 Core.PLATFORM_NAME = '星玩'; 146 Core.PLATFORM_NAME = '星玩';
147 147
148 + if(Core.isIos){
148 Core.server = 'https://sdk.shxingwan.com'; 149 Core.server = 'https://sdk.shxingwan.com';
150 + }else{
151 + Core.server = 'http://sdk.shxingwan.com';
152 + }
149 153
150 var lastServer = localStorage.getItem('last_server'); 154 var lastServer = localStorage.getItem('last_server');
151 if(lastServer && lastServer.indexOf('http:')==0){ 155 if(lastServer && lastServer.indexOf('http:')==0){
......
...@@ -70,7 +70,6 @@ ...@@ -70,7 +70,6 @@
70 if (!tryAutoLogin) 70 if (!tryAutoLogin)
71 goInit(); 71 goInit();
72 72
73 -
74 Core.ajax({ 73 Core.ajax({
75 type: 'GET', 74 type: 'GET',
76 url: url + '?' + params, 75 url: url + '?' + params,
......
...@@ -49,6 +49,10 @@ ...@@ -49,6 +49,10 @@
49 Core.showMod('help'); 49 Core.showMod('help');
50 return false; 50 return false;
51 }); 51 });
52 + that.$c.on("click",".js-enter-game",function(e){//强制进入实名认证界面
53 + e.stopPropagation();
54 + Core.showTips("根据政策规定,通过实名认证才能进入游戏哦!");
55 + });
52 } 56 }
53 57
54 Home.prototype.logout_cb = function(data) { 58 Home.prototype.logout_cb = function(data) {
...@@ -58,7 +62,7 @@ ...@@ -58,7 +62,7 @@
58 62
59 } 63 }
60 Home.prototype.show_after = function(){ 64 Home.prototype.show_after = function(){
61 - $('#login').hide() 65 + $('#login').hide();
62 } 66 }
63 Core.registerMod('home', Home); 67 Core.registerMod('home', Home);
64 68
...@@ -221,6 +225,7 @@ ...@@ -221,6 +225,7 @@
221 Core.first_password = this.$c.find('[name="password"]').val() 225 Core.first_password = this.$c.find('[name="password"]').val()
222 this.cache(); 226 this.cache();
223 Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台'); 227 Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台');
228 +
224 Core.updateMod('home'); 229 Core.updateMod('home');
225 } 230 }
226 Login.prototype.login_eg_cb = function(result) { 231 Login.prototype.login_eg_cb = function(result) {
......
...@@ -423,7 +423,11 @@ ...@@ -423,7 +423,11 @@
423 <p>{{=Core.Data.nickname}}</p> 423 <p>{{=Core.Data.nickname}}</p>
424 </div> 424 </div>
425 <div class="inline-btn pull-right w_45"> 425 <div class="inline-btn pull-right w_45">
426 + {{? Core.Data.force_auth == 1 && Core.Data.compellation_name == "" && Core.Data.identity_card == ""}}
427 + <a href="#identityCard" class="btn btn-orange js-enter-game">进入游戏</a>
428 + {{??}}
426 <a href="javascript:Core.finishLogin()" class="btn btn-orange">进入游戏</a> 429 <a href="javascript:Core.finishLogin()" class="btn btn-orange">进入游戏</a>
430 + {{?}}
427 </div> 431 </div>
428 </div> 432 </div>
429 <div class="bind-user"> 433 <div class="bind-user">
...@@ -434,6 +438,7 @@ ...@@ -434,6 +438,7 @@
434 <a class="btn btn-bind" href="#modify_pwd">马上升级</a> 438 <a class="btn btn-bind" href="#modify_pwd">马上升级</a>
435 </div> 439 </div>
436 </div> 440 </div>
441 + <p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
437 </div> 442 </div>
438 {{?? Core.Data.is_guest == 2}}<!--1:游客登录;2:第三方登录;0:正式用户登录--> 443 {{?? Core.Data.is_guest == 2}}<!--1:游客登录;2:第三方登录;0:正式用户登录-->
439 <div class="user-center-box"> 444 <div class="user-center-box">
...@@ -443,7 +448,11 @@ ...@@ -443,7 +448,11 @@
443 <p>{{=Core.Data.nickname}}</p> 448 <p>{{=Core.Data.nickname}}</p>
444 </div> 449 </div>
445 <div class="inline-btn pull-right w_45"> 450 <div class="inline-btn pull-right w_45">
451 + {{? Core.Data.force_auth == 1 && Core.Data.compellation_name == "" && Core.Data.identity_card == ""}}
452 + <a href="#identityCard" class="btn btn-orange js-enter-game">进入游戏</a>
453 + {{??}}
446 <a href="javascript:Core.finishLogin()" class="btn btn-orange">进入游戏</a> 454 <a href="javascript:Core.finishLogin()" class="btn btn-orange">进入游戏</a>
455 + {{?}}
447 </div> 456 </div>
448 </div> 457 </div>
449 {{? Core.Data.bind_phone === ""}} 458 {{? Core.Data.bind_phone === ""}}
...@@ -461,6 +470,7 @@ ...@@ -461,6 +470,7 @@
461 <li style="width:50%;"><a href="#modify_pwd">修改密码</a></li> 470 <li style="width:50%;"><a href="#modify_pwd">修改密码</a></li>
462 <li style="width:50%;"><a href="#identityCard">实名认证</a></li> 471 <li style="width:50%;"><a href="#identityCard">实名认证</a></li>
463 </ul> 472 </ul>
473 + <p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
464 {{?}} 474 {{?}}
465 </div> 475 </div>
466 {{?? Core.Data.is_guest == 0}} 476 {{?? Core.Data.is_guest == 0}}
...@@ -471,16 +481,42 @@ ...@@ -471,16 +481,42 @@
471 <p>{{=Core.Data.nickname}}</p> 481 <p>{{=Core.Data.nickname}}</p>
472 </div> 482 </div>
473 <div class="inline-btn pull-right w_45"> 483 <div class="inline-btn pull-right w_45">
484 + {{? Core.Data.force_auth == 1 && Core.Data.compellation_name == "" && Core.Data.identity_card == ""}}
485 + <a href="#identityCard" class="btn btn-orange js-enter-game">进入游戏</a>
486 + {{??}}
474 <a href="javascript:Core.finishLogin()" class="btn btn-orange">进入游戏</a> 487 <a href="javascript:Core.finishLogin()" class="btn btn-orange">进入游戏</a>
488 + {{?}}
475 </div> 489 </div>
476 </div> 490 </div>
477 491
492 + {{? Core.Data.force_auth == 1}}
493 + <ul class="list-item clearfix">
494 + {{? Core.Data.bind_phone === ""}}
495 + <li style="position: relative;width:50%;"><a href="#bindMobile">绑定手机</a><span class="redround"></span></li>
496 + {{??}}
497 + <li style="width:50%;"><a href="#unbindMobile">解绑手机</a></li>
498 + {{?}}
499 + <li style="width:50%;"><a href="#mibao">设置密保</a></li>
500 + </ul>
501 + <ul class="list-item clearfix" style="border-top:none;">
502 + <li style="width:50%;"><a href="#modify_pwd">修改密码</a></li>
503 + {{? Core.Data.compellation_name === "" && Core.Data.identity_card === ""}}
504 + <li style="width:50%;"><a href="#identityCard">实名认证</a></li>
505 + {{??}}
506 + <li style="width:50%;position:relative;"><a href="#identityCard_ok">实名认证
507 + <span style="position:absolute;right:5px;top:5px;color:#fff;background:#ff9600;padding:3px 10px;border-radius:10px;font-size:20px;">已认证</span>
508 + </a></li>
509 + {{?}}
510 + </ul>
511 + <p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
512 + {{??}}
478 {{? Core.Data.bind_phone === ""}} 513 {{? Core.Data.bind_phone === ""}}
479 <ul class="list-item clearfix"> 514 <ul class="list-item clearfix">
480 <li style="position: relative;"><a href="#bindMobile">绑定手机</a><span class="redround"></span></li> 515 <li style="position: relative;"><a href="#bindMobile">绑定手机</a><span class="redround"></span></li>
481 <li><a href="#mibao">设置密保</a></li> 516 <li><a href="#mibao">设置密保</a></li>
482 <li><a href="#modify_pwd">修改密码</a></li> 517 <li><a href="#modify_pwd">修改密码</a></li>
483 </ul> 518 </ul>
519 + <p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 1em;left:0;">{{=Core.Data.kefu_info[0]}}</p>
484 {{??}} 520 {{??}}
485 <ul class="list-item clearfix"> 521 <ul class="list-item clearfix">
486 <li style="width:50%;"><a href="#unbindMobile">解绑手机</a></li> 522 <li style="width:50%;"><a href="#unbindMobile">解绑手机</a></li>
...@@ -496,6 +532,8 @@ ...@@ -496,6 +532,8 @@
496 </a></li> 532 </a></li>
497 {{?}} 533 {{?}}
498 </ul> 534 </ul>
535 + <p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
536 + {{?}}
499 {{?}} 537 {{?}}
500 <!--<ul class="list-item clearfix"> 538 <!--<ul class="list-item clearfix">
501 {{? Core.Data.bind_phone === ""}} 539 {{? Core.Data.bind_phone === ""}}
...@@ -1009,9 +1047,9 @@ FastClick.attach(document.body); ...@@ -1009,9 +1047,9 @@ FastClick.attach(document.body);
1009 <script type="text/javascript" src="js/identity_id.js" ></script> 1047 <script type="text/javascript" src="js/identity_id.js" ></script>
1010 <script type="text/javascript"> 1048 <script type="text/javascript">
1011 window.onload = window.onresize = initMatching; 1049 window.onload = window.onresize = initMatching;
1012 -(function(){ 1050 +$(function(){
1013 getData('/sdk/login/json'); 1051 getData('/sdk/login/json');
1014 -})(); 1052 +});
1015 simpScroller(document.querySelector(".horizontall"), {}); 1053 simpScroller(document.querySelector(".horizontall"), {});
1016 // $(document).ready(function(){ 1054 // $(document).ready(function(){
1017 // setTimeout(function(){Core.showTips($("meta[name='viewport']")[0].getAttribute("content"));}, 2000) 1055 // setTimeout(function(){Core.showTips($("meta[name='viewport']")[0].getAttribute("content"));}, 2000)
......
...@@ -786,13 +786,12 @@ FastClick.attach(document.body); ...@@ -786,13 +786,12 @@ FastClick.attach(document.body);
786 <script type="text/javascript" src="js/loader.min.js?201504218001"></script> 786 <script type="text/javascript" src="js/loader.min.js?201504218001"></script>
787 787
788 <script type="text/javascript"> 788 <script type="text/javascript">
789 -(function(){ 789 +
790 - getData('/sdk/pay/json');
791 -})();
792 $(function(){ 790 $(function(){
793 if (Core.isIos) { 791 if (Core.isIos) {
794 $('meta[name="viewport"]').attr('content','width=800,maximum-scale=1,user-scalable=no'); 792 $('meta[name="viewport"]').attr('content','width=800,maximum-scale=1,user-scalable=no');
795 } 793 }
794 + getData('/sdk/pay/json');
796 }); 795 });
797 </script> 796 </script>
798 797
......
...@@ -119,9 +119,10 @@ body{ ...@@ -119,9 +119,10 @@ body{
119 .new-sdk-container .new-sdk-logo{ 119 .new-sdk-container .new-sdk-logo{
120 text-align: center; 120 text-align: center;
121 width:100%; 121 width:100%;
122 + height:53px;
122 } 123 }
123 .new-sdk-container .new-sdk-logo img{ 124 .new-sdk-container .new-sdk-logo img{
124 - display: block; 125 + display: none;
125 width: 210px; 126 width: 210px;
126 margin: 0 auto; 127 margin: 0 auto;
127 padding: 15px 0 0 0; 128 padding: 15px 0 0 0;
......