|
@@ -186,8 +186,8 @@
|
|
|
<view class="label-with-icon">
|
|
<view class="label-with-icon">
|
|
|
<text>{{ t('Custom.Deposit.EstimatedAmount') + '(' +
|
|
<text>{{ t('Custom.Deposit.EstimatedAmount') + '(' +
|
|
|
channelData.transformCurrency + ')' }}</text>
|
|
channelData.transformCurrency + ')' }}</text>
|
|
|
- <uni-tooltip placement="top">
|
|
|
|
|
- <view class="item">?</view>
|
|
|
|
|
|
|
+ <uni-tooltip placement="right">
|
|
|
|
|
+ <view class="help-icon">ⓘ</view>
|
|
|
<template #content>
|
|
<template #content>
|
|
|
<text>{{ t('Custom.Deposit.des') }}</text>
|
|
<text>{{ t('Custom.Deposit.des') }}</text>
|
|
|
</template>
|
|
</template>
|
|
@@ -204,8 +204,8 @@
|
|
|
<template #label>
|
|
<template #label>
|
|
|
<view class="label-with-icon">
|
|
<view class="label-with-icon">
|
|
|
<text>{{ t('Custom.Deposit.PromoCode') }}</text>
|
|
<text>{{ t('Custom.Deposit.PromoCode') }}</text>
|
|
|
- <uni-tooltip placement="top">
|
|
|
|
|
- <view class="item">?</view>
|
|
|
|
|
|
|
+ <uni-tooltip placement="right">
|
|
|
|
|
+ <view class="help-icon">ⓘ</view>
|
|
|
<template #content>
|
|
<template #content>
|
|
|
<text>{{ t('news_add_field.Des.item3') }}</text>
|
|
<text>{{ t('news_add_field.Des.item3') }}</text>
|
|
|
</template>
|
|
</template>
|