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

+ 2
- 2
src/onlineSelling/pages/raiseProfile/index.js View File

49
       }, () => {
49
       }, () => {
50
         const { raiseDeatil: { showContract } } = this.state
50
         const { raiseDeatil: { showContract } } = this.state
51
         if (showContract == 1) {
51
         if (showContract == 1) {
52
-          contractUser({ raiseRecordId, }).then(res => {
52
+          contractUser({ showToast: false, raiseRecordId, }).then(res => {
53
             this.setState({
53
             this.setState({
54
               signDetail: res || null
54
               signDetail: res || null
55
             }, () => {
55
             }, () => {
329
           </View>
329
           </View>
330
           {contractDetail &&
330
           {contractDetail &&
331
             <View className="raise-flex">
331
             <View className="raise-flex">
332
-              <View className="date">合同签署时间  {dayjs(raiseDeatil.createDate).format('YYYY/MM/DD HH:mm:ss')}
332
+              <View className="date">合同签署时间  {dayjs(contractDetail.customerTime).format('YYYY/MM/DD HH:mm:ss')}
333
                 {/* <Image className="download" onClick={() => this.toDownloadContract(contractDetail.contractDownloadUrl)} src={require('../../assets/download.png')} /> */}
333
                 {/* <Image className="download" onClick={() => this.toDownloadContract(contractDetail.contractDownloadUrl)} src={require('../../assets/download.png')} /> */}
334
               </View>
334
               </View>
335
               <View className="agreement" onClick={() => this.toSeeContract(contractDetail.contractViewUrl)}>查看合同<Text className="right-icon"></Text></View>
335
               <View className="agreement" onClick={() => this.toSeeContract(contractDetail.contractViewUrl)}>查看合同<Text className="right-icon"></Text></View>