Commit 767503ca authored by 刘玉宏's avatar 刘玉宏
parents fe835cab e8768d9f
...@@ -208,8 +208,10 @@ const dataParams = (item, datePart) => { ...@@ -208,8 +208,10 @@ const dataParams = (item, datePart) => {
} }
}; };
// 景点 // 景点
const placeParams = (id) => { const placeParams = (info) => {
params.value.attractionId = id; console.log('id', info);
params.value.attractionId = info.id;
refresh().then(() => { refresh().then(() => {
queryOfferProdListFn(); queryOfferProdListFn();
}); });
......
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