Browse Source

已签到未拦截;删除甄选评测介绍标题

home_hotList
whyneedname 2 years ago
parent
commit
153abbb4b3
  1. 3
      pages/shop/Evaluations/EvaluationDetail/index.vue
  2. 2
      pages/user/signIn/Sign/index.vue

3
pages/shop/Evaluations/EvaluationDetail/index.vue

@ -16,7 +16,8 @@
<view class="synopsis-box acea-row" v-if="info.synopsis">
<view class="left-circle"></view>
<view class="info">
<text>甄选评测介绍</text>{{' ' + info.synopsis}}
{{' ' + info.synopsis}}
<!-- <text>甄选评测介绍</text>{{' ' + info.synopsis}} -->
</view>
<image src="../../../../static/images/evaluation-icon.png" mode=""></image>
</view>

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

Loading…
Cancel
Save