commit | 240e344ae8bd1a23a129648d0012fa72fc5cd72e | [log] [tgz] |
---|---|---|
author | qiaowei <jov123@163.com> | 周二 3月 24 09:51:35 2020 +0800 |
committer | qiaowei <jov123@163.com> | 周二 3月 24 09:51:35 2020 +0800 |
tree | 3362c70b94cb30756b98b890d63b2363bbfd7df3 | |
parent | 69507104a9a4db3dda1b2e72342badb6d952f417 [diff] [blame] |
修改提示文字
diff --git a/www/js/security.js b/www/js/security.js index f12a1cc..dd5475d 100644 --- a/www/js/security.js +++ b/www/js/security.js
@@ -18,7 +18,7 @@ }, loginByTouchId: function() { Fingerprint.isAvailable(function(result){ - alert("Fingerprint available"); + $.alert("设备不支持指纹", "提示"); }, function(message){ alert(message); });