Commit 40f3ab21 authored by zhengke's avatar zhengke

增加下载判断

parent 224d748d
...@@ -700,6 +700,7 @@ ...@@ -700,6 +700,7 @@
vshowM: this.$route.query.vshowM === undefined ? true : this.$route.query.vshowM === 'true', vshowM: this.$route.query.vshowM === undefined ? true : this.$route.query.vshowM === 'true',
vshowLLR: this.$route.query.vshowLLR === undefined ? true : this.$route.query.vshowLLR === 'true', vshowLLR: this.$route.query.vshowLLR === undefined ? true : this.$route.query.vshowLLR === 'true',
vshowTCNUM: this.$route.query.vshowTCNUM === undefined ? false : this.$route.query.vshowTCNUM === 'true', vshowTCNUM: this.$route.query.vshowTCNUM === undefined ? false : this.$route.query.vshowTCNUM === 'true',
vshowO: this.$route.query.vshowO === undefined ? true : this.$route.query.vshowO === 'true',
list: [], list: [],
tripList: [], tripList: [],
priceList: [], priceList: [],
...@@ -1036,6 +1037,8 @@ ...@@ -1036,6 +1037,8 @@
isShowTripImage: this.vshowK ? 1 : 0, isShowTripImage: this.vshowK ? 1 : 0,
//是否显示签证信息 //是否显示签证信息
isShowVisa: this.vshowH ? 1 : 0, isShowVisa: this.vshowH ? 1 : 0,
//是否显示视频图片
isShowVideoImg: this.vshowO ? 1 : 0,
//isPc是否PC下载 //isPc是否PC下载
isPc: 2, isPc: 2,
//模板参数 //模板参数
...@@ -1107,6 +1110,8 @@ ...@@ -1107,6 +1110,8 @@
isShowTripImage: this.vshowK ? 1 : 0, isShowTripImage: this.vshowK ? 1 : 0,
//是否显示签证信息 //是否显示签证信息
isShowVisa: this.vshowH ? 1 : 0, isShowVisa: this.vshowH ? 1 : 0,
//是否显示视频图片
isShowVideoImg: this.vshowO ? 1 : 0,
//isPc是否PC下载 //isPc是否PC下载
isPc: 2, isPc: 2,
//模板参数 //模板参数
...@@ -1174,6 +1179,8 @@ ...@@ -1174,6 +1179,8 @@
isShowTripImage: this.vshowK ? 1 : 0, isShowTripImage: this.vshowK ? 1 : 0,
//是否显示签证信息 //是否显示签证信息
isShowVisa: this.vshowH ? 1 : 0, isShowVisa: this.vshowH ? 1 : 0,
//是否显示视频图片
isShowVideoImg: this.vshowO ? 1 : 0,
//isPc是否PC下载 //isPc是否PC下载
isPc: isPc, isPc: isPc,
//模板参数 //模板参数
...@@ -1221,6 +1228,8 @@ ...@@ -1221,6 +1228,8 @@
isShowTripImage: this.vshowK ? 1 : 0, isShowTripImage: this.vshowK ? 1 : 0,
//是否显示签证信息 //是否显示签证信息
isShowVisa: this.vshowH ? 1 : 0, isShowVisa: this.vshowH ? 1 : 0,
//是否显示视频图片
isShowVideoImg: this.vshowO ? 1 : 0,
//isPc是否PC下载 //isPc是否PC下载
isPc: isPc, isPc: isPc,
//模板参数 //模板参数
......
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