Commit 06cb0f62 authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/zk123/jz_travel

parents c01d8b9a 8c2968a2
...@@ -593,6 +593,8 @@ ...@@ -593,6 +593,8 @@
"path":"jz_Line" //九寨-线路 "path":"jz_Line" //九寨-线路
},{ },{
"path":"jz_LineDetail" //九寨-线路详情 "path":"jz_LineDetail" //九寨-线路详情
},{
"path":"jz_Reserve" //线路-预定
}] }]
}, },
//相亲分包 //相亲分包
......
...@@ -263,7 +263,6 @@ ...@@ -263,7 +263,6 @@
if (res.resultCode == 1) { if (res.resultCode == 1) {
this.dataList = this.dataList.concat(res.data.pageData); this.dataList = this.dataList.concat(res.data.pageData);
this.page_count = res.data.pageCount; this.page_count = res.data.pageCount;
console.log(this.dataList, 'dataList');
} else { } else {
} }
......
This diff is collapsed.
<style>
</style>
<template>
<view class="jz_Reserve">
</view>
</template>
<script>
</script>
<style>
</style>
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