保誠-保戶業務員媒合平台
HelenHuang
2021-11-25 f921245d071b9d9189e9c212809b2aa14205c6b5
PAMapp/pages/notification/index.vue
@@ -83,7 +83,7 @@
    showNotification = false;
    readNotification(index?: number): void {
        const targetNotification = this.notificationList[index];
        const targetNotification = index ? this.notificationList[index] : false;
        const readNotifaction = (notification: NotificationIF) => notification.hasRead = true;
    //  定義       變數        = (   參數     :  型別          )  
        if (targetNotification) {