소스 검색

change: uk联系人展示.

peter 2 일 전
부모
커밋
d93d58c75c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/home/contact.vue

+ 2 - 2
pages/home/contact.vue

@@ -116,9 +116,9 @@ export default {
         .then((res) => {
           if (res.code == 1) {
             res.result.data.forEach((item) => {
-              if (item.id === 1) {
+              if (item.id === 3) {
                 this.accountManagersList = item.contact;
-              } else if (item.id == 2) {
+              } else if (item.id == 4) {
                 this.financeTeamList = item.contact;
               }
             });