소스 검색

提交

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


불러오는 중...
취소
저장