This commit is contained in:
白菜
2026-01-19 17:30:03 +08:00
parent de403e861d
commit 648f031ebe
12 changed files with 536 additions and 425 deletions

View File

@ -387,9 +387,9 @@
})
},
},
mounted() {
onLoad(options) {
// uni.showLoading()
this.siteId = this.$route.query.siteId || ''
this.siteId = options.siteId || ''
this.getStackList()
this.getTableData(true)
}
@ -455,6 +455,7 @@
border-bottom: 1px solid #eee;
padding: 20rpx 30rpx;
font-weight: 700;
font-size: 28rpx;
position: relative;
color: #333;
@ -462,6 +463,7 @@
position: absolute;
top: 50%;
right: 20rpx;
font-size: 26rpx;
transform: translateY(-50%);
background-color: #4c7af3;
}