|
|
@@ -4,10 +4,12 @@
|
|
|
url="../post/post?type=2&&id={{item.id}}">
|
|
|
<view class="status">
|
|
|
<text wx:if="{{item.order_status == -1}}">待提交资料</text>
|
|
|
- <text wx:if="{{item.order_status == 0}}">待审核</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 == 0}}">审核中</text>
|
|
|
+ <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 style="color:green;">{{item.train_type}}</text></view>
|
|
|
<view class="title">{{item.name}} {{item.phone}} <text>{{item.class_name}}</text></view>
|
|
|
<view class="info">
|
|
|
@@ -22,11 +24,13 @@
|
|
|
</navigator>
|
|
|
<navigator class="list" wx:key='*this' open-type="navigateTo" wx:else>
|
|
|
<view class="status">
|
|
|
- <text wx:if="{{item.order_status == -1}}">待提交资料</text>
|
|
|
- <text wx:if="{{item.order_status == 0}}">待审核</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 == -1}}">待提交资料</text>
|
|
|
+ <text wx:if="{{item.order_status == 0}}">审核中</text>
|
|
|
+ <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 style="color:green;">{{item.train_type}}</text></view>
|
|
|
<view class="title">{{item.name}} {{item.phone}} <text>{{item.class_name}}</text></view>
|
|
|
<view class="info">
|