xiaojincai 4 years ago
parent
commit
b3a47e5349
1 changed files with 4 additions and 4 deletions
  1. 4 4
      pages/apply/apply.wxml

+ 4 - 4
pages/apply/apply.wxml

@@ -8,8 +8,8 @@
         <text wx:if="{{item.order_status == -2}}">审核未通过</text> 
         <text wx:if="{{item.order_status == 1}}">已审核,待付款</text> 
         <text wx:if="{{item.order_status == 2}}">已付款,待培训</text> 
-        <text wx:if="{{item.order_status == 3}}">考试完成</text> 
-        <text wx:if="{{item.order_status == 7}}">已培训,待考试</text> 
+        <text wx:if="{{item.order_status == 7}}">考试完成</text> 
+        <text wx:if="{{item.order_status == 3}}">已培训,待考试</text> 
         <text style="color:green;">{{item.train_type}}</text></view>
         <view class="title">{{item.name}}   {{item.phone}}  <text>{{item.class_name}}</text></view>
         <view class="info">
@@ -29,8 +29,8 @@
         <text wx:if="{{item.order_status == -2}}">审核未通过</text> 
         <text wx:if="{{item.order_status == 1}}">已审核,待付款</text> 
         <text wx:if="{{item.order_status == 2}}">已付款,待培训</text> 
-        <text wx:if="{{item.order_status == 3}}">考试完成</text> 
-        <text wx:if="{{item.order_status == 7}}">已培训,待考试</text> 
+        <text wx:if="{{item.order_status == 7}}">考试完成</text> 
+        <text wx:if="{{item.order_status == 3}}">已培训,待考试</text> 
         <text style="color:green;">{{item.train_type}}</text></view>
         <view class="title">{{item.name}}   {{item.phone}}  <text>{{item.class_name}}</text></view>
         <view class="info">