xujing 5 年之前
父節點
當前提交
0889d7d7bb
共有 2 個文件被更改,包括 3 次插入3 次删除
  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 查看文件

@@ -27,7 +27,7 @@ export default class Index extends Component {
27 27
     }
28 28
   }
29 29
   componentWillMount() {
30
-    debugger
30
+    // debugger
31 31
     this.initConfig()
32 32
     Taro.showLoading({
33 33
       title: '生成中...',

+ 2
- 2
src/pages/project/index.js 查看文件

@@ -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) {