25747
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user