<div class="honor_row" v-for="(item,i) in points.awardList" :key='i'>
                <span class="radius200 " :style="{'background': 'url('+imgDomain+item.filePhysPath+') no-repeat center center'}" :class="item.sttusCode == '14002'?'honor-light':'honor-nolight'">
                </span>
                <el-button v-if="item.sttusCode == '14001'" type="primary" plain @click="showdialogHonor(item.awardName,item.awardId)">领取荣誉</el-button>
              </div>

:style里面不能有;号
键值要有’'括起来

Logo

前往低代码交流专区

更多推荐