Ver Fonte

style:地区VIP展示修改

zhangsiya há 1 ano atrás
pai
commit
18bc6cd16b

+ 1 - 1
apps/bigmember_pc/src/views/search/bidding/components/search-bid-filter.vue

@@ -172,7 +172,7 @@ function doChangeFilter() {
 
 <style lang="scss" scoped>
 
-@media (min-width: 1540px) {
+@media (min-width: 1456px) {
   .in-app{
     .search-bid-filter {
       .wrap-line {

+ 2 - 2
apps/bigmember_pc/src/views/search/bidding/constant/search-filters.js

@@ -235,7 +235,7 @@ function createSearchBidBaseSchema(conf = {}) {
 
 function createSearchBidMoreSchema(filterItems, conf) {
   const isLogin = conf.isLogin || false
-  const vipUser = conf.vipUser || false
+  const isVip = conf.isVip || false
   const isBidField = conf.isBidField || false
 
   let SearchBidMoreSchema = [
@@ -248,7 +248,7 @@ function createSearchBidMoreSchema(filterItems, conf) {
       expand: {
         component: RegionSelector,
         props: {
-          vip: vipUser && isLogin,
+          vip: isVip && isLogin,
           showCount: false
         },
         hooks: {