yangan
2024-09-05 48a4ff3409804fc62139a9fa9fc05498cbc0a0ce
pages/freight-forwarder-page/freightForwarder-my/freightForwarder-my.vue
@@ -166,6 +166,7 @@
            passwordModified: '',
            // 用户信息对象
            userInfo: {},
            phoneList:[]
         };
      },
      onLoad() {
@@ -202,9 +203,7 @@
                     success: res => {
                        res.data.data.records.forEach(item=>{
                           if(item.description.includes('联系')){
                              this.phoneList=item.value.split(',').map(ite=>{
                                 return ite.split(":")[1]
                              })
                              this.phoneList=item.value.split(',');
                           }
                        })
                     },
@@ -228,7 +227,7 @@
               itemList: this.phoneList,
               success: (res) => {
               uni.makePhoneCall({
                  phoneNumber:this.phoneList[res.tapIndex]
                  phoneNumber:this.phoneList[res.tapIndex].split(":")[1]
               })
            },
            fail: (err) => {