...
|
...
|
@@ -147,6 +147,11 @@ |
|
|
this.productData.splice(index, 1);
|
|
|
this.hideDelBth();
|
|
|
delete this.keys[id];
|
|
|
|
|
|
if (this.productData.length === 0) {
|
|
|
this.nullbox = '';
|
|
|
this.updateNavBar();
|
|
|
}
|
|
|
} else if (data.code === 400) {
|
|
|
tip(data.message);
|
|
|
} else {
|
...
|
...
|
|