保誠-保戶業務員媒合平台
Tomas
2022-01-24 65335d0cde7f13bde8f79bc83d7293f7bfd3c443
fixed: 預約細節頁面 - 聯絡時段 format
修改1個檔案
2 ■■■ 已變更過的檔案
PAMapp/pages/appointment/_appointmentId/index.vue 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/pages/appointment/_appointmentId/index.vue
@@ -159,7 +159,7 @@
  }
  getHopeContactTimeContent(hopeContactTimeString: string): string[] {
    const result = hopeContactTimeString.replace("'", '').split('、');
    const result = hopeContactTimeString.replaceAll("'", '').split('、');
    return result;
  }