remove debugger

This commit is contained in:
CounterFire2023 2024-07-02 17:18:41 +08:00
parent 9500eb815d
commit c769d11fda

View File

@ -117,7 +117,6 @@ const addCart = async (val) => {
}
try {
debugger
let res = await marketplaceList.getCartListState()
if (res.data && res.data.length) {
let exists = res.data.find(item => {