@@ -56,7 +56,7 @@
</view>
<view class="one_1">
<text>审核状态:</text>
- <text>{{info.status||'暂无'}}</text>
+ <text>{{info.status=='0'?'待审中':info.status=='1'?'审核通过':'审核拒绝'}}</text>