@ -65,7 +65,7 @@
"c1":"Minimum withdrawal amount",
"c2":"Version number",
"c3":"Openable",
"c4":"Margin",
"c4":"Size",
"c5": "your transfer order has been submitted successfully, please wait patiently, and the transfer result will be notified by SMS or e-mail. Please check it carefully. If you have any questions, please contact the customer service in time.",
"c6":"Proportion of increase",
"c7":"Current valuation"
"c1":"最小提幣額",
"c2":"版本號",
"c3":"可開",
"c4":"預估保證金",
"c4":"數量",
"c5":"您的劃轉訂單已提交成功,請耐心等待,劃轉結果會以簡訊或郵件的管道通知。請注意查收,如有疑問請及時聯系客服",
"c6":"漲幅比例"
},
@ -123,7 +123,7 @@
<!-- :placeholder="$t('contract.d2')"
v-model="form.amount" -->
<v-input
v-model="form.amount"
v-model="margin"
:placeholder="$t('contract.d2')"
@input="sliderActive=-1"
class="h-30 p-x-sm p-y-xxs rounded bg-form-panel-3"
@ -265,7 +265,7 @@
<!-- {{ $t('contract.d2') }} -->
</view>
<view class="">
{{ margin }} USDT
{{ form.amount}} USDT
<!-- {{amount}} -->
@ -4,7 +4,7 @@
<div class="layout-main">
<div class="p-md border-b">
<div class="title fn-18 color-light m-b-xs">{{detail.title}}</div>
<div class="fn-sm">{{detail.created_at}}</div>
<!-- <div class="fn-sm">{{detail.created_at}}</div> -->
</div>
<div class="edit-content p-md" v-html="detail.body"></div>
<main class="layout-main p-md">
<view class="top p-b-sm border-b">
<view class="title fn-lg fn-center m-b-md color-light">{{detail.title}}</view>
<view class="time fn-sm">{{detail.created_at}}</view>
<!-- <view class="time fn-sm">{{detail.created_at}}</view> -->
<!-- <view class="time fn-sm">{{detail.created_ats | parseTime}}</view> -->
<view class="edit-content m-t-md" v-html="detail.body"></view>