Payment flow refine

This commit is contained in:
Vion
2022-01-23 16:50:49 +08:00
parent 9b4f71074a
commit 8ff86279a0
9 changed files with 83 additions and 53 deletions

View File

@@ -82,7 +82,6 @@ export const isexistCart = (id, pet, address) => {
* 删除购物车
*/
export const deleteCart = ( productCode) => {
debugger;
var data = {
productCode
}