From 49ee88b7924ea62a1086037c9fd2d21886c1e030 Mon Sep 17 00:00:00 2001 From: whyneedname <542399163@qq.com> Date: Sat, 29 Oct 2022 11:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=88=B0=E6=88=90=E5=8A=9F=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=BC=B9=E6=A1=86=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/signIn/Sign/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/user/signIn/Sign/index.vue b/pages/user/signIn/Sign/index.vue index babc4b2..c0e6265 100644 --- a/pages/user/signIn/Sign/index.vue +++ b/pages/user/signIn/Sign/index.vue @@ -510,6 +510,12 @@ // that.signCount = that.PrefixInteger(sumSginDay + 1, 4); that.signCount = String(sumSginDay + 1); that.userInfo.is_day_sgin = true; + that.userInfo.isDaySign = true; + uni.showModal({ + title:'签到成功!', + showCancel: false, + confirmColor: '#2DB5AE', + }) that.userInfo.integral = add(that.userInfo.integral, res.data.integral); that.getSignList(); });