Commit a889ca63 authored by 王炽's avatar 王炽

55555

parent 1da6cda8
......@@ -24,7 +24,9 @@
/>
</view>
<view class="task_content">
<text class="task_title">{{ task?.taskTodoExtra?.title }}</text>
<text class="task_title">
{{ task?.taskTodoExtra?.title }}{{ (task?.taskTodoExtra?.type === 'BROWSE_PAGE' || task?.taskTodoExtra?.type === 'EXCHANGE_GOODS') ? `(${task?.taskTodoExtra?.completeCount || 0}/${task?.taskTodoExtra?.completeLimit || 0})` : '' }}
</text>
<text class="task_points">{{ task?.taskTodoExtra?.desc }}</text>
</view>
<view
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment