Commit e99124c5 authored by zhengke's avatar zhengke

修改

parent 61ac6670
......@@ -107,7 +107,12 @@
let res = saveGuestSurvey(this.dataObj).then(res => {
if (res.Code == 1) {
uni.showToast({
title: res.Message,
title: res.message,
icon: "none",
});
}else{
uni.showToast({
title: res.message,
icon: "none",
});
}
......
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