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