update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user