修改
This commit is contained in:
@@ -409,8 +409,8 @@ const selectOption = (type, value) => {
|
|||||||
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
|
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
|
||||||
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
|
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
|
||||||
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
||||||
font-weight: 650;
|
// font-weight: 650;
|
||||||
font-size: 14px;
|
font-size: 16px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -559,7 +559,8 @@ const selectOption = (type, value) => {
|
|||||||
background-color: rgba(246, 246, 246, 1);
|
background-color: rgba(246, 246, 246, 1);
|
||||||
border-bottom: 1px solid #ebebeb;
|
border-bottom: 1px solid #ebebeb;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
width: 13px;
|
width: 13px;
|
||||||
height: 7px;
|
height: 7px;
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="img-box dis-f jus-x" v-else>
|
<div class="img-box dis-f jus-x" v-else>
|
||||||
<!-- <img v-lazy="item && item.url || item['imageurl'] || item['image']" class="img" alt=""> -->
|
<!-- <img v-lazy="item && item.url || item['imageurl'] || item['image']" class="img" alt=""> -->
|
||||||
<img src="item && item.url || item['imageurl'] || item['image']" class="img" alt="">
|
<img :src="item && item.url || item['imageurl'] || item['image']" class="img" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-carousel-item>
|
</el-carousel-item>
|
||||||
|
|||||||
@@ -126,9 +126,16 @@ const handleTransfer = (data) => {
|
|||||||
for (const key in data.value) {
|
for (const key in data.value) {
|
||||||
if (data.value[key] != pitchValue[key]) {
|
if (data.value[key] != pitchValue[key]) {
|
||||||
pitchValue = { ...data.value }
|
pitchValue = { ...data.value }
|
||||||
page = 1
|
|
||||||
list.value = []
|
for (const key in pitchValue) {
|
||||||
getData()
|
if (pitchValue[key]) {
|
||||||
|
page = 1
|
||||||
|
list.value = []
|
||||||
|
getData()
|
||||||
|
break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user