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

点击计算修改

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