瀏覽代碼

feature_20250722_金牌店档案收集

zhujindu 5 月之前
父節點
當前提交
20810a1336
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/home/bottomBtn.vue

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

@@ -150,6 +150,9 @@ export default {
           }
           this.approvalPendingNum = res.data.approvalPendingNum;
           this.type = res.data.userType;
+          // 金牌店老板生日提醒
+          if (res.data.ownerBirthdayRemind) {
+          }
         } else {
           this.$toast(res.msg);
         }