Commit af0ab39e authored by 黄奎's avatar 黄奎

页面修改

parent 2949a76b
......@@ -430,6 +430,7 @@
startCityId: -1,
companyId: 0,
searchKey: '', //搜索数据
priceOrderByField:2
},
time: '',
params: {
......@@ -517,7 +518,7 @@
},
created() {
this.getLineQuery();
this.getList();
this.research();
uni.setNavigationBarTitle({
title: "精品旅游线路"
})
......@@ -667,7 +668,7 @@
},
research() {
this.msg.pageIndex = 1;
this.dataLis = [];
this.dataList = [];
this.getList();
},
//获取数据
......
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