Browse Source

raiseRecordId

xujing 5 years ago
parent
commit
2e0cef88ae
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/onlineSelling/pages/raiseMoney/index.js

+ 1
- 1
src/onlineSelling/pages/raiseMoney/index.js View File

@@ -732,7 +732,7 @@ export default class raiseMoney extends Component {
732 732
     })
733 733
   }
734 734
   toSign() {
735
-    Taro.setStorageSync('raiseRecordId', this.$router.params.id)
735
+    Taro.setStorageSync('raiseRecordId', this.$router.params.id || this.state.record.raiseRecordId)
736 736
     const { signDetail, record = {} } = this.state
737 737
     const status = signDetail ? signDetail.status : ''
738 738
     const consultant = this.getConsultant()