图片前面加变量

This commit is contained in:
daihh
2022-10-15 16:53:27 +08:00
parent 3365edfea7
commit 9792892104
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
<div class="personal-box">
<span>代办</span>
<span>{{studyTaskCount? studyTaskCount:0 }} 个待处理 <img src="/images/homeWu/Pending.png" alt=""> </span>
<img class="personal-box-img" src="/images/homeWu/agency.png" alt="" srcset="">
<img class="personal-box-img" :src="`${webBaseUrl}/images/homeWu/agency.png`" alt="" srcset="">
</div>
</a>
<ul class="personal-ul">

View File

@@ -179,7 +179,7 @@
<li class="list-info" v-for="(item, index) in ankingList" :key="index" style="cursor: pointer;margin-top:24px;line-height: 30px;display: flex;">
<a style="display: inherit" :href="toCourseDetail(item)">
<span class="portal-right-text orange-one" v-if="index==0">
<img src="/images/list-01.png" alt="">
<img src="`${webBaseUrl}/images/list-01.png`" alt="">
</span>
<span class="portal-right-text orange-tow" v-if="index==1">
<img src="/images/list02.png" alt="">