test 코드 주석
This commit is contained in:
@@ -116,29 +116,31 @@ export default memo(function TItemCard({
|
||||
|
||||
if (onClick) {
|
||||
onClick(e);
|
||||
|
||||
// const params = {
|
||||
// contextName: "",
|
||||
// messageId: "",
|
||||
// shelfLocation: "",
|
||||
// shelfId: "",
|
||||
// shelfTitle: "",
|
||||
// productId: productId,
|
||||
// productTitle: productName,
|
||||
// partner: "",
|
||||
// brand: "",
|
||||
// price: originalPrice,
|
||||
// discount: discountRate,
|
||||
// locaiton: "",
|
||||
// category: catNm,
|
||||
// }
|
||||
|
||||
// dispatch(sendLogTotalRecommend(
|
||||
// ...params
|
||||
// ))
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
const params = {
|
||||
contextName: "",
|
||||
messageId: "",
|
||||
shelfLocation: "",
|
||||
shelfId: "",
|
||||
shelfTitle: "",
|
||||
productId: productId,
|
||||
productTitle: productName,
|
||||
partner: "",
|
||||
brand: "",
|
||||
price: originalPrice,
|
||||
discount: discountRate,
|
||||
locaiton: "",
|
||||
category: catNm,
|
||||
}
|
||||
|
||||
dispatch(sendLogTotalRecommend(
|
||||
...params
|
||||
))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user