|
@@ -24,7 +24,7 @@
|
|
|
<view class="withdraw-info" wx:key="{{index}}" wx:for="{{cashList}}">
|
|
<view class="withdraw-info" wx:key="{{index}}" wx:for="{{cashList}}">
|
|
|
<view class="withdraw-goods">
|
|
<view class="withdraw-goods">
|
|
|
<view class="name"><!-- 【{{item.source_name}}】{{item.remark}} -->佣金转代金券
|
|
<view class="name"><!-- 【{{item.source_name}}】{{item.remark}} -->佣金转代金券
|
|
|
- <view class="money"><currency symbol="-" value="{{item.count}}" ></currency>元</view>
|
|
|
|
|
|
|
+ <view class="money"><currency value="{{item.count}}" ></currency>元</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="clean"></view>
|
|
<view class="clean"></view>
|
|
|
</view>
|
|
</view>
|
|
@@ -33,7 +33,7 @@
|
|
|
<view class="price1" wx:if="{{!item.pay_state && (!item.audit_state || item.audit_state === 1)}}">{{item.state_cn}}</view>
|
|
<view class="price1" wx:if="{{!item.pay_state && (!item.audit_state || item.audit_state === 1)}}">{{item.state_cn}}</view>
|
|
|
<view class="price2" wx:if="{{(!item.pay_state && item.audit_state === 2) || (item.pay_state === 2 && item.audit_state === 1)}}">{{item.state_cn}}</view>
|
|
<view class="price2" wx:if="{{(!item.pay_state && item.audit_state === 2) || (item.pay_state === 2 && item.audit_state === 1)}}">{{item.state_cn}}</view>
|
|
|
<view class="price3" wx:if="{{item.pay_state ===1 && item.audit_state === 1}}">{{item.state_cn}}</view>
|
|
<view class="price3" wx:if="{{item.pay_state ===1 && item.audit_state === 1}}">{{item.state_cn}}</view>
|
|
|
- <view class="time"><format-time type="formatTime1" value="{{item.created_at}}" ></format-time></view>
|
|
|
|
|
|
|
+ <view class="time"><format-time type="formatTime1" value="{{item.c_time}}" ></format-time></view>
|
|
|
<view class="clean"></view>
|
|
<view class="clean"></view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|