xujing 5 年前
父节点
当前提交
6edac863fa
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      src/onlineSelling/pages/detail/resultPage.js

+ 0
- 3
src/onlineSelling/pages/detail/resultPage.js 查看文件

18
     status: 2, // 1为成功 2为处理中 3为失败
18
     status: 2, // 1为成功 2为处理中 3为失败
19
     statusText: '',// 文案
19
     statusText: '',// 文案
20
     statusText2: null,// 文案2
20
     statusText2: null,// 文案2
21
-    resultDetail: {}
22
   }
21
   }
23
 
22
 
24
   componentWillMount() {
23
   componentWillMount() {
42
             status: 1,
41
             status: 1,
43
             statusText: '您已成功预选此房源',
42
             statusText: '您已成功预选此房源',
44
             statusText2: '可返回继续预选认筹',
43
             statusText2: '可返回继续预选认筹',
45
-            resultDetail: res,
46
           })
44
           })
47
         }).catch(err => {
45
         }).catch(err => {
48
           this.setState({
46
           this.setState({
56
           this.setState({
54
           this.setState({
57
             status: 1,
55
             status: 1,
58
             statusText: '您已成功取消预选此房源',
56
             statusText: '您已成功取消预选此房源',
59
-            resultDetail: res
60
           })
57
           })
61
         }).catch(err => {
58
         }).catch(err => {
62
           this.setState({
59
           this.setState({