Commit af0ab39e authored by 黄奎's avatar 黄奎

页面修改

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