main
liudan 2 years ago
parent 9c622c9e39
commit 7f78c064f0
  1. 2
      pages/checkList/checkList.vue
  2. 6
      pages/taskDetail/taskDetail.vue

@ -111,7 +111,7 @@
padding:50upx 70upx;
}
.taskList{
min-height: calc(100vh);
min-height: calc(100vh - 100upx);
background-color: #F7F8FA;
.taskItem{
background: #FFFFFF;

@ -51,7 +51,7 @@
<image src="../../static/img.png" v-if="contentInfo.file_suffix=='png'" mode=""></image>
<image src="../../static/pdf.png" v-if="contentInfo.file_suffix=='pdf'" mode=""></image>
<!-- <text style="overflow: hidden;width:400upx;text-overflow: ellipsis;">{{contentInfo.file}}</text> -->
<text style="color:#0076F6;text-decoration: underline;">查看</text>
<text style="color:#0076F6;text-decoration: underline;margin-left:10upx;">查看</text>
</view>
</u-cell>
<u-cell size="large" title="拍照" center class="img" :border="false">
@ -150,7 +150,7 @@
num:null,
startVisible:false,
timer:null,
countDownTime:10,
countDownTime:4,
submitTimer:null,
submitTimesNum:0
};
@ -337,7 +337,7 @@
}
if(this.contentInfo.needing_remake){
if(this.contentInfo.needing_remake&&this.info.status!=3){
this.startVisible = true;
this.timer = setInterval(() => {
this.countDownTime --;

Loading…
Cancel
Save