From 28ae2b34b1418ae4e45f8e7a70952f9ade8aeafd Mon Sep 17 00:00:00 2001 From: qijq <624811160@qq.com> Date: Mon, 21 Jul 2025 16:25:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8A=A0=E5=85=A5=E8=B4=AD?= =?UTF-8?q?=E7=89=A9=E8=BD=A6=E7=82=B9=E5=87=BB=E5=A4=AA=E5=BF=AB=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/detail.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/product/detail.vue b/pages/product/detail.vue index edd8a5b..0630347 100644 --- a/pages/product/detail.vue +++ b/pages/product/detail.vue @@ -2697,6 +2697,10 @@ export default { }, ckselectsp: function (e) { + if (!this.hasLogin) { + this.showLoginPopup = true; + return; + } this.setData({ //change: e.currentTarget.offsetLeft, selectsp: 1,