Commit f9c8577e authored by zhengke's avatar zhengke

no message

parent efc0c48d
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
async: false, async: false,
success: function (res) { success: function (res) {
if (res.resultCode === 1) { if (res.resultCode === 1) {
layer.msg(res.message) // layer.msg(res.message)
$('#tipBox').show() $('#tipBox').show()
$('#tipBox').html(`<div class="tipImgBox"> $('#tipBox').html(`<div class="tipImgBox">
<div class="tipImg"> <div class="tipImg">
......
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
async: false, async: false,
success: function (res) { success: function (res) {
if (res.resultCode === 1) { if (res.resultCode === 1) {
layer.msg(res.message) // layer.msg(res.message)
$('#tipBox').show() $('#tipBox').show()
$('#tipBox').html(`<div class="tipImgBox"> $('#tipBox').html(`<div class="tipImgBox">
<div class="tipImg"> <div class="tipImg">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment