This commit is contained in:
王一嘉
2025-07-17 19:17:42 +08:00
parent a5661e935e
commit 8cd3064948

View File

@@ -138,7 +138,7 @@ const deleteItem = async (id) => {
</view> </view>
<view class="px-[12rpx] py-[7rpx] test-24r error" v-else> <view class="px-[12rpx] py-[7rpx] test-24r error" v-else>
{{ v.status_text }} {{ v.status_text }}
<x-prompt title="账号异常" :info="v.check_text"> <x-prompt :title="v.status_text" :info="v.check_text">
<template v-slot:button> <template v-slot:button>
<tui-icon name="about" :size="15" color="#F53F3F"></tui-icon> <tui-icon name="about" :size="15" color="#F53F3F"></tui-icon>
</template> </template>