Commit a879560c authored by 黄奎's avatar 黄奎

行程下载新增签证信息

parent af465802
...@@ -922,7 +922,7 @@ ...@@ -922,7 +922,7 @@
isShowFee:this.vshowE?1:0, isShowFee:this.vshowE?1:0,
//购物说明,购物安排 //购物说明,购物安排
isShowShop:this.vshowF?1:0, isShowShop:this.vshowF?1:0,
//重要提示、温馨提示 //重要提示、温馨提示 [订单须知]
isShowTip:this.vshowG?1:0, isShowTip:this.vshowG?1:0,
//是否显示同行备注 //是否显示同行备注
isShowB2B:this.vshowI?1:0, isShowB2B:this.vshowI?1:0,
...@@ -938,6 +938,8 @@ ...@@ -938,6 +938,8 @@
isShowTCNUM:this.vshowTCNUM?1:0, isShowTCNUM:this.vshowTCNUM?1:0,
//是否显示行程图片 //是否显示行程图片
isShowTripImage:this.vshowK?1:0, isShowTripImage:this.vshowK?1:0,
//是否显示签证信息
isShowVisa:this.vshowH?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