Commit efc0c48d authored by zhengke's avatar zhengke

no message

parent a0b6bffb
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
'非常满意' '非常满意'
] ]
var STAR_IMG = new Array("../../images/Star1.png", "../../images/Star2.png"); var STAR_IMG = new Array("../../images/Star1.png", "../../images/Star2.png");
$('#tipBox').hide()
getPriceInfo() getPriceInfo()
GetSurveyShowList() GetSurveyShowList()
getRadio() getRadio()
...@@ -168,6 +169,7 @@ ...@@ -168,6 +169,7 @@
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').html(`<div class="tipImgBox"> $('#tipBox').html(`<div class="tipImgBox">
<div class="tipImg"> <div class="tipImg">
<img src="../../images/login/gou_big.png"/> <img src="../../images/login/gou_big.png"/>
...@@ -536,7 +538,7 @@ ...@@ -536,7 +538,7 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
z-index: 3; z-index: 3;
background: rgba(23,23,23,.5); /* background: rgba(23,23,23,.5); */
} }
.tipImgBox{ .tipImgBox{
width: 100%; width: 100%;
......
...@@ -78,6 +78,7 @@ ...@@ -78,6 +78,7 @@
'非常满意' '非常满意'
] ]
var STAR_IMG = new Array("../../images/Star1.png", "../../images/Star2.png"); var STAR_IMG = new Array("../../images/Star1.png", "../../images/Star2.png");
$('#tipBox').hide()
$('.ganxiecydc').html('感谢'+decodeURIComponent(qMsg.SurName)+(qMsg.Sex==1?"先生":"女士")+'参与意见调查') $('.ganxiecydc').html('感谢'+decodeURIComponent(qMsg.SurName)+(qMsg.Sex==1?"先生":"女士")+'参与意见调查')
getPriceInfo() getPriceInfo()
...@@ -169,6 +170,7 @@ ...@@ -169,6 +170,7 @@
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').html(`<div class="tipImgBox"> $('#tipBox').html(`<div class="tipImgBox">
<div class="tipImg"> <div class="tipImg">
<img src="../../images/login/gou_big.png"/> <img src="../../images/login/gou_big.png"/>
...@@ -536,7 +538,7 @@ ...@@ -536,7 +538,7 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
z-index: 3; z-index: 3;
background: rgba(23,23,23,.5); /* background: rgba(23,23,23,.5); */
} }
.tipImgBox{ .tipImgBox{
width: 100%; width: 100%;
......
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