xuguohong

update sdk 文件损坏

......@@ -26,3 +26,6 @@
2、替换YouaiSDK.jar为XingWanSDK.jar
3、更新poolsdkV2.jar
```
2017-07-07<br>
1、sdk更新和添加文件损坏处理
\ 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(){
var ratio = window.devicePixelRatio;
Core.ratio = ratio;
Core.PLATFORM_NAME = '玩';
Core.PLATFORM_NAME = '玩';
if(Core.isIos){
Core.server = 'https://sdk.shxingwan.com';
......
......@@ -224,7 +224,7 @@
Core.first_user = this.$c.find('[name="username"]').val()
Core.first_password = this.$c.find('[name="password"]').val()
this.cache();
Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台');
Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'手游平台');
Core.updateMod('home');
}
......@@ -232,7 +232,7 @@
Core.updateData(result.msg);
// 跳转进入游戏
this.cache();
Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台, 正在进入游戏');
Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'手游平台, 正在进入游戏');
setTimeout(function() {
Core.finishLogin();
}, 1000);
......@@ -428,7 +428,7 @@
Core.first_password = this.$c.find('[name="password"]').val()
// 显示一个注册成功信息,并跳转到home
this.cache();
Core.showTips('成功注册,欢迎使用' + Core.PLATFORM_NAME + '游戏平台');
Core.showTips('成功注册,欢迎使用' + Core.PLATFORM_NAME + '手游平台');
Core.updateMod('home');
}
Register.prototype.show_after = function() {
......
......@@ -122,7 +122,7 @@ body{
height:53px;
}
.new-sdk-container .new-sdk-logo img{
display: none;
display: block;
width: 210px;
margin: 0 auto;
padding: 15px 0 0 0;
......
#!/bin/sh
#js css压缩,生成更新包打包
CDN_SERVER='http://cdn.9133.com/static'
CDN_SERVER='http://sdk.shxingwan.com/static'
DIR_PATH="$( cd "$( dirname "$0" )" && pwd )"
......
......@@ -143,7 +143,7 @@ function initMatching(){
var ratio = window.devicePixelRatio;
Core.ratio = ratio;
Core.PLATFORM_NAME = '玩';
Core.PLATFORM_NAME = '玩';
if(Core.isIos){
Core.server = 'https://sdk.shxingwan.com';
......
......@@ -224,7 +224,7 @@
Core.first_user = this.$c.find('[name="username"]').val()
Core.first_password = this.$c.find('[name="password"]').val()
this.cache();
Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台');
Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'手游平台');
Core.updateMod('home');
}
......@@ -232,7 +232,7 @@
Core.updateData(result.msg);
// 跳转进入游戏
this.cache();
Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台, 正在进入游戏');
Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'手游平台, 正在进入游戏');
setTimeout(function() {
Core.finishLogin();
}, 1000);
......@@ -428,7 +428,7 @@
Core.first_password = this.$c.find('[name="password"]').val()
// 显示一个注册成功信息,并跳转到home
this.cache();
Core.showTips('成功注册,欢迎使用' + Core.PLATFORM_NAME + '游戏平台');
Core.showTips('成功注册,欢迎使用' + Core.PLATFORM_NAME + '手游平台');
Core.updateMod('home');
}
Register.prototype.show_after = function() {
......
......@@ -122,7 +122,7 @@ body{
height:53px;
}
.new-sdk-container .new-sdk-logo img{
display: none;
display: block;
width: 210px;
margin: 0 auto;
padding: 15px 0 0 0;
......
#!/bin/sh
#js css压缩,生成更新包打包
CDN_SERVER='http://cdn.9133.com/static'
CDN_SERVER='http://sdk.shxingwan.com/static'
DIR_PATH="$( cd "$( dirname "$0" )" && pwd )"
......