优化购物车loading

This commit is contained in:
TOP糯米 2023-04-08 00:49:38 +08:00
parent c317c2c3d1
commit 0fbde98412
1 changed files with 3 additions and 1 deletions

View File

@ -92,19 +92,21 @@ export default {
},
add: {
url: "/wxapp/order/shoppingcarpush",
showLoading: true,
auth: true,
},
sub: {
url: "/wxapp/order/shoppingcarsend",
showLoading: true,
auth: true,
},
delete: {
url: "/wxapp/order/deleteshoppingcar",
showLoading: true,
auth: true,
},
list: {
url: "/wxapp/order/myshoppingcar",
showLoading: true,
auth: true,
},
},