issue #11 Done amenity cart scrolling function on category item selection popup.

This commit is contained in:
Paul Kim
2024-03-16 21:53:02 +09:00
parent 2b36279807
commit ea812e34a1
3 changed files with 173 additions and 53 deletions

View File

@@ -753,6 +753,11 @@ HotelTV.api = (function() {
});
},
/**
* 통계데이터 발송 API
* @param {array} _arrary_event
* @param {string} _type : 어메니티&룸서비스의 경우, "indirect" 그외는 null
*/
ReportEvent: function(_arrary_event, _type=null) {
let _json_event = {
"events": [],