From d7f86e363546c81a373673f8df1723bb71557353 Mon Sep 17 00:00:00 2001 From: "@zuopngfei" Date: Mon, 7 Jul 2025 16:13:24 +0800 Subject: [PATCH] sdsd --- pages/followUp/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/followUp/index.js b/pages/followUp/index.js index ea686a2..223f5b5 100644 --- a/pages/followUp/index.js +++ b/pages/followUp/index.js @@ -223,6 +223,8 @@ Page({ data.coagulation_function_image = data.coagulation_function_image.length > 0 ? data.coagulation_function_image.join(',') : '', data.mdt_image = data.mdt_image.length > 0 ? data.mdt_image.join(',') : '', data.nutritional_indicator_image = data.nutritional_indicator_image.length > 0 ? data.nutritional_indicator_image.join(',') : '' + data.is_have_cyst = data.is_have_cyst ? Number(data.is_have_cyst) : 0 + data.is_have_ascites = data.is_have_ascites ? Number(data.is_have_ascites) : 0 await request('patient/follow_questionnaire', 'post',{planId: this.planId, ...data}) wx.showToast({ title: '提亀成功',