|
@@ -94,7 +94,7 @@ export default class Index extends Component {
|
94
|
94
|
}
|
95
|
95
|
|
96
|
96
|
getLocation() {
|
97
|
|
- debugger
|
|
97
|
+ // debugger
|
98
|
98
|
console.log('-----this.props-->', this.props)
|
99
|
99
|
const { cityList, userInfo: { person: { org } } } = this.props
|
100
|
100
|
let defaultCity = cityList.filter(item => {
|
|
@@ -168,7 +168,7 @@ export default class Index extends Component {
|
168
|
168
|
// 获取开屏广告图
|
169
|
169
|
this.props.dispatchProjectScreen(payload).then(res => {
|
170
|
170
|
const banner = res[0]
|
171
|
|
- debugger
|
|
171
|
+
|
172
|
172
|
const maskVisible = this.props.screenShow !== (banner || {}).contentId
|
173
|
173
|
|
174
|
174
|
if (maskVisible) {
|