瀏覽代碼

提交

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


Loading…
取消
儲存