chore: add trailingComma

This commit is contained in:
陈嘉涵
2020-01-19 11:57:09 +08:00
parent e841175fe8
commit 389d68884d
269 changed files with 2706 additions and 2702 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export const isSkuChoosable = (skuList, selectedSku, skuToChoose) => {
// 先假设sku已选中,拼入已选中sku对象中
const matchedSku = {
...selectedSku,
[key]: valueId
[key]: valueId,
};
// 再判断剩余sku是否全部不可选,若不可选则当前sku不可选中