Commit 0a957213 authored by youjie's avatar youjie

no message

parent fa62a927
...@@ -336,8 +336,9 @@ ...@@ -336,8 +336,9 @@
async: false, async: false,
success: function(res) { success: function(res) {
if (res.resultCode === 1) { if (res.resultCode === 1) {
if(res.data&&res.data.length>0&&res.data[0].SurverList.length > 0){ if(res.data&&res.data.length>0){
qMsg.GuestId = res.data[0].Id qMsg.GuestId = res.data[0].Id
if(res.data[0].SurverList.length > 0){
let data = res.data[0].SurverList let data = res.data[0].SurverList
data.map(item => { data.map(item => {
if (item.SurveyType === 3) { if (item.SurveyType === 3) {
...@@ -353,6 +354,7 @@ ...@@ -353,6 +354,7 @@
} }
renderStar() renderStar()
getTextarea() getTextarea()
}
}else { }else {
renderStar() renderStar()
layer.msg("暂无此账号信息,请联系销售人员") layer.msg("暂无此账号信息,请联系销售人员")
......
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