فهرست منبع

Merge branch 'dev/v4.10.9_yf' of qmx/jy into feature/v4.10.9

yangfeng 4 ماه پیش
والد
کامیت
af364683b1
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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 || ''
                 }
               }
             })