xuguohong

update sdk 文件损坏

...@@ -25,4 +25,7 @@ ...@@ -25,4 +25,7 @@
25 1、assets中添加sdk,sdk.zip,sdkconfig.ini文件 25 1、assets中添加sdk,sdk.zip,sdkconfig.ini文件
26 2、替换YouaiSDK.jar为XingWanSDK.jar 26 2、替换YouaiSDK.jar为XingWanSDK.jar
27 3、更新poolsdkV2.jar 27 3、更新poolsdkV2.jar
28 -```
...\ No newline at end of file ...\ No newline at end of file
28 +```
29 +
30 +2017-07-07<br>
31 +1、sdk更新和添加文件损坏处理
...\ No newline at end of file ...\ No newline at end of file
......
No preview for this file type
This diff is collapsed. Click to expand it.

7.68 KB | W: | H:

5.9 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
...@@ -143,7 +143,7 @@ function initMatching(){ ...@@ -143,7 +143,7 @@ function initMatching(){
143 var ratio = window.devicePixelRatio; 143 var ratio = window.devicePixelRatio;
144 Core.ratio = ratio; 144 Core.ratio = ratio;
145 145
146 - Core.PLATFORM_NAME = '玩'; 146 + Core.PLATFORM_NAME = '玩';
147 147
148 if(Core.isIos){ 148 if(Core.isIos){
149 Core.server = 'https://sdk.shxingwan.com'; 149 Core.server = 'https://sdk.shxingwan.com';
......
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
224 Core.first_user = this.$c.find('[name="username"]').val() 224 Core.first_user = this.$c.find('[name="username"]').val()
225 Core.first_password = this.$c.find('[name="password"]').val() 225 Core.first_password = this.$c.find('[name="password"]').val()
226 this.cache(); 226 this.cache();
227 - Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台'); 227 + Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'手游平台');
228 228
229 Core.updateMod('home'); 229 Core.updateMod('home');
230 } 230 }
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
232 Core.updateData(result.msg); 232 Core.updateData(result.msg);
233 // 跳转进入游戏 233 // 跳转进入游戏
234 this.cache(); 234 this.cache();
235 - Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台, 正在进入游戏'); 235 + Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'手游平台, 正在进入游戏');
236 setTimeout(function() { 236 setTimeout(function() {
237 Core.finishLogin(); 237 Core.finishLogin();
238 }, 1000); 238 }, 1000);
...@@ -428,7 +428,7 @@ ...@@ -428,7 +428,7 @@
428 Core.first_password = this.$c.find('[name="password"]').val() 428 Core.first_password = this.$c.find('[name="password"]').val()
429 // 显示一个注册成功信息,并跳转到home 429 // 显示一个注册成功信息,并跳转到home
430 this.cache(); 430 this.cache();
431 - Core.showTips('成功注册,欢迎使用' + Core.PLATFORM_NAME + '游戏平台'); 431 + Core.showTips('成功注册,欢迎使用' + Core.PLATFORM_NAME + '手游平台');
432 Core.updateMod('home'); 432 Core.updateMod('home');
433 } 433 }
434 Register.prototype.show_after = function() { 434 Register.prototype.show_after = function() {
......
...@@ -122,7 +122,7 @@ body{ ...@@ -122,7 +122,7 @@ body{
122 height:53px; 122 height:53px;
123 } 123 }
124 .new-sdk-container .new-sdk-logo img{ 124 .new-sdk-container .new-sdk-logo img{
125 - display: none; 125 + display: block;
126 width: 210px; 126 width: 210px;
127 margin: 0 auto; 127 margin: 0 auto;
128 padding: 15px 0 0 0; 128 padding: 15px 0 0 0;
......
1 #!/bin/sh 1 #!/bin/sh
2 #js css压缩,生成更新包打包 2 #js css压缩,生成更新包打包
3 3
4 -CDN_SERVER='http://cdn.9133.com/static' 4 +CDN_SERVER='http://sdk.shxingwan.com/static'
5 5
6 6
7 DIR_PATH="$( cd "$( dirname "$0" )" && pwd )" 7 DIR_PATH="$( cd "$( dirname "$0" )" && pwd )"
......
...@@ -143,7 +143,7 @@ function initMatching(){ ...@@ -143,7 +143,7 @@ function initMatching(){
143 var ratio = window.devicePixelRatio; 143 var ratio = window.devicePixelRatio;
144 Core.ratio = ratio; 144 Core.ratio = ratio;
145 145
146 - Core.PLATFORM_NAME = '玩'; 146 + Core.PLATFORM_NAME = '玩';
147 147
148 if(Core.isIos){ 148 if(Core.isIos){
149 Core.server = 'https://sdk.shxingwan.com'; 149 Core.server = 'https://sdk.shxingwan.com';
......
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
224 Core.first_user = this.$c.find('[name="username"]').val() 224 Core.first_user = this.$c.find('[name="username"]').val()
225 Core.first_password = this.$c.find('[name="password"]').val() 225 Core.first_password = this.$c.find('[name="password"]').val()
226 this.cache(); 226 this.cache();
227 - Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台'); 227 + Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'手游平台');
228 228
229 Core.updateMod('home'); 229 Core.updateMod('home');
230 } 230 }
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
232 Core.updateData(result.msg); 232 Core.updateData(result.msg);
233 // 跳转进入游戏 233 // 跳转进入游戏
234 this.cache(); 234 this.cache();
235 - Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台, 正在进入游戏'); 235 + Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'手游平台, 正在进入游戏');
236 setTimeout(function() { 236 setTimeout(function() {
237 Core.finishLogin(); 237 Core.finishLogin();
238 }, 1000); 238 }, 1000);
...@@ -428,7 +428,7 @@ ...@@ -428,7 +428,7 @@
428 Core.first_password = this.$c.find('[name="password"]').val() 428 Core.first_password = this.$c.find('[name="password"]').val()
429 // 显示一个注册成功信息,并跳转到home 429 // 显示一个注册成功信息,并跳转到home
430 this.cache(); 430 this.cache();
431 - Core.showTips('成功注册,欢迎使用' + Core.PLATFORM_NAME + '游戏平台'); 431 + Core.showTips('成功注册,欢迎使用' + Core.PLATFORM_NAME + '手游平台');
432 Core.updateMod('home'); 432 Core.updateMod('home');
433 } 433 }
434 Register.prototype.show_after = function() { 434 Register.prototype.show_after = function() {
......
...@@ -122,7 +122,7 @@ body{ ...@@ -122,7 +122,7 @@ body{
122 height:53px; 122 height:53px;
123 } 123 }
124 .new-sdk-container .new-sdk-logo img{ 124 .new-sdk-container .new-sdk-logo img{
125 - display: none; 125 + display: block;
126 width: 210px; 126 width: 210px;
127 margin: 0 auto; 127 margin: 0 auto;
128 padding: 15px 0 0 0; 128 padding: 15px 0 0 0;
......
1 #!/bin/sh 1 #!/bin/sh
2 #js css压缩,生成更新包打包 2 #js css压缩,生成更新包打包
3 3
4 -CDN_SERVER='http://cdn.9133.com/static' 4 +CDN_SERVER='http://sdk.shxingwan.com/static'
5 5
6 6
7 DIR_PATH="$( cd "$( dirname "$0" )" && pwd )" 7 DIR_PATH="$( cd "$( dirname "$0" )" && pwd )"
......