Selaa lähdekoodia

feature_20250722_金牌店档案收集

zhujindu 4 kuukautta sitten
vanhempi
commit
0ecd726806
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      src/views/home/bottomBtn.vue

+ 0 - 2
src/views/home/bottomBtn.vue

@@ -168,8 +168,6 @@ export default {
           if (res.data.ownerBirthdayReminds && res.data.ownerBirthdayReminds.length) {
             this.ownerBirthdayBoxFlag = true;
             this.reportInfoData.ownerBirthdayReminds = res.data.ownerBirthdayReminds.join(',');
-          } else {
-            this.ownerBirthdayBoxFlag = false;
           }
         } else {
           this.$toast(res.msg);