| src/mixins/myMixin.js | ●●●●● patch | view | raw | blame | history | |
| src/page/user/recharge-sure.vue | ●●●●● patch | view | raw | blame | history |
src/mixins/myMixin.js
@@ -15,9 +15,12 @@ let data = await api.getRateInfo(); data.data && data.data.forEach(item => { if (item.currency === "USD") { if (item.currency === "USD" && item.conversionCurrency == "MXN") { this.utm = item.rata; } else if (item.currency === "MXN") { } else if ( item.currency === "MXN" && item.conversionCurrency == "USD" ) { this.mtu = item.rata; } }); src/page/user/recharge-sure.vue
@@ -64,7 +64,7 @@ <input type="number" :value="value" @input="inputValue" /> <span class="myr" @click="value = Math.floor(availableBalance * 100) / 100" @click="value = Math.floor(availableBalanceUSD * 100) / 100" >{{ $t("最大") }}</span > </div>