| | |
| | | :key="item.title" |
| | | :name="item.type" |
| | | > |
| | | <div class="all-select flex justify-end"> |
| | | <div class="select-box flex" @click.stop="isAll = !isAll"> |
| | | <!-- <div class="all-select flex justify-end"> --> |
| | | <!-- <div class="select-box flex" @click.stop="isAll = !isAll"> |
| | | <div class="flex-1 font-24" v-if="symbol=='love'">ORBITAL/USDT</div> |
| | | <div class="flex-1 font-24" v-else>{{ symbol.toUpperCase() }}/USDT</div> |
| | | <van-icon name="arrow-down" /> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | <!-- </div> --> |
| | | <template v-if="type === 'orders'"> |
| | | <van-list |
| | | v-model="loading" |
| | |
| | | this.$router.go(-1); |
| | | }, |
| | | async fetchList(symbol) { |
| | | symbol = '' |
| | | const _api = this.type === "orders" ? _orderListCur : _orderListHold; |
| | | const type = this.type; |
| | | _api(symbol, type, this.page).then((data) => { |