質問編集履歴

1

false→trueに変更

2021/02/03 08:15

投稿

shirout
shirout

スコア36

test CHANGED
File without changes
test CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
  if(this.B === ''){
42
42
 
43
- B('disabled', false);
43
+ this.B('disabled', true);
44
44
 
45
45
  }
46
46