diff --git a/pages/investigation/index.vue b/pages/investigation/index.vue index 58665ab..2dadc6d 100644 --- a/pages/investigation/index.vue +++ b/pages/investigation/index.vue @@ -85,12 +85,12 @@ }, // 页面加载 onLoad(e) { - + this.getList() }, onShow: function() { this.getData() - this.getList() + }, // 计算属性 computed: { @@ -269,7 +269,7 @@ color: #666666; position: sticky; // top: var(--status-bar-height + 88rpx); - top: calc(var(--status-bar-height ) + 88rpx); + top: calc(var(--status-bar-height) + 88rpx); z-index: 10; .tab-item {