From 5a0d6284d939532fa6166e9eb191cafef6eccd54 Mon Sep 17 00:00:00 2001 From: "LAPTOP-V1CF3RCA\\31532" <315328220@qq.com> Date: Fri, 15 Aug 2025 08:54:55 +0800 Subject: [PATCH] no message --- pages/other_package/productInfo/productInfo.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pages/other_package/productInfo/productInfo.vue b/pages/other_package/productInfo/productInfo.vue index 87edff7..817cd8a 100644 --- a/pages/other_package/productInfo/productInfo.vue +++ b/pages/other_package/productInfo/productInfo.vue @@ -44,7 +44,7 @@ - + 规格 @@ -385,6 +385,10 @@ export default { }, async checkSpecification(val, type) { const source = this.source; + if(type == 'n' && this.ji == 1){ + type = 'buy'; + } + console.log('afsdfsd',source,type) if (source && source === "supply_chain") { this.openShow = true; return; @@ -521,9 +525,9 @@ export default { duration: 2000 // 持续时长,单位ms }); // } - setTimeout(() => { - this.checkSpecification(false, null); - }, 2000) + // setTimeout(() => { + // this.checkSpecification(false, null); + // }, 2000) } }, // 跳转到分享页面