From dbd676bfb1b7e1b9abc1e7bc82c12270e68a4aee Mon Sep 17 00:00:00 2001 From: lihaoyuan <18278596806@163.com> Date: Wed, 24 Dec 2025 16:20:11 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=96=B0=E5=A2=9E=E9=AA=B0=E5=AD=90?= =?UTF-8?q?=E4=B8=AA=E6=95=B0=E9=80=BB=E8=BE=91=E5=88=A4=E6=96=AD=E5=92=8C?= =?UTF-8?q?=E7=BC=A9=E7=9F=AD=E9=AA=B0=E5=AD=90=E5=87=BA=E7=8E=B0=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- activity/cutprice/detail.vue | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/activity/cutprice/detail.vue b/activity/cutprice/detail.vue index 7724794..c7369b5 100644 --- a/activity/cutprice/detail.vue +++ b/activity/cutprice/detail.vue @@ -286,20 +286,6 @@ - @@ -426,6 +412,7 @@ export default { isCut: true, imgPath: "", user_nickname: "", + lottery_num:0, mid: 0, uid: 0, pid: 0, @@ -587,6 +574,7 @@ export default { that.setData({ Info: data, ac_id: data.ac_id, + lottery_num:data.lottery_num, width: 100 * parseFloat(data.CutPricePercent).toFixed(2), }); // that.getTime(); @@ -635,7 +623,7 @@ export default { } } }); - },2500) + },2000) } console.log("hhhhhh",that.tossResult) } @@ -836,13 +824,16 @@ export default { showCancel: false, confirmText: '确定', success(res) { - if (res.confirm) { - console.log('用户点击确定'); + if (res.confirm&&that.lottery_num>0) { setTimeout(()=>{ that.setData({ showMask: true, }) },200) + }else if(res.confirm&&that.lottery_num==0){ + that.setData({ + showImg: true + }) } } });