瀏覽代碼

raiseRecordId

xujing 5 年之前
父節點
當前提交
2e0cef88ae
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/onlineSelling/pages/raiseMoney/index.js

+ 1
- 1
src/onlineSelling/pages/raiseMoney/index.js 查看文件

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