()
| 23 | storeInfo = null |
| 24 | |
| 25 | constructor() { |
| 26 | window.lookItemMap = {} |
| 27 | |
| 28 | const urlParams = new URLSearchParams(window.location.search) |
| 29 | this.modColUUID = urlParams.get('mod') |
| 30 | |
| 31 | this.getMod() |
| 32 | } |
| 33 | |
| 34 | // MARK: Main logic |
| 35 | async getMod() { |