From 1bd3b228c4932ffa5da8a80362791bf9b85fea2a Mon Sep 17 00:00:00 2001 From: lihaoyuan <18278596806@163.com> Date: Mon, 5 Jan 2026 15:20:35 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=BF=AE=E6=94=B9=E7=A0=8D=E4=BB=B7?= =?UTF-8?q?=E5=8F=8D=E9=A6=88=EF=BC=8C=E6=B3=A8=E9=87=8A=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=89=A9=E6=B5=81=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- activity/cutprice/detail.vue | 11 ++++------- pages/checkout/checkout.vue | 4 ++-- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/activity/cutprice/detail.vue b/activity/cutprice/detail.vue index c7369b5..d3f5985 100644 --- a/activity/cutprice/detail.vue +++ b/activity/cutprice/detail.vue @@ -409,6 +409,7 @@ export default { showPrice: false, maskImg:false, tossResult:0, + ach_price_pre:0, isCut: true, imgPath: "", user_nickname: "", @@ -613,7 +614,7 @@ export default { setTimeout(()=>{ wx.showModal({ title: '幸运骰子', - content: `恭喜你,摇到了${data.point}点,幸运暴击${data.point}倍,砍了${data.achPrice}元`, + content: `恭喜你,摇到了${data.point}点,砍了${that.ach_price_pre}元×${data.point}点=${data.achPrice}元`, showCancel: false, confirmText: '确定', success(res) { @@ -625,7 +626,6 @@ export default { }); },2000) } - console.log("hhhhhh",that.tossResult) } }) }, @@ -824,16 +824,13 @@ export default { showCancel: false, confirmText: '确定', success(res) { - if (res.confirm&&that.lottery_num>0) { + if (res.confirm) { setTimeout(()=>{ that.setData({ showMask: true, + ach_price_pre:data.ach_price_pre }) },200) - }else if(res.confirm&&that.lottery_num==0){ - that.setData({ - showImg: true - }) } } }); diff --git a/pages/checkout/checkout.vue b/pages/checkout/checkout.vue index d08c44c..9662413 100644 --- a/pages/checkout/checkout.vue +++ b/pages/checkout/checkout.vue @@ -46,7 +46,7 @@ style="border-radius:50%;width:26rpx;height:26rpx;border:1px solid #db384c" /> {{__('门店自提')}} --> - +