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 @@ + + + + + + + + + + + +
+
+ +

确认注销账户

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