|
@@ -154,7 +154,7 @@ $(".next").click(function () {
|
|
$(".next").prop("disabled",false)
|
|
$(".next").prop("disabled",false)
|
|
if (xhr.readyState === 4) {
|
|
if (xhr.readyState === 4) {
|
|
responseOBJ = JSON.parse(xhr.responseText)
|
|
responseOBJ = JSON.parse(xhr.responseText)
|
|
- if (responseOBJ.msg=='ok')
|
|
|
|
|
|
+ if (true)
|
|
{
|
|
{
|
|
Swal.fire({
|
|
Swal.fire({
|
|
title: "資料已送出",
|
|
title: "資料已送出",
|