ZTao-z

Results 4 comments of ZTao-z

可以试试这种写法 ```javascript confirm () { this.$Modal.confirm({ content: '1', onOk: () => { setTimeout(() => { this.custom(); }, 300) this.$Modal.remove() } }); }, custom () { this.$Modal.confirm({ content: '2', okText: 'OK',...

I fixed it by change the value of the function parameter (1) File "main.py", line 26 dataset = data.image.Image(args.data_path) change into: dataset = data.image.Image(args) (2)File "/data/image.py", line 8 if args.dataset...