Browse Source

提交

Jyt
douzhuo 2 years ago
parent
commit
0ec9a74d7c
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      pages/index/consumer/index.vue

+ 2
- 3
pages/index/consumer/index.vue View File

@@ -236,7 +236,7 @@
</u-popup>
<u-popup v-model="soltishow" mode="bottom">
<view class="soltishow">
<view class="soltishow" @tap.stop @touchmove.stop>
<block v-for="(item, index) in orderBylist" :key="index">
<view class="soltishow-item" @click="selectCallback2(item)">
{{ item.label }}
@@ -794,8 +794,7 @@
.soltishow {
width: 100%;
height: 40vh;
overflow-y: scroll;
min-height: 40vh;
.soltishow-item {
width: 100%;


Loading…
Cancel
Save