Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayMobile
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
mingPayMobile
Commits
a61b02c2
Commit
a61b02c2
authored
Sep 10, 2019
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改:修改选中账单的其他状态,状态不显示问题,问题原因是上次orderType的状态改成了大写,axml没有改
parent
eb6422a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
recordList.axml
pages/recordList/recordList.axml
+4
-4
No files found.
pages/recordList/recordList.axml
View file @
a61b02c2
...
@@ -5,12 +5,12 @@
...
@@ -5,12 +5,12 @@
</view>
</view>
<view class="chooseType" onTap="chooseType">
<view class="chooseType" onTap="chooseType">
<text a:if="{{orderType === ''}}">全部</text>
<text a:if="{{orderType === ''}}">全部</text>
<text a:if="{{orderType === '
consume
' && statusList === 'SUCCESS'}}">消费</text>
<text a:if="{{orderType === '
CONSUME
' && statusList === 'SUCCESS'}}">消费</text>
<text a:if="{{orderType === '
recharge
'}}">充值</text>
<text a:if="{{orderType === '
RECHARGE
'}}">充值</text>
<text a:if="{{orderType === '
consume
' && statusList === 'REFUND_SUCCESS'}}">退款</text>
<text a:if="{{orderType === '
CONSUME
' && statusList === 'REFUND_SUCCESS'}}">退款</text>
<view class="icon_more"></view>
<view class="icon_more"></view>
</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 === ''}}">全部</text>
<text a:if="{{sceneType === 'MEAL'}}">餐补津贴</text>
<text a:if="{{sceneType === 'MEAL'}}">餐补津贴</text>
<text a:if="{{sceneType === 'TRAVEL'}}">交通补助</text>
<text a:if="{{sceneType === 'TRAVEL'}}">交通补助</text>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment