| 41 | } |
| 42 | |
| 43 | export class ParamInfo { |
| 44 | constructor(info, rule) { |
| 45 | // 注: images可能没有值(某些商品有值, 某些没有值) |
| 46 | this.image = info.images ? info.images[0] : ''; |
| 47 | this.infos = info.set; |
| 48 | this.sizes = rule.tables; |
| 49 | } |
| 50 | } |
nothing calls this directly
no outgoing calls
no test coverage detected