From 4889b8de1c676fa1c2298c6d54b433c271ecd0fb Mon Sep 17 00:00:00 2001 From: jt <jt@activesoft.com.cn> Date: 星期二, 09 四月 2024 15:20:48 +0800 Subject: [PATCH] 1.toWhereBase64String方法需要支持Orcale数据库,取消固定小写值查询改进 2.调用runCustomEvent时给了obj_attr数据就要给data_obj_id数据改进 --- pages/login/index.vue | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/pages/login/index.vue b/pages/login/index.vue index 1892cdf..c4f8ba6 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -308,12 +308,14 @@ console.log('褰撳墠宸叉槸鏈�柊鐗堟湰') } } else { - uni.showModal({ - title: "鎻愮ず", - content: '璇锋眰澶辫触锛�+ err, - showCancel: false, - confirmText: "鍙栨秷" - }); + // if(res.statusCode === 404){ + // uni.showModal({ + // title: "鎻愮ず", + // content: '璇锋眰澶辫触锛屾壘涓嶅埌鏇存柊鍖呯増鏈枃妗o細'+url, + // showCancel: false, + // confirmText: "鍙栨秷" + // }); + // } } }, fail(err) { -- Gitblit v1.9.1