|
@@ -11,7 +11,7 @@
|
|
|
<u-icon name="arrow-down" color="#333" size="18" v-else></u-icon>
|
|
|
</view>
|
|
|
|
|
|
- <view @click="openSelect" class="flex">
|
|
|
+ <!-- <view @click="openSelect" class="flex">
|
|
|
<view class="title">
|
|
|
<text v-if="actionInfo.min">{{ actionInfo.min }}</text>
|
|
|
<text v-if="actionInfo.max">-{{ actionInfo.max }}</text>
|
|
@@ -19,7 +19,7 @@
|
|
|
</view>
|
|
|
<u-icon name="arrow-up" color="#333" size="18" v-if="coinShow"></u-icon>
|
|
|
<u-icon name="arrow-down" color="#333" size="18" v-else></u-icon>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<view class="screen-coin-list" v-if="ascShow" @touchmove.prevent.stop>
|
|
|
<view class="flex screen-coin-list-item" v-for="(item, index) in ascList" :key="index" @click="selectCoinTwo(item, index)">
|