xujing 5 years ago
parent
commit
0889d7d7bb
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      src/pages/project/detail/poster.js
  2. 2
    2
      src/pages/project/index.js

+ 1
- 1
src/pages/project/detail/poster.js View File

27
     }
27
     }
28
   }
28
   }
29
   componentWillMount() {
29
   componentWillMount() {
30
-    debugger
30
+    // debugger
31
     this.initConfig()
31
     this.initConfig()
32
     Taro.showLoading({
32
     Taro.showLoading({
33
       title: '生成中...',
33
       title: '生成中...',

+ 2
- 2
src/pages/project/index.js View File

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