Merge pull request '删除了判断条件' (#142) from xbx into master
Reviewed-on: http://git.luyuan.tk/luyuan/beelink/pulls/142
This commit is contained in:
commit
4c5e67ab9c
@ -180,7 +180,7 @@
|
|||||||
:customRequest="uploads"
|
:customRequest="uploads"
|
||||||
:beforeUpload="video"
|
:beforeUpload="video"
|
||||||
>
|
>
|
||||||
<div class="upload-image" v-if="uploadprogress != 100 & userinfo.video != ''">
|
<div class="upload-image" v-if="uploadprogress != 100">
|
||||||
|
|
||||||
<PlaySquareOutlined
|
<PlaySquareOutlined
|
||||||
style="fontsize: 22px"
|
style="fontsize: 22px"
|
||||||
@ -969,6 +969,7 @@ export default defineComponent({
|
|||||||
watch(formData, () => {
|
watch(formData, () => {
|
||||||
if (formData.value.video != "" && uploadprogress.value == 0) {
|
if (formData.value.video != "" && uploadprogress.value == 0) {
|
||||||
uploadprogress.value = 100;
|
uploadprogress.value = 100;
|
||||||
|
console.log("赋值100")
|
||||||
}
|
}
|
||||||
console.log(formData.value.country)
|
console.log(formData.value.country)
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user