|
|
@@ -159,7 +159,7 @@ export default {
|
|
|
|
|
|
let that = this;
|
|
|
this.isAuth = getApp().globalData.isAuth;
|
|
|
- if (this.isAuth){
|
|
|
+ if (this.isAuth && this.owner_id > 0){
|
|
|
that.getHeatList();
|
|
|
}
|
|
|
else{
|
|
|
@@ -193,7 +193,7 @@ export default {
|
|
|
//this.getUserInfo();
|
|
|
//this.getUserInfo();
|
|
|
this.isAuth = getApp().globalData.isAuth;
|
|
|
- if (this.isAuth){
|
|
|
+ if (this.isAuth && this.owner_id > 0){
|
|
|
that.getHeatList();
|
|
|
}
|
|
|
|