Commit a61b02c2 by fengzhaoyu

修改:修改选中账单的其他状态,状态不显示问题,问题原因是上次orderType的状态改成了大写,axml没有改

parent eb6422a9
......@@ -5,12 +5,12 @@
</view>
<view class="chooseType" onTap="chooseType">
<text a:if="{{orderType === ''}}">全部</text>
<text a:if="{{orderType === 'consume' && statusList === 'SUCCESS'}}">消费</text>
<text a:if="{{orderType === 'recharge'}}">充值</text>
<text a:if="{{orderType === 'consume' && statusList === 'REFUND_SUCCESS'}}">退款</text>
<text a:if="{{orderType === 'CONSUME' && statusList === 'SUCCESS'}}">消费</text>
<text a:if="{{orderType === 'RECHARGE'}}">充值</text>
<text a:if="{{orderType === 'CONSUME' && statusList === 'REFUND_SUCCESS'}}">退款</text>
<view class="icon_more"></view>
</view>
<view a:if="{{orderType === 'consume'}}" class="chooseAllowanceType" onTap="choosesCeneType" a:if="{{orderType === 'consume'}}">
<view a:if="{{orderType === 'CONSUME'}}" class="chooseAllowanceType" onTap="choosesCeneType" a:if="{{orderType === 'CONSUME'}}">
<text a:if="{{sceneType === ''}}">全部</text>
<text a:if="{{sceneType === 'MEAL'}}">餐补津贴</text>
<text a:if="{{sceneType === 'TRAVEL'}}">交通补助</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment