init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -380,7 +380,7 @@ | ... | @@ -380,7 +380,7 @@ |
| 380 | </div> | 380 | </div> |
| 381 | 381 | ||
| 382 | <div class="col-sm-offset-4 col-sm-4 pb-20"> | 382 | <div class="col-sm-offset-4 col-sm-4 pb-20"> |
| 383 | <button class="btn btn-primary btn-block" onclick="submit()">提交</button> | 383 | <button class="btn btn-primary btn-block" type="button" onclick="submit()">提交</button> |
| 384 | </div> | 384 | </div> |
| 385 | </form> | 385 | </form> |
| 386 | </div> | 386 | </div> | ... | ... |
-
Please register or sign in to post a comment