mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 11:26:47 +08:00
修改
This commit is contained in:
@@ -121,8 +121,8 @@
|
||||
<view class="content-list" @click="toQaDetail(item)">
|
||||
<view class="content-title">
|
||||
<!-- qa-basic -->
|
||||
<text v-if="item.isResolve" class="qa-solve">【已解决】</text>
|
||||
<text v-else class="qa-unSolve">【待解决】</text>
|
||||
<text style="margin-left: -12upx;" v-if="item.isResolve" class="qa-solve">【已解决】</text>
|
||||
<text style="margin-left: -12upx;" v-else class="qa-unSolve">【待解决】</text>
|
||||
{{ item.title }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user