|
@@ -233,7 +233,6 @@ export default {
|
|
if (res.code == 0) {
|
|
if (res.code == 0) {
|
|
this.info = res.data;
|
|
this.info = res.data;
|
|
this.status = JSON.parse(res.data.status);
|
|
this.status = JSON.parse(res.data.status);
|
|
- console.log(this.status)
|
|
|
|
res.data.deliverList &&
|
|
res.data.deliverList &&
|
|
res.data.deliverList.forEach((item) => {
|
|
res.data.deliverList.forEach((item) => {
|
|
item.items.forEach((ele) => {
|
|
item.items.forEach((ele) => {
|