| | |
| | | <div class="num_price"> |
| | | <p v-if="this.$store.state.settingForm.indexDisplay && !this.$store.state.settingForm.futuresDisplay" |
| | | class="account"> |
| | | ¥ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + |
| | | {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + |
| | | $store.state.userInfo.userIndexAmt).toFixed(2) |
| | | }} |
| | | }}円 |
| | | </p> |
| | | <p v-else-if="!this.$store.state.settingForm.indexDisplay && this.$store.state.settingForm.futuresDisplay" |
| | | class="account"> |
| | | ¥ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + |
| | | {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + |
| | | $store.state.userInfo.userFuturesAmt).toFixed(2) |
| | | }} |
| | | }}円 |
| | | </p> |
| | | <p v-else-if="!this.$store.state.settingForm.indexDisplay && !this.$store.state.settingForm.futuresDisplay" |
| | | class="account">¥ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt).toFixed(2) }}</p> |
| | | class="account"> {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt).toFixed(2) }}円</p> |
| | | </div> |
| | | <div class="yk es"> |
| | | <div> |
| | |
| | | </div> |
| | | <div class="yk as"> |
| | | <div> |
| | | <span>{{ '¥ ' + $store.state.userInfo.userAmt }}</span> |
| | | <span>{{ $store.state.userInfo.userAmt+'円 ' }}</span> |
| | | </div> |
| | | <div> |
| | | <span>{{ '¥ ' + $store.state.userInfo.userIndexAmt }}</span> |
| | | <span>{{ $store.state.userInfo.userIndexAmt+'円 ' }}</span> |
| | | </div> |
| | | </div> |
| | | <div class="btns" @click="handleGoToTransfers()"> |
| | |
| | | <span>{{ $t('hj170a') }}</span> |
| | | </div> |
| | | <!-- <div class="num" @click.stop="czclick()"> --> |
| | | |
| | | |
| | | <!-- <input style="pointer-events: none;" type="number" v-model="inputpayType" disabled :placeholder="$t('hj171a')" /> --> |
| | | <!-- </div> --> |
| | | </div> |
| | |
| | | height: 100%; |
| | | font-size: 0.35rem; |
| | | display: flex; |
| | | |
| | | |
| | | input { |
| | | width: 100%; |
| | | height: 100%; |