yuminge-app/yun-min-program-plugin-master/packageA/member/balance/transformLoveV/transformLoveV.wxml

32 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="love_transfer">
<view class="content">
<view class="ul transfer_info">
<view class="li info_a">
<view class="span">{{isTransformLoveV?('可出售'+love_name):('当前'+balanceLang)}}</view>
<view class="span">{{ usable }}</view>
</view>
</view>
<view class="transfer_sum">
<view class="span">{{isTransformLoveV?love_name:('转化'+balanceLang)}}</view>
<view class="sum">
<input type="tel" value="{{sell_value}}" type="digit" placeholder="0.00" bind:input="sellValueinp" />
</view>
</view>
<view class="h3 info_b" wx:if="{{!isTransformLoveV}}">例如100个{{balanceLang}}可以转化{{rate_1}}个{{love_name}}</view>
<view class="btn custom_color" catchtap="saleBalance">
确认{{isTransformLoveV?'出售':'转化'}}
</view>
<view class="p notes" wx:if="{{isTransformLoveV}}">
注:交易手续费收取{{ poundage }}%
交易限制(最小额度){{ trading_limit }}
交易限制(倍数) {{ trading_fold }}
只有 {{ trading_fold }} 或 {{ trading_fold }} 的倍数是可以交易。
{{trading_fetter?('出售限制'+trading_fetter):''}}
</view>
<view class="notes" wx:if="{{!isTransformLoveV}}">
注:转化比例为{{rate}}%
您实际转账到数为:{{rate_2}}
</view>
</view>
</view>