Commit 2178fd8e by 陆志强

feat: 已拒绝文案改为未成功

parent 36adca97
......@@ -11,7 +11,7 @@
<div class="top">
<div class="top-item" :class="{ active: activeIndex === 0 }" @click="activeIndex = 0">帮扶中</div>
<div class="top-item" :class="{ active: activeIndex === 1 }" @click="activeIndex = 1">申请中</div>
<div class="top-item" :class="{ active: activeIndex === 2 }" @click="activeIndex = 2">已拒绝</div>
<div class="top-item" :class="{ active: activeIndex === 2 }" @click="activeIndex = 2">未成功</div>
</div>
<div class="content">
<List
......
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 sign in to comment