Commit 0a957213 authored by youjie's avatar youjie

no message

parent fa62a927
......@@ -336,8 +336,9 @@
async: false,
success: function(res) {
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
if(res.data[0].SurverList.length > 0){
let data = res.data[0].SurverList
data.map(item => {
if (item.SurveyType === 3) {
......@@ -353,6 +354,7 @@
}
renderStar()
getTextarea()
}
}else {
renderStar()
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