diff --git a/pages/me/index.vue b/pages/me/index.vue index d2d6358..65c06ab 100644 --- a/pages/me/index.vue +++ b/pages/me/index.vue @@ -32,7 +32,7 @@ - {{item.userName}}({{item.userCode}}) + {{ item.departCode?retType(item.departCode,1):''}} @@ -210,7 +210,7 @@ this.address.forEach(cell=>{ var ifadd=0; this.myaddresslist.forEach(item=>{ - if(item.id==cell.id){ + if(item.departCode==cell.departCode&&item.workshop==cell.workshop&&item.location==cell.location&&item.address==cell.address){ ifadd=1 } }); @@ -531,7 +531,7 @@ .opecon{ position: absolute; right: 20rpx; - bottom: 20rpx; + top: 20rpx; } .sname{ font-size: 30rpx;