优化购物车loading
This commit is contained in:
parent
c317c2c3d1
commit
0fbde98412
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue