Ver código fonte

change: uk联系人展示.

peter 2 dias atrás
pai
commit
d93d58c75c
1 arquivos alterados com 2 adições e 2 exclusões
  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;
               }
             });