@@ -144,7 +144,7 @@ Component({
this._createMessage({
id: 'report', type: 'report',
payload: {
- title: `本次问答已结束,历史${diff || 1}分钟,非常感谢您的配合!请查看您本次的健康评估情况。`,
+ title: `本次问答已结束,历时${diff || 1}分钟,非常感谢您的配合!请查看您本次的健康评估情况。`,
url: `/module/health/pages/report/report?id=${data.healthAnalysisReportId}`
}
})