|
@@ -50,7 +50,7 @@
|
|
|
<div class="buy1" @click="clickPlay" v-if="state.is_btn_grey == false">
|
|
|
<btn-loading :color="'while'" v-if="state.loading.show"></btn-loading>
|
|
|
<template
|
|
|
- v-else-if="(pay_info.home.sale_plan.price.length + pay_info.home.sale_plan.currencyCode.length) > 30">
|
|
|
+ v-else-if="(pay_info.home.sale_plan.price.length + pay_info.home.sale_plan.currencyInfo.tokenSymbol.length) > 30">
|
|
|
<div class="left">Pay</div>
|
|
|
<div class="right">
|
|
|
<p>{{ pay_info.home.sale_plan.price }}</p>
|
|
@@ -67,7 +67,7 @@
|
|
|
</div>
|
|
|
<div class="buy1 grey" v-else>
|
|
|
<template
|
|
|
- v-if="(pay_info.home.sale_plan.price.length + pay_info.home.sale_plan.currencyCode.length) > 30">
|
|
|
+ v-if="(pay_info.home.sale_plan.price.length + pay_info.home.sale_plan.currencyInfo.tokenSymbol.length) > 30">
|
|
|
<div class="left">Pay</div>
|
|
|
<div class="right">
|
|
|
<p>{{ pay_info.home.sale_plan.price }}</p>
|