Browse Source

fix: 生成报告时间提示文案调整

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 3 months ago
parent
commit
ed402d668d

+ 1 - 1
apps/mobile/src/views/create-order/components/creditreport/ProductionCard.vue

@@ -78,7 +78,7 @@
       </van-form>
     </div>
     <div class="report-tip">
-      支付成功后,系统将{{ bidCreditReportTime }}内将报告发送至您的邮箱,您也可前往“资产-报告下载记录”查看详情。
+      支付成功后,系统将{{ bidCreditReportTime }}内将报告发送至您的邮箱,您也可前往“资产-报告下载记录”查看详情。
     </div>
   </div>
 </template>