douzhuo 2 anos atrás
pai
commit
0ec9a74d7c
1 arquivos alterados com 2 adições e 3 exclusões
  1. +2
    -3
      pages/index/consumer/index.vue

+ 2
- 3
pages/index/consumer/index.vue Ver arquivo

@@ -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%;


Carregando…
Cancelar
Salvar