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"
|
||||
:beforeUpload="video"
|
||||
>
|
||||
<div class="upload-image" v-if="uploadprogress != 100 & userinfo.video != ''">
|
||||
<div class="upload-image" v-if="uploadprogress != 100">
|
||||
|
||||
<PlaySquareOutlined
|
||||
style="fontsize: 22px"
|
||||
@ -969,10 +969,11 @@ export default defineComponent({
|
||||
watch(formData, () => {
|
||||
if (formData.value.video != "" && uploadprogress.value == 0) {
|
||||
uploadprogress.value = 100;
|
||||
console.log("赋值100")
|
||||
}
|
||||
console.log(formData.value.country)
|
||||
});
|
||||
|
||||
|
||||
function choosewillsay(e?: any) {
|
||||
console.log(formData.value.willsayValue);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user