@@ -9,8 +9,8 @@
|
||||
* Created at : 2020-11-26 02:21:56
|
||||
* Last modified : 2020-11-26 15:31:40
|
||||
*/
|
||||
HotelTV.namespace('HotelTV.hcap');
|
||||
HotelTV.hcap = (function() {
|
||||
HotelTV.namespace('HotelTV.hal');
|
||||
HotelTV.hal = (function() {
|
||||
//// 의존 관계 선언
|
||||
|
||||
|
||||
@@ -1410,7 +1410,7 @@ HotelTV.hcap = (function() {
|
||||
"onSuccess": function(s) {
|
||||
if (_en_show_msg == true) {
|
||||
console.log("register Success!");
|
||||
HotelTV.hcap.PreAppGetInfo(true);
|
||||
HotelTV.hal.PreAppGetInfo(true);
|
||||
}
|
||||
},
|
||||
"onFailure": function(f) {
|
||||
|
||||
Reference in New Issue
Block a user