正在显示
3 个修改的文件
包含
2 行增加
和
2 行删除
此 diff 太大无法显示。
| @@ -26,7 +26,7 @@ import ArrayBufferUtil from 'libs/ArrayBufferUtil'; | @@ -26,7 +26,7 @@ import ArrayBufferUtil from 'libs/ArrayBufferUtil'; | ||
| 26 | import UTF8 from 'utf-8'; | 26 | import UTF8 from 'utf-8'; |
| 27 | 27 | ||
| 28 | let loger = Loger.getLoger('MessageEntrance'); | 28 | let loger = Loger.getLoger('MessageEntrance'); |
| 29 | -let _sdkInfo = {"version": "v.1.8.9.20170407", "author": "www.3mang.com"}; | 29 | +let _sdkInfo = {"version": "v.1.8.10.20170407", "author": "www.3mang.com"}; |
| 30 | 30 | ||
| 31 | //APE | 31 | //APE |
| 32 | let _sass; | 32 | let _sass; |
| @@ -459,7 +459,7 @@ class DocApe extends Ape { | @@ -459,7 +459,7 @@ class DocApe extends Ape { | ||
| 459 | if (tempDocItemIdx) { | 459 | if (tempDocItemIdx) { |
| 460 | loger.log("选择一个文档作为默认文档显示->", tempDocItemIdx); | 460 | loger.log("选择一个文档作为默认文档显示->", tempDocItemIdx); |
| 461 | let paramInfo = { | 461 | let paramInfo = { |
| 462 | - "itemIdx": tempDocItemIdx, | 462 | + "itemIdx": tempDocItemIdx.itemIdx, |
| 463 | "visible": true | 463 | "visible": true |
| 464 | }; | 464 | }; |
| 465 | this.documentSwitchDoc(paramInfo); | 465 | this.documentSwitchDoc(paramInfo); |
-
请 注册 或 登录 后发表评论