diff --git a/components/panel/formItem.vue b/components/panel/formItem.vue index ae04cd2..129a7ad 100644 --- a/components/panel/formItem.vue +++ b/components/panel/formItem.vue @@ -1,6 +1,6 @@ @@ -103,24 +108,22 @@ export default { margin: 0 auto; .item { - position:relative; + position: relative; // border-bottom: 1rpx solid #eee; - &:after{ - content:''; + &:after { + content: ""; position: absolute; - bottom:0; - left:16px; + bottom: 0; + left: 16px; border-bottom: 1rpx solid #eee; height: 1rpx solid #eee; width: calc(100vw - 52px); - } - &:last-child { border-bottom: none; - &:after{ - content:none; + &:after { + content: none; } } } diff --git a/pages/person/index.vue b/pages/person/index.vue index 85bcf0c..514a30b 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -1,21 +1,21 @@ @@ -174,6 +176,7 @@ export default { waitNus: 0, agencyInfo: {}, addMemberShow: false, + loading: true, // 骨架屏的显示处理 scrollTop: 0, defaultTop: 0, pageSpeed: -1, @@ -350,6 +353,7 @@ export default { // if (uni.getStorageSync("apply-userinfo").agencyStatus == 1) { this.getCompanyInfo(); } + that.loading = false; }); that.G.watchUserPage("pages/person/index"); // that.userInfo = uni.getStorageSync("apply-userinfo"); @@ -363,6 +367,7 @@ export default { that.userInfo.agencyName = ""; that.userInfo.teamType = 0; that.speed = 0; + that.loading = false; } }, onTabItemTap(e) {