浏览代码

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) => {
         .then((res) => {
           if (res.code == 1) {
           if (res.code == 1) {
             res.result.data.forEach((item) => {
             res.result.data.forEach((item) => {
-              if (item.id === 1) {
+              if (item.id === 3) {
                 this.accountManagersList = item.contact;
                 this.accountManagersList = item.contact;
-              } else if (item.id == 2) {
+              } else if (item.id == 4) {
                 this.financeTeamList = item.contact;
                 this.financeTeamList = item.contact;
               }
               }
             });
             });