xujing 5 anni fa
parent
commit
e9c81a5e8e
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1
    1
      project.config.json
  2. 2
    2
      src/pages/activity/detail/index.js

+ 1
- 1
project.config.json Vedi File

@@ -2,7 +2,7 @@
2 2
 	"miniprogramRoot": "dist/",
3 3
 	"projectname": "mini-chengjiao",
4 4
 	"description": "知与行联调",
5
-	"appid": "wxda1f84b79b3edeb3",
5
+	"appid": "wxd9ee3a9480a4e544",
6 6
 	"setting": {
7 7
 		"urlCheck": false,
8 8
 		"es6": false,

+ 2
- 2
src/pages/activity/detail/index.js Vedi File

@@ -150,7 +150,7 @@ export default class Detail extends Component {
150 150
         })
151 151
       })
152 152
     }
153
-    debugger
153
+    // debugger
154 154
     this.reportClientFn()
155 155
   }
156 156
 
@@ -159,7 +159,7 @@ export default class Detail extends Component {
159 159
     const { qrcodeParams } = this.state
160 160
     const consultant = this.$router.params.consultant || qrcodeParams.consultant || ""
161 161
     const { userInfo: { person } } = this.props
162
-    debugger
162
+    // debugger
163 163
     if (!this.state.reportedCustomer) {
164 164
       reportCustomer(person, consultant).then(() => {
165 165
         this.setState({ reportedCustomer: true })