douzhuo 2年前
コミット
0ec9a74d7c
1個のファイルの変更2行の追加3行の削除
  1. +2
    -3
      pages/index/consumer/index.vue

+ 2
- 3
pages/index/consumer/index.vue ファイルの表示

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


読み込み中…
キャンセル
保存