Commit 2ab09434 authored by youjie's avatar youjie

no message

parent 89998127
......@@ -337,6 +337,7 @@
success: function(res) {
if (res.resultCode === 1) {
if(res.data&&res.data.length>0&&res.data[0].SurverList.length > 0){
qMsg.GuestId = res.data[0].Id
let data = res.data[0].SurverList
data.map(item => {
if (item.SurveyType === 3) {
......@@ -352,7 +353,10 @@
}
renderStar()
getTextarea()
}else renderStar()
}else {
layer.msg('暂无旅客信息')
renderStar()
}
} else {
layer.msg(res.message)
}
......
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