From afbba4d20b534c598620811b856a5d55a91d47fb Mon Sep 17 00:00:00 2001
From: sunke <18850253506@163.com>
Date: Wed, 12 Feb 2020 10:23:01 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E5=AD=90=E6=96=87=E6=A1=A3=E5=BC=B9?=
=?UTF-8?q?=E7=AA=97=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Application/Home/View/default/Safe/modifyBaseInfo.html | 7 ++++++-
Application/Home/View/default/Safe/safeDocument.html | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/Application/Home/View/default/Safe/modifyBaseInfo.html b/Application/Home/View/default/Safe/modifyBaseInfo.html
index f239511d8..5edbdd5d2 100644
--- a/Application/Home/View/default/Safe/modifyBaseInfo.html
+++ b/Application/Home/View/default/Safe/modifyBaseInfo.html
@@ -342,7 +342,12 @@
shadeClose: true,
shade: 0.8,
area: ['70%', '82%'],
- content: ['index.php?s=/Home/safe/safeDocument/username/'+ username +'/email/' + email + '/realname/' + realname + '/phone/' + phone +'/address/' + address + '', 'no']
+ btn:['同意'],
+ content: ['index.php?s=/Home/safe/safeDocument/username/'+ username +'/email/' + email + '/realname/' + realname + '/phone/' + phone +'/address/' + address + '', 'no'],
+ yes:function(index) {
+ window.localStorage.setItem('checked','checked');
+ layer.close(index);
+ }
});
}
diff --git a/Application/Home/View/default/Safe/safeDocument.html b/Application/Home/View/default/Safe/safeDocument.html
index 0694eff24..707800c19 100644
--- a/Application/Home/View/default/Safe/safeDocument.html
+++ b/Application/Home/View/default/Safe/safeDocument.html
@@ -236,7 +236,7 @@ and open the template in the editor.
-
+