|
@@ -41,6 +41,7 @@ $(function () {
|
|
|
window.localStorage["lineUpList"] = JSON.stringify(res.data);
|
|
|
lineUpList = res.data;
|
|
|
} else {
|
|
|
+ $("#errorText").text(res.message);
|
|
|
$("#showErrorModal").modal("show");
|
|
|
}
|
|
|
$("#showModal").modal("hide");
|
|
@@ -70,6 +71,7 @@ $(function () {
|
|
|
param: 'qrcode_01302'
|
|
|
}
|
|
|
}).then((res)=>{
|
|
|
+ console.log(res.data);
|
|
|
$.ajax({
|
|
|
type: "POST",
|
|
|
url: '/thmz/mzLineUp',
|
|
@@ -118,8 +120,6 @@ function siReadCard(bizType) {
|
|
|
return;
|
|
|
}
|
|
|
if (res.code == 200) {
|
|
|
- var data = JSON.parse(res.data);
|
|
|
- console.log(data);
|
|
|
successMesage(res);
|
|
|
} else {
|
|
|
errorMesage(res);
|