MCPcopy Create free account
hub / github.com/coderwhy/HYMiniMall / ParamInfo

Class ParamInfo

service/detail.js:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43export 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected