@ -85,12 +85,12 @@
},
// 页面加载
onLoad(e) {
this.getList()
onShow: function() {
this.getData()
// 计算属性
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 {