xujing 5 年前
父节点
当前提交
e9c81a5e8e
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1
    1
      project.config.json
  2. 2
    2
      src/pages/activity/detail/index.js

+ 1
- 1
project.config.json 查看文件

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

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

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