From 153abbb4b363d93ed7fac16d0afb0cfa8649c68e Mon Sep 17 00:00:00 2001 From: whyneedname <542399163@qq.com> Date: Sat, 29 Oct 2022 13:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E7=AD=BE=E5=88=B0=E6=9C=AA=E6=8B=A6?= =?UTF-8?q?=E6=88=AA;=E5=88=A0=E9=99=A4=E7=94=84=E9=80=89=E8=AF=84?= =?UTF-8?q?=E6=B5=8B=E4=BB=8B=E7=BB=8D=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/Evaluations/EvaluationDetail/index.vue | 3 ++- pages/user/signIn/Sign/index.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/shop/Evaluations/EvaluationDetail/index.vue b/pages/shop/Evaluations/EvaluationDetail/index.vue index 6282e91..fefd762 100644 --- a/pages/shop/Evaluations/EvaluationDetail/index.vue +++ b/pages/shop/Evaluations/EvaluationDetail/index.vue @@ -16,7 +16,8 @@ - 甄选评测介绍{{' ' + info.synopsis}} + {{' ' + info.synopsis}} + diff --git a/pages/user/signIn/Sign/index.vue b/pages/user/signIn/Sign/index.vue index c0e6265..a9c24c9 100644 --- a/pages/user/signIn/Sign/index.vue +++ b/pages/user/signIn/Sign/index.vue @@ -493,7 +493,7 @@ goSign: function() { let that = this, sumSginDay = that.userInfo.sumSignDay; - if (that.userInfo.is_day_sgin) { + if (that.userInfo.is_day_sgin || that.userInfo.isDaySign) { uni.showToast({ title: "您今日已签到!", icon: "none",