Coupon bug fixed

This commit is contained in:
Vion
2022-01-24 22:33:08 +08:00
parent b9c0a1394e
commit d19c462775
2 changed files with 5 additions and 2 deletions

View File

@@ -91,7 +91,6 @@ export const monitorOrderNotify = (OrderNumber) => {
* 删除购物车
*/
export const deleteCart = ( productCode) => {
debugger;
var data = {
productCode
}