diff --git a/pages/digital-workshops/OrderItem.vue b/pages/digital-workshops/OrderItem.vue index 6de6305..f743c18 100644 --- a/pages/digital-workshops/OrderItem.vue +++ b/pages/digital-workshops/OrderItem.vue @@ -19,7 +19,7 @@ 材质:{{item.productInfoList[0].materialsRequirement}} - 缴费日期:{{item.deliveryDate}} + 交付日期:{{item.deliveryDate}} diff --git a/pages/digital-workshops/index.vue b/pages/digital-workshops/index.vue index c74bc78..5694751 100644 --- a/pages/digital-workshops/index.vue +++ b/pages/digital-workshops/index.vue @@ -202,7 +202,7 @@ export default { }, methods: { jump(item) { - // go2('device-production-info', { id: item.id }) + go2('device-production-info', { id: item.id }) }, go2, back,