From fd70a55025352985a63d8ef355baa6cc5874307e Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Sun, 8 Sep 2019 15:38:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=94=80=E8=B4=A6=E5=8F=B7=E9=83=A8?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/setting.js | 3 ++ templete/cancellation.html | 63 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 templete/cancellation.html diff --git a/js/setting.js b/js/setting.js index cba3356..a514890 100644 --- a/js/setting.js +++ b/js/setting.js @@ -64,4 +64,7 @@ mui.plusReady(function() { } }); }) + $('.cancellation').on("tap", function(){ + JZL.openWindow('cancellation.html', 'cancellation.html', {user_id: localStorage.getItem("userId")}); + }) }) \ No newline at end of file diff --git a/templete/cancellation.html b/templete/cancellation.html new file mode 100644 index 0000000..92c95ea --- /dev/null +++ b/templete/cancellation.html @@ -0,0 +1,63 @@ + + + + + + + + + + + +
+
+ +

确认注销账户

+
+
+
+
+
+ 特别声明: +
+
+ 一、成功注销后您不能二次使用! +
+
+ 二、成功注销后您的亲人不能二次使用! +
+
+ 三、请您更深入了解避免以后后悔莫及! +
+
+ + 银行账户: + +
+
+
+
确定
+
+ + + + +