|
|
|
@ -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 --; |
|
|
|
|