|
@@ -3,7 +3,7 @@
|
|
|
<div v-show="imgShow==1" style="position: fixed;background: white;width: 100%;height: 100%;top: 0;left: 0;">
|
|
|
<p style="text-align: center;margin: 10px 10px;font-size:20px">查询结果<i style="float: right;" class="el-icon-close" @click="close"></i></p>
|
|
|
<p style="margin: 5px 15px;">您以证书编号:{{certNumber}}为关键字查询验证证书结果如下:</p>
|
|
|
- <p style="margin: 5px 15px;color: #403f3f;font-size: 14px;">经证书系统验证查询,证书信息正确,该证书预览如下,如需下载使用,请点击“下载”按钮。</p>
|
|
|
+ <p style="margin: 5px 15px;color: #403f3f;font-size: 14px;">经证书系统验证查询,证书信息正确,该证书预览如下,如需下载使用,请长按图片进行保存。</p>
|
|
|
<img :src="imgUrl" style="width: 100%;aspect-ratio: 750/525;" ref="certImg">
|
|
|
<p style="font-weight:bold;color: red;font-size: 20px;text-indent: 0;margin: 5px 15px;">提示:伪造证书系违法行为,请勿尝试。</p>
|
|
|
<div style="margin:10px 15px;text-align: center;">
|