|
|
@@ -14,7 +14,7 @@
|
|
|
<text class="size-26 text-color-fff">任务记录</text>
|
|
|
</view>
|
|
|
<text class="column_record_num text-color-fff size-24 text-center r-12 line-30 p-tb6">
|
|
|
- 创建中({{memberData.draftNum}})
|
|
|
+ 草稿({{memberData.draftNum>99?99:memberData.draftNum}})
|
|
|
</text>
|
|
|
</view>
|
|
|
<view class="column_line"></view>
|
|
|
@@ -23,7 +23,7 @@
|
|
|
<text class="size-26 text-color-fff">征信审核</text>
|
|
|
</view>
|
|
|
<text class="column_record_num text-color-fff size-24 text-center r-12 line-30 p-tb6">
|
|
|
- 待验证({{memberData.creditNum}})
|
|
|
+ 待审({{memberData.creditNum>99?99:memberData.creditNum}})
|
|
|
</text>
|
|
|
</view>
|
|
|
</view>
|