| | |
| | | if(res.code == 100){ |
| | | if(res.data.baseMeasures && res.data.baseMeasures.length>0 ){ |
| | | uni.setStorageSync('backMeasures','county') |
| | | let obj = { |
| | | title: this.title, |
| | | appPageResponseByIdRespDTOS: this.tableData //this.tableDate |
| | | } |
| | | console.log("obj",obj) |
| | | uni.setStorageSync('countyDetail', obj) |
| | | uni.navigateTo({ |
| | | url: `/pages/tabBar/responsivity/showMeasures?data=` + encodeURIComponent(JSON.stringify(res.data)) |
| | | }) |
| | |
| | | background-color: rgb(207, 223, 241); |
| | | line-height: 35px; |
| | | } |
| | | tr:nth-child(odd+1) { |
| | | tr:nth-child(odd) { |
| | | background-color: rgb(207, 223, 241); /* 设置奇数行颜色 */ |
| | | } |
| | | tr:nth-child(even) { |