@ -39,7 +39,7 @@
<!-- 空状态 -->
<view class="empty" v-if="bookList.length === 0">
<uni-icons style="margin-left: 20px;" custom-prefix="iconfont" type="icon-kongshuju" size="80" color="#ccc"></uni-icons>
<text class="empty-text">暂无借阅图书</text>
<text class="empty-text">暂无借阅过的图书~</text>
</view>
@ -64,7 +64,7 @@
</uni-popup>
<button class="register-btn" type="primary" @click="goRegister">在线办证</button>
<button v-if="!isEditMode" class="register-btn" type="primary" @click="goRegister">在线办证</button>
</template>