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",