jufubao-base 1.0.67-beta222 → 1.0.67-beta223
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -371,12 +371,14 @@ export default {
|
|
|
371
371
|
})
|
|
372
372
|
.then((res) => {
|
|
373
373
|
if (res.code == 400) {
|
|
374
|
+
this.$xdHideLoading();
|
|
374
375
|
this.$xdAlert({
|
|
375
376
|
content: res.message,
|
|
376
377
|
zIndex: 3200,
|
|
377
378
|
time: 2000,
|
|
378
379
|
isClose: false,
|
|
379
380
|
});
|
|
381
|
+
this.getList();
|
|
380
382
|
return;
|
|
381
383
|
}
|
|
382
384
|
this.order_num = res.tmp_order_number;
|