| | |
| | | </div> |
| | | </div> |
| | | </template> |
| | | <contract-futrue v-if="selectIndex == 2 && JSON.stringify(initFutrue.para) != '[]'" class="mb-20" |
| | | <contract-futrue v-if="selectIndex == 2" class="mb-20" |
| | | :initFutrue="initFutrue" @paraId="onParaId" /> |
| | | <div class="h-76 lh-76 greyBg mb-30 flex pr-20 justify-center rounded-lg textColor" v-if="selectIndex == 1"> |
| | | <input placeholder="" class="greyBg w-full pl-20 h-76 border-none text-left rounded-lg" |
| | |
| | | <span class="ml-20">{{ queryType === 'cryptos' ? 'USDT' : 'USD' }}</span> |
| | | </div> |
| | | |
| | | <div class="w-440 flex items-center greyBg h-76 lh-76 rounded-lg" v-if="initFutrue"> |
| | | <div class="w-440 flex items-center greyBg h-76 lh-76 rounded-lg" style="background-color:#f5f5f5;" v-if="initFutrue" > |
| | | <div v-if="selectIndex == 1 && initFutrue.para && initFutrue.para.length > 0" |
| | | class="w-80 flex items-center justify-center" style="height:100%;" @click="onReduce"> |
| | | <img src="../../../assets/image/public/reduce.png" alt="add" class="w-30 h-6" /> |
| | |
| | | style="width: 156px;" v-model="form.amount" type="number" @input="onInput" /> |
| | | <input v-if="selectIndex == 2 && JSON.stringify(initFutrue.para) != '[]'" |
| | | :placeholder="($t('最少') + initFutrue && initFutrue.para ? $t('最小金额') + initFutrue.para[paraIndex].buy_min : '')" |
| | | class="border-none greyBg text-center textColor" style="width: 156px;" v-model="form.amount" type="number" |
| | | class="border-none greyBg text-center textColor" style="width: 156px;background-color:#f5f5f5;" v-model="form.amount" type="number" |
| | | @input="onInput" /> |
| | | <div class="w-80 flex items-center justify-center" style="height:100%;"> |
| | | <div class="w-80 flex items-center justify-center" style="height:100%;background-color:#f5f5f5;"> |
| | | <template v-if="selectIndex == 1"> |
| | | <img @click="onAdd" src="../../../assets/image/public/add.png" alt="reduce" class="w-30 h-30" /> |
| | | </template> |
| | |
| | | }, |
| | | selectIndex: { |
| | | type: [String, Number], |
| | | default: 1 |
| | | default: 2 |
| | | }, |
| | | currentType: { |
| | | type: String, |
| | |
| | | if (this.selectIndex / 1 === 1) { |
| | | this.$refs.sliderRef.emptyValue() |
| | | } |
| | | this.$emit('ordered', emitFunc) |
| | | if (this.$emit) { |
| | | // this.$emit('ordered', emitFunc) |
| | | } |
| | | _getBalance().then(data => { // 刷新余额 |
| | | this.$store.commit('user/SET_USERINFO', { balance: data.money }) |
| | | }) |
| | |
| | | right: 0; |
| | | top: 90px; |
| | | width: 100%; |
| | | background-color: $grey_bg; |
| | | background-color: #f5f5f5; |
| | | box-shadow: 0px 0px 0.1875rem 0.1875rem #f5f5f5; |
| | | // background-color: $grey_bg; |
| | | text-align: center; |
| | | box-shadow: 0px 0px 3px 3px $grey_bg; |
| | | // box-shadow: 0px 0px 3px 3px $grey_bg; |
| | | border-radius: 4px; |
| | | color: $text-color; |
| | | z-index: 10; |
| | |
| | | .select-box { |
| | | width: 220px; |
| | | |
| | | background: #1E1E1E; |
| | | background: #f5f5f5; |
| | | |
| | | margin-right: 20px; |
| | | } |
| | | } |
| | | |
| | | .diviLine{ |
| | | background-color: #f5f5f5; |
| | | } |
| | | .textColor2, .textColor{ |
| | | color: #fff; |
| | | } |
| | | .deep-div { |
| | | min-height: 370px; |
| | | } |