|
@@ -585,10 +585,8 @@
|
|
|
this.currService = res.data.data
|
|
this.currService = res.data.data
|
|
|
this.setButtomState(this.currService)
|
|
this.setButtomState(this.currService)
|
|
|
this.currService.avatar=this.currService.avatar.replace(/^http:/, "https:")
|
|
this.currService.avatar=this.currService.avatar.replace(/^http:/, "https:")
|
|
|
-
|
|
|
|
|
}).catch(err=>{
|
|
}).catch(err=>{
|
|
|
- this.buttonState=[1,1,1,1]
|
|
|
|
|
- console.log("出错了++++++++++++++++++",err)
|
|
|
|
|
|
|
+ console.log("出错了+++++++++++出错了+++++++",err)
|
|
|
|
|
|
|
|
})
|
|
})
|
|
|
|
|
|
|
@@ -620,8 +618,6 @@
|
|
|
if (this.userInfo.signIn){
|
|
if (this.userInfo.signIn){
|
|
|
this.buttonState=[0,1,1,1]
|
|
this.buttonState=[0,1,1,1]
|
|
|
this.currServiceInfo()
|
|
this.currServiceInfo()
|
|
|
- }else {
|
|
|
|
|
- this.buttonState=[1,1,1,1]
|
|
|
|
|
}
|
|
}
|
|
|
this.$forceUpdate()
|
|
this.$forceUpdate()
|
|
|
})
|
|
})
|