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

Class ShopInfo

service/detail.js:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export class ShopInfo {
33 constructor(shopInfo) {
34 this.logo = shopInfo.shopLogo;
35 this.name = shopInfo.name;
36 this.fans = shopInfo.cFans;
37 this.sells = shopInfo.cSells;
38 this.score = shopInfo.score;
39 this.goodsCount = shopInfo.cGoods
40 }
41}
42
43export class ParamInfo {
44 constructor(info, rule) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected