Commit 09bfd1c0 authored by 黄奎's avatar 黄奎

点击计算修改

parent 0c99be17
...@@ -1265,7 +1265,8 @@ ...@@ -1265,7 +1265,8 @@
} }
var msg = { var msg = {
configId: 0, configId: 0,
tcid: nTCID tcid: nTCID,
isClick:1//不算统计
}; };
if (id !== undefined) { if (id !== undefined) {
//根据ID 获取行程内容 //根据ID 获取行程内容
......
...@@ -1029,7 +1029,8 @@ ...@@ -1029,7 +1029,8 @@
configId: this.$route.query.configId, configId: this.$route.query.configId,
cityId: this.$route.query.cityId, cityId: this.$route.query.cityId,
tcid: this.$route.query.tcid, tcid: this.$route.query.tcid,
orderId: this.$route.query.orderId orderId: this.$route.query.orderId,
isClick:1//不算统计
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let data = (res.data.data); let data = (res.data.data);
......
...@@ -1022,7 +1022,8 @@ ...@@ -1022,7 +1022,8 @@
} }
var msg = { var msg = {
configId: 0, configId: 0,
tcid: nTCID tcid: nTCID,
isClick:1//不算统计
}; };
if (id !== undefined) { if (id !== undefined) {
//根据ID 获取行程内容 //根据ID 获取行程内容
......
...@@ -1885,7 +1885,8 @@ ...@@ -1885,7 +1885,8 @@
} }
var msg = { var msg = {
configId: 0, configId: 0,
tcid: nTCID tcid: nTCID,
isClick:1//不算统计
}; };
if (id !== undefined) { if (id !== undefined) {
//根据ID 获取行程内容 //根据ID 获取行程内容
......
...@@ -553,7 +553,8 @@ ...@@ -553,7 +553,8 @@
configId: this.$route.query.id, configId: this.$route.query.id,
cityId: this.$route.query.cityId, cityId: this.$route.query.cityId,
tcid: this.$route.query.tcid, tcid: this.$route.query.tcid,
orderId: this.$route.query.orderId orderId: this.$route.query.orderId,
isClick:1//不算统计
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let data = (res.data.data); let data = (res.data.data);
......
...@@ -371,6 +371,7 @@ ...@@ -371,6 +371,7 @@
vshowL: false, vshowL: false,
vshowM: false, vshowM: false,
vshowTCNUM: true, vshowTCNUM: true,
isClick:1,//不计算点击
} }
}) })
window.open(routeData.href, '_blank') window.open(routeData.href, '_blank')
......
...@@ -1547,6 +1547,7 @@ ...@@ -1547,6 +1547,7 @@
vshowL: false, vshowL: false,
vshowM: false, vshowM: false,
vshowTCNUM: true, vshowTCNUM: true,
isClick:1,//不计算点击
} }
}) })
window.open(routeData.href, '_blank') window.open(routeData.href, '_blank')
......
...@@ -1112,6 +1112,7 @@ ...@@ -1112,6 +1112,7 @@
vshowL: false, vshowL: false,
vshowM: false, vshowM: false,
vshowTCNUM: true, vshowTCNUM: true,
isClick:1,//不计算点击
} }
}) })
window.open(routeData.href, '_blank') window.open(routeData.href, '_blank')
......
...@@ -1678,7 +1678,8 @@ ...@@ -1678,7 +1678,8 @@
} }
var msg = { var msg = {
configId: 0, configId: 0,
tcid: nTCID tcid: nTCID,
isClick:1//不算统计
}; };
if (id !== undefined) { if (id !== undefined) {
//根据ID 获取行程内容 //根据ID 获取行程内容
......
...@@ -67,7 +67,8 @@ ...@@ -67,7 +67,8 @@
} }
var msg = { var msg = {
configId: id, configId: id,
tcid: nTCID tcid: nTCID,
isClick:1//不算统计
}; };
if (id !== undefined) { if (id !== undefined) {
//根据ID 获取行程内容 //根据ID 获取行程内容
......
...@@ -955,7 +955,8 @@ ...@@ -955,7 +955,8 @@
configId: this.$route.query.configId, configId: this.$route.query.configId,
cityId: this.$route.query.cityId, cityId: this.$route.query.cityId,
tcid: this.$route.query.tcid, tcid: this.$route.query.tcid,
orderId: this.$route.query.orderId orderId: this.$route.query.orderId,
isClick:1//不算统计
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let data = (res.data.data); let data = (res.data.data);
......
...@@ -712,6 +712,7 @@ ...@@ -712,6 +712,7 @@
orderTripdiff: {}, orderTripdiff: {},
title: '', title: '',
isDirect: 1, //是否是直采 0:否,1:是 isDirect: 1, //是否是直采 0:否,1:是
isClick: this.$route.query.isClick === undefined ? 0 : 1//不算统计
} }
}, },
mounted() { mounted() {
...@@ -1222,7 +1223,8 @@ ...@@ -1222,7 +1223,8 @@
configId: this.$route.query.configId, configId: this.$route.query.configId,
cityId: this.$route.query.cityId, cityId: this.$route.query.cityId,
tcid: this.$route.query.tcid, tcid: this.$route.query.tcid,
orderId: this.$route.query.orderId orderId: this.$route.query.orderId,
isClick:this.isClick//不算统计
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let data = (res.data.data); let data = (res.data.data);
......
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