build(deps): 依赖更新
This commit is contained in:
@@ -143,8 +143,8 @@ const changeBox = (label: string[], item: any) => {
|
||||
label.forEach((id: string) => {
|
||||
item.Goods.forEach((itm: any) => {
|
||||
if (itm.gid === id) {
|
||||
item["Count"].priceCount += itm.price * itm.number;
|
||||
item["Count"].exchangeCount += itm.exchange * itm.number;
|
||||
item["Count"].priceCount += itm.price;
|
||||
item["Count"].exchangeCount += itm.exchange;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user