Commit 14469441 authored by 黄奎's avatar 黄奎

1111

parent dc4b98a6
......@@ -1154,7 +1154,6 @@
}
}
}
this.queryStr = query
this.loading2 = true;
this.apiJavaPost(
......@@ -1248,14 +1247,12 @@
},
//获取国家 城市
getCCList() {
//http://efficient.oytour.com/api/kkday/searchCity
this.apiJavaPost(
"/api/kkday/searchCity", {},
res => {
if (res.data.resultCode === 1) {
let data = res.data.data.Countries
let deleteIdiot = []
if (data && data.length > 0) {
data.map(x => {
if (x.Country_Name !== "台湾" && x.Country_Name !== "香港" && x.Country_Name !== "澳门" && x
......@@ -1264,7 +1261,6 @@
}
})
}
this.CCList = deleteIdiot
} else {
this.Error(res.data.message);
......@@ -1277,10 +1273,8 @@
let dom = document.querySelector("#blankLink")
let fullPath = `/FreeDetail?id=${type ? obj.pkg_no : obj.prod_no}`;
dom.href = `http://${window.location.host}/#${fullPath}`
dom.click()
return
this.$router.push({
name: "FreeDetail",
query: {
......
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