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) => { + // + // } + // }) } },