1

parent 24bf7b0b
......@@ -208,8 +208,10 @@ const dataParams = (item, datePart) => {
}
};
// 景点
const placeParams = (id) => {
params.value.attractionId = id;
const placeParams = (info) => {
console.log('id', info);
params.value.attractionId = info.id;
refresh().then(() => {
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