|
@@ -1256,7 +1256,6 @@ wepy.page({
|
|
|
},
|
|
|
// 加载字体
|
|
|
onLoad(routeParams) {
|
|
|
- console.log(routeParams, '----routeParams')
|
|
|
this.getCardWidth()
|
|
|
this.getWeatherInfo()// 天气预报
|
|
|
var nowTimeStr = moment().format('YYYY-MM-DD')
|
|
@@ -1358,7 +1357,6 @@ wepy.page({
|
|
|
},
|
|
|
getCurrentSpace(from) {
|
|
|
return checkUserControl().then(res => {
|
|
|
- console.log(res, '-----1')
|
|
|
// 1-租户下无可控;2-租户有可控;3-用户有可控 4-当前空间为常驻空间
|
|
|
this.userControlSpace = res
|
|
|
// 从首页进入 才给空间重新赋值
|