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