Commit 44528d6e authored by 黄奎's avatar 黄奎

页面修改

parent ba7f794c
......@@ -72,7 +72,7 @@ let travelFeatureTwo = {
let obj = {
name: '',
MD5Sign: '',
description: '',
description: '餐厅描述',
images: [],
type:"Dinner"
};
......@@ -87,7 +87,10 @@ let travelFeatureTwo = {
obj.images.push(obj2)
}
}
obj.description = item.Description;
if(item.description)
{
obj.description = item.Description;
}
obj.name = item.DinnerName ? item.DinnerName : '';
obj.Ename = '';
obj.MD5Sign = item.MD5Sign ? item.MD5Sign : '';
......
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