cc12458 1 год назад
Родитель
Сommit
116d1fd5cb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      miniprogram/module/chats/components/questionnaire/questionnaire.ts

+ 1 - 1
miniprogram/module/chats/components/questionnaire/questionnaire.ts

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