|
@@ -10,12 +10,12 @@
|
|
|
<view class="pay-money">
|
|
<view class="pay-money">
|
|
|
转入金额
|
|
转入金额
|
|
|
</view>
|
|
</view>
|
|
|
- <view class='input'><text>¥</text>
|
|
|
|
|
|
|
+ <view class='input'><text>{{$store.getters.priceUnit}}</text>
|
|
|
<input placeholder="0.00" type='number' v-model="toPrice" placeholder-class='placeholder'></input></view>
|
|
<input placeholder="0.00" type='number' v-model="toPrice" placeholder-class='placeholder'></input></view>
|
|
|
<view class="tips-title">
|
|
<view class="tips-title">
|
|
|
<view style="font-weight: bold; font-size: 26rpx;">提示:</view>
|
|
<view style="font-weight: bold; font-size: 26rpx;">提示:</view>
|
|
|
<view style="margin-top: 10rpx;">
|
|
<view style="margin-top: 10rpx;">
|
|
|
- 当前佣金为 <text class=' mr10'>¥{{nowMoney || 0}}, </text>
|
|
|
|
|
|
|
+ 当前佣金为 <text class=' mr10'>{{$store.getters.priceUnit}}{{nowMoney || 0}}, </text>
|
|
|
<text class="font-color" @click="getAll">全部转入</text>
|
|
<text class="font-color" @click="getAll">全部转入</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|