From 42311198bfda621443a13967f2f9546ea6797272 Mon Sep 17 00:00:00 2001 From: lld <15027638633@163.com> Date: Wed, 25 Feb 2026 23:24:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8C=96ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/control/automatic.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pages/home/control/automatic.vue b/pages/home/control/automatic.vue index b1be667..ac07a8c 100644 --- a/pages/home/control/automatic.vue +++ b/pages/home/control/automatic.vue @@ -731,6 +731,17 @@ export default { saveAutoTerm() { var termMap = this.termList; // todo 校验、后端保存 + + // todo + // uni.showModal({ + // title: '温馨提示:', + // content: '', + // cancelText: '取消', + // confirmText: '确定', + // success: async (res) => { + // + // } + // }) } },