Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-20 18:09:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
981d057545135ca9c86bee11a493e4f82f02ddfe
981d0575
1 parent
38d28f0c
fix 删除无用字段
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
src/components/BVideoCard/index.vue
src/components/LocalismBox/index.vue
src/components/BVideoCard/index.vue
View file @
981d057
...
...
@@ -88,7 +88,7 @@
<div style="padding: 1rem; text-align: center;">是否确认审核通过该视频 ?</div>
</van-dialog>
<localism-box :id="item.id" :title="localism_title" :
type="trigger_type" :
show-localism="showLocalism"
<localism-box :id="item.id" :title="localism_title" :show-localism="showLocalism"
:localism="item.localism_type" @on-close="closeLocalism" @on-submit="submitLocalism" />
</template>
...
...
src/components/LocalismBox/index.vue
View file @
981d057
...
...
@@ -47,8 +47,7 @@ const props = defineProps({
showLocalism: Boolean,
id: Number,
localism: String,
title: String,
type: String, // 值为pass说明是从通过按钮点击进入
title: String,值为pass说明是从通过按钮点击进入
})
const emit = defineEmits(['on-close', 'on-submit']);
/**
...
...
Please
register
or
login
to post a comment