[bug] - 会员项目来款;查看证书 图片加载失败bug的修改
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
@click="toggle"/>
|
||||
|
||||
<span v-if="device === 'desktop'">欢迎进入汽车标准化工作平台</span>
|
||||
<span v-else>Jero-Boot</span>
|
||||
<span v-else>汽车标准化工作平台</span>
|
||||
|
||||
<user-menu :theme="theme"/>
|
||||
</div>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<div class="stage-content">
|
||||
<div v-if="!item.paymentMethod || item.paymentMethod+'' === '1'" class="proof-img-box">
|
||||
<div v-for="(tt, indexs) in item.proof.split(',')" :key="indexs" class="proof-img">
|
||||
<img :src="proofSrc(tt)" @click="previewProof(item.proof)">
|
||||
<img :src="proofSrc(tt)" @click="previewProof(tt)">
|
||||
</div>
|
||||
</div>
|
||||
<template v-if="item.paymentMethod && item.paymentMethod+'' === '2'">
|
||||
@@ -278,4 +278,4 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user