zhouwx
2026-01-21 dbccfc04eb5a927d690bb75277f614e63d4544c9
pages/tabBar/responsivity/countyResponsivity.vue
@@ -125,7 +125,7 @@
                     uni.setStorageSync('backMeasures','county')
                     let obj = {
                        title: this.title,
                        appPageResponseByIdRespDTOS: [item]
                        appPageResponseByIdRespDTOS: this.tableData //this.tableDate
                     }
                     console.log("obj",obj)
                     uni.setStorageSync('countyDetail', obj)
@@ -201,7 +201,7 @@
      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) {