From 67c4d6bf0835e80e064227ddc25e64b91510c2ee Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Fri, 24 Jun 2022 18:47:56 +0800 Subject: [PATCH] no message --- pages/digital-workshops/OrderItem.vue | 2 +- pages/digital-workshops/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,