|
@@ -214,7 +214,6 @@ export default {
|
|
|
else if (hour < 19){this.timeTips = '傍晚好!'}
|
|
|
else if (hour < 22){this.timeTips = '晚上好!'}
|
|
|
this.$api.other.admindexrank().then(res => {
|
|
|
- console.log(res)
|
|
|
this.numObj = res.total_data || {}
|
|
|
this.formatData2(this.numObj.wechat_user_num, 'config1')
|
|
|
this.formatData2(this.numObj.estate_num, 'config2')
|