This commit is contained in:
yanran200730
2023-05-22 16:38:42 +08:00
parent 291d068c66
commit a8ac7b14d4
6 changed files with 76 additions and 30 deletions

View File

@@ -54,9 +54,10 @@
</ai-uploader> -->
<div class="img-content">
<img :src="row.picUrl" alt="" v-viewer>
<span class="type" :class="`type`+row.type">{{$dict.getLabel('integralSGType', row.type)}}</span>
<span class="type type0" v-if="row.type === '0'">免费兑</span>
<span class="type type1" v-else>京东低价商品</span>
</div>
<p>{{ row.title }}</p>
</div>
</template>
@@ -203,6 +204,7 @@
text-align: center;
color: #fff;
z-index: 999;
font-size: 12px;
}
.type1 {
background-color: #E64E39;