| | |
| | | </div> |
| | | <div v-if="!isTotal" class="h-70 lh-70 inputBackground mb-36 flex justify-center px-16"> |
| | | <input :placeholder="$t('数量')" class=" w-full h-70 border-none textColor" v-model="form.volume" @input="onInput" /> |
| | | <span class="textColor">{{ symbol.toLocaleUpperCase() }}</span> |
| | | <span class="textColor">{{ symbolname }}</span> |
| | | </div> |
| | | <div v-if="isTotal" class="h-70 lh-70 inputBackground mb-36 flex justify-center px-16"> |
| | | <input :placeholder="$t('总额')" class=" w-full h-70 border-none textColor" v-model="form.total" |
| | |
| | | {{ initOpen.volume | nan }} USDT</span> |
| | | </p> |
| | | <p class="text-grey" v-else>{{ $t('可卖') }}<span class="textColor ml-8">{{ initClose.volume | nan }} {{ |
| | | symbol.toLocaleUpperCase() }}</span></p> |
| | | symbolname }}</span></p> |
| | | </div> |
| | | <van-icon name="add-o" @click="$router.push('/exchange/exchangePage')" class="font-30 add-icon" /> |
| | | <!-- <img @click="$router.push('/exchange/exchangePage')" src="@/assets/image/public/switch.png" class="w-24 h-24" /> --> |
| | |
| | | type: String, |
| | | default: '' |
| | | }, |
| | | symbolname: { |
| | | type: String, |
| | | default: '--' |
| | | }, |
| | | price: { |
| | | type: [Number, String], |
| | | default: '0.00' |