This commit is contained in:
花有清香月有阴
2021-12-23 19:53:16 +08:00
parent e997311d64
commit 7e9284bd2c
3 changed files with 12 additions and 19 deletions

View File

@@ -105,7 +105,7 @@ export default {
},
goDetail(item) {
uni.navigateTo({ url: `./detail?id=${item.id}&listType=${this.listType}` })
uni.navigateTo({ url: `./Detail?id=${item.id}&listType=${this.listType}` })
},
change(index) {
@@ -139,10 +139,9 @@ export default {
<style scoped lang="scss">
uni-page-body {
background: #f5f5f5;
height: 100%;
}
.workonline {
height: 100%;
background: #f5f5f5;
.search {
.serach_content {
background-color: #fff;