From b536f2ad68494afc84522f4480807bc3b2e9216a Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 27 Nov 2024 09:17:04 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2696=20=E3=80=90=E9=9D=9E=E9=81=97?= =?UTF-8?q?=E6=96=87=E5=8C=96=E3=80=91=E7=82=B9=E5=87=BB=E6=9C=AA=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=93=BE=E6=8E=A5=E7=9A=84=E9=A1=B6=E9=83=A8=E6=B5=B7?= =?UTF-8?q?=E6=8A=A5=E6=97=A0=E9=9C=80=E8=B7=B3=E8=BD=AC=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E5=90=A6=E5=88=99=E4=BC=9A=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/heritage/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg_product/views/heritage/index.vue b/pkg_product/views/heritage/index.vue index 80a60a9..a04ba7e 100644 --- a/pkg_product/views/heritage/index.vue +++ b/pkg_product/views/heritage/index.vue @@ -138,6 +138,7 @@ export default { this.getRecommend() }, toDetails(id) { + if(!id) return uni.navigateTo({ url: '/pkg_product/views/heritage/details?id=' + id })