From 69cf2b1ed059b8eed4740ba76d73bf4c195c1775 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期三, 08 一月 2025 14:10:59 +0800 Subject: [PATCH] 添加虚拟卡时添加二次确认 --- pages/waterIntake/waterIntake.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/waterIntake/waterIntake.js b/pages/waterIntake/waterIntake.js index 2d5be31..5bccf6d 100644 --- a/pages/waterIntake/waterIntake.js +++ b/pages/waterIntake/waterIntake.js @@ -225,7 +225,7 @@ get({ url: 'wx/intake/used_intakes', data: { - operatorId: getApp().globalData.sessionId + operatorId: getApp().globalData.clientId } }) .then((data) => { -- Gitblit v1.8.0