排查再次返回数据重复

main
limingtao 11 months ago
parent 32419e23c3
commit 59347d582d
  1. 6
      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 {

Loading…
Cancel
Save