按照文档修改
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<view class="list">
|
||||
<block v-for="(item,index) in list" :key="index">
|
||||
<view class="item" @click="addHouseInfo(item.houseId)">
|
||||
<view class="badge" @click.stop="onBadge(item,index)"><u-badge :isDot="true" type="info"
|
||||
<view class="badge" @click.stop="onBadge(item,index)"><u-badge :isDot="true" type="info"
|
||||
:bgColor="item.selected ? bgColor : ''"></u-badge></view>
|
||||
<view class="status">
|
||||
<u-tag :text="item.status == 0 ? '上架' : '下架'" plain
|
||||
@@ -351,6 +351,7 @@
|
||||
position: relative;
|
||||
|
||||
.badge {
|
||||
scale: 3;
|
||||
position: absolute;
|
||||
left: 30rpx;
|
||||
top: 30rpx;
|
||||
|
||||
Reference in New Issue
Block a user