|
@@ -211,6 +211,7 @@
|
|
|
const ids = this.data.carlist.map(car => car.id);
|
|
|
this.$request('delete', `/front/shoppingCart/${ids}`)
|
|
|
console.log('response.data', response.data)
|
|
|
+ uni.$emit('register_refresh');
|
|
|
uni.showToast({
|
|
|
title: '已下单,因目前是演示阶段,暂时不能付款',
|
|
|
icon: 'success',
|