Selaa lähdekoodia

feat:投标信用报告支付成功页时间配置

yangfeng 4 kuukautta sitten
vanhempi
commit
b1a5273c7f
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/web/templates/order/pc/paySuccess.html

+ 2 - 2
src/web/templates/order/pc/paySuccess.html

@@ -212,7 +212,7 @@
       :show-close="false"
       custom-class="credit-report-dialog"
     >
-      <div class="dialog-content">报告将于${bidCreditReport_makeTime}分钟内发送至您的邮箱,您也可前往“资产-报告下载记录”查看详情。</div>
+      <div class="dialog-content">报告将于${bidCreditReport_makeTime}内发送至您的邮箱,您也可前往“资产-报告下载记录”查看详情。</div>
       <span slot="footer" class="dialog-footer">
         <el-button type="primary" @click="goDownloadRecord">查看下载记录</el-button>
         <el-button @click="dialogVisible = false">取 消</el-button>
@@ -545,7 +545,7 @@
               success: function(res) {
                 console.log(res);
                 if (res && res.data) {
-                  _this.bidCreditReport_makeTime = res.data.bidCreditReport_makeTime
+                  _this.bidCreditReport_makeTime = res.data.bidCreditReport_makeTime || ''
                 }
               }
             })