bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user