【代码评审】商城的 todo 进一步说明

This commit is contained in:
YunaiV
2024-08-25 14:33:27 +08:00
parent a514de68b3
commit 75c5203c90
13 changed files with 13 additions and 20 deletions
+1 -2
View File
@@ -182,7 +182,6 @@
}, 1000);
}
// TODO 芋艿:待测试
const shareInfo = computed(() => {
if (isEmpty(state.goodsInfo)) return {};
return sheep.$platform.share.getShareInfo({
@@ -251,7 +250,7 @@
state.activityList.push(activity);
} else if (activity.type === 5) { // 情况二:满减送
state.activityInfo.push(activity);
} else { // 情况三:限时折扣 TODO 芋艿
} else { // 情况三:限时折扣 TODO puhui999:【折扣】
console.log('待实现!优先级不高');
}
})