Explorar o código

change: uk联系人展示.

peter hai 2 días
pai
achega
d93d58c75c
Modificáronse 1 ficheiros con 2 adicións e 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;
               }
             });