diff --git a/src/pages/count/job/countBlindDetail.vue b/src/pages/count/job/countBlindDetail.vue index e51218f5..3de457b8 100644 --- a/src/pages/count/job/countBlindDetail.vue +++ b/src/pages/count/job/countBlindDetail.vue @@ -25,8 +25,8 @@ - - + + @@ -535,7 +535,9 @@ page { .header { position: fixed; + /* #ifdef H5 */ top: 88rpx; + /* #endif */ left: 0; width: 100%; background-color: #fff; diff --git a/src/pages/count/job/countJob.vue b/src/pages/count/job/countJob.vue index 3e63ca9f..a3b7710b 100644 --- a/src/pages/count/job/countJob.vue +++ b/src/pages/count/job/countJob.vue @@ -165,17 +165,9 @@ const getList = (type) => { }) } const openJobDetail = (item) => { - // 明盘 - if (item.isOpenCount == 'TRUE') { - uni.navigateTo({ - url: `./countLightDetail?id=${item.id}&status=${item.status}` - }) - } else { - // 盲盘 - uni.navigateTo({ - url: `./countBlindDetail?id=${item.id}&status=${item.status}` - }) - } + uni.navigateTo({ + url: `./countDetail?id=${item.id}&status=${item.status}` + }) } const selectedItem = (item) => { openJobDetail(item) diff --git a/src/pages/count/job/countLightDetail.vue b/src/pages/count/job/countLightDetail.vue index 1dd5dbe4..bc2ca030 100644 --- a/src/pages/count/job/countLightDetail.vue +++ b/src/pages/count/job/countLightDetail.vue @@ -8,7 +8,7 @@ 阶段 - {{ getCountStageName(jobContent.stage) }} + {{ getCountStageNameValue(jobContent.stage) }} 策略 @@ -29,8 +29,8 @@ - - + + @@ -59,471 +59,453 @@ - - - + + + - @@ -543,7 +525,9 @@ page { .header { position: fixed; + /* #ifdef H5 */ top: 88rpx; + /* #endif */ left: 0; width: 100%; background-color: #fff;