Explorar el Código

change: uk联系人展示.

peter hace 2 días
padre
commit
d93d58c75c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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;
               }
             });