Showing
2 changed files
with
2 additions
and
3 deletions
| ... | @@ -88,7 +88,7 @@ | ... | @@ -88,7 +88,7 @@ |
| 88 | <div style="padding: 1rem; text-align: center;">是否确认审核通过该视频 ?</div> | 88 | <div style="padding: 1rem; text-align: center;">是否确认审核通过该视频 ?</div> |
| 89 | </van-dialog> | 89 | </van-dialog> |
| 90 | 90 | ||
| 91 | - <localism-box :id="item.id" :title="localism_title" :type="trigger_type" :show-localism="showLocalism" | 91 | + <localism-box :id="item.id" :title="localism_title" :show-localism="showLocalism" |
| 92 | :localism="item.localism_type" @on-close="closeLocalism" @on-submit="submitLocalism" /> | 92 | :localism="item.localism_type" @on-close="closeLocalism" @on-submit="submitLocalism" /> |
| 93 | </template> | 93 | </template> |
| 94 | 94 | ... | ... |
| ... | @@ -47,8 +47,7 @@ const props = defineProps({ | ... | @@ -47,8 +47,7 @@ const props = defineProps({ |
| 47 | showLocalism: Boolean, | 47 | showLocalism: Boolean, |
| 48 | id: Number, | 48 | id: Number, |
| 49 | localism: String, | 49 | localism: String, |
| 50 | - title: String, | 50 | + title: String,值为pass说明是从通过按钮点击进入 |
| 51 | - type: String, // 值为pass说明是从通过按钮点击进入 | ||
| 52 | }) | 51 | }) |
| 53 | const emit = defineEmits(['on-close', 'on-submit']); | 52 | const emit = defineEmits(['on-close', 'on-submit']); |
| 54 | /** | 53 | /** | ... | ... |
-
Please register or login to post a comment