排查再次返回数据重复

main
limingtao 11 months ago
parent 32419e23c3
commit 59347d582d
  1. 6
      pages/investigation/index.vue

@ -85,12 +85,12 @@
}, },
// //
onLoad(e) { onLoad(e) {
this.getList()
}, },
onShow: function() { onShow: function() {
this.getData() this.getData()
this.getList()
}, },
// //
computed: { computed: {
@ -269,7 +269,7 @@
color: #666666; color: #666666;
position: sticky; position: sticky;
// top: var(--status-bar-height + 88rpx); // top: var(--status-bar-height + 88rpx);
top: calc(var(--status-bar-height ) + 88rpx); top: calc(var(--status-bar-height) + 88rpx);
z-index: 10; z-index: 10;
.tab-item { .tab-item {

Loading…
Cancel
Save