Commit efc0c48d authored by zhengke's avatar zhengke

no message

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