diff --git a/pages/SecondPhase/XuniDelivery.vue b/pages/SecondPhase/XuniDelivery.vue index a2310ab..05eaa36 100644 --- a/pages/SecondPhase/XuniDelivery.vue +++ b/pages/SecondPhase/XuniDelivery.vue @@ -114,7 +114,7 @@ this.dataList = [...res.data] }, toSure () { - if (this.val1) { + if (this.pkId) { uni.navigateTo({ url: '/pages/SecondPhase/XuniDeliveryConfirm?billcode=' + this.pkObj.bill_code + '&title=' + this.title })