This commit is contained in:
2025-06-16 20:54:42 +08:00
parent 88a8d119cf
commit 021918e56d
8 changed files with 63 additions and 49 deletions

View File

@@ -17,7 +17,7 @@ const {data} = defineProps({
});
const po = reactive({
id: data.children.id,
id: data.children?.id,
});
const vo = reactive({
intervention: null,
@@ -68,7 +68,7 @@ const {loading, pagination, initFetchData, fetchData} = useTableQuery({
</view>
</view>
<view class="w-full bg-white p-[24rpx] !mt-[24rpx] rounded-[8rpx]" v-if="vo.intervention.id">
<view class="w-full bg-white p-[24rpx] !mt-[24rpx] rounded-[8rpx]" v-if="vo.intervention?.id">
<view class="test-28r text-[#1D2129] text-center">达人发起了平台介入</view>
<view class="bg-[#F7F8FA] px-[24rpx] py-[15rpx] !mt-[20rpx]">
<view class="test-28r text-[#1D2129]">申诉原因</view>