Commit b444f6a8 authored by 黄奎's avatar 黄奎

11

parent 8ec8bd21
...@@ -719,7 +719,8 @@ ...@@ -719,7 +719,8 @@
this.msg.team = [] this.msg.team = []
this.optionsTitle[1] = '线路玩法' this.optionsTitle[1] = '线路玩法'
this.currentLineId = null this.currentLineId = null
this.msg.lineId = 0 this.msg.lineId = 0;
this.msg.PlaceIds="";
this.allTeams = false this.allTeams = false
this.$forceUpdate() this.$forceUpdate()
this.$refs.uDropdown.close(); this.$refs.uDropdown.close();
...@@ -753,6 +754,7 @@ ...@@ -753,6 +754,7 @@
this.research(); this.research();
}, },
setTeams(teamId) { setTeams(teamId) {
this.msg.PlaceIds="";
let id = teamId let id = teamId
let temp = this.msg.team.indexOf(id) let temp = this.msg.team.indexOf(id)
if (temp == -1) { if (temp == -1) {
......
...@@ -23,10 +23,10 @@ export default { ...@@ -23,10 +23,10 @@ export default {
install(Vue, options) { install(Vue, options) {
Vue.prototype.host = "https://wx.weibaoge.cn/web/index.php?_mall_id=1285" Vue.prototype.host = "https://wx.weibaoge.cn/web/index.php?_mall_id=1285"
Vue.prototype.host2 = "http://192.168.5.46:8200" // Vue.prototype.host2 = "http://192.168.5.46:5003"
Vue.prototype.host3 = "http://192.168.5.46:8501" // Vue.prototype.host3 = "http://192.168.5.46"
// Vue.prototype.host2 = "https://mallapi.oytour.com" Vue.prototype.host2 = "https://erpmallapi.oytour.com"
// Vue.prototype.host3 = "https://reborn.oytour.com" Vue.prototype.host3 = "https://reborn.oytour.com"
Vue.prototype.request = function(param, success, failed) { Vue.prototype.request = function(param, success, failed) {
//网络请求 //网络请求
......
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