Commit fb35c09c authored by youjie's avatar youjie

no message

parent 728edec2
...@@ -242,6 +242,10 @@ export default { ...@@ -242,6 +242,10 @@ export default {
}) })
}, },
changeState(item){ changeState(item){
if(this.loading) return uni.showToast({
title: '正在加载...',
icon: 'loading'
})
this.msg.TCStatus = item.id this.msg.TCStatus = item.id
this.resetQuery() this.resetQuery()
}, },
......
...@@ -24,9 +24,9 @@ export default { ...@@ -24,9 +24,9 @@ export default {
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"
// "http://192.168.5.204:8030" // "http://192.168.5.204:8030"
Vue.prototype.host2 = process.env.NODE_ENV=="development"?"https://erpmallapi.oytour.com":"https://erpmallapi.oytour.com" Vue.prototype.host2 = process.env.NODE_ENV=="development"?"https://erpmallapi.oytour.com":"https://erpmallapi.oytour.com"
Vue.prototype.host3 = process.env.NODE_ENV=="development"?"https://reborn.oytour.com":"https://reborn.oytour.com" Vue.prototype.host3 = process.env.NODE_ENV=="development"?"http://192.168.5.204:8030":"https://reborn.oytour.com"
// Vue.prototype.host3 = "http://192.168.5.204:8030" // Vue.prototype.host3 = "http://192.168.5.204:8030"
// Vue.prototype.host3 = "https://reborn.oytour.com" Vue.prototype.host3 = "https://reborn.oytour.com"
// "http://192.168.5.204:8030": // "http://192.168.5.204:8030":
console.log() console.log()
......
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