解约、解绑
diff --git a/www/signxycheck.html b/www/signxycheck.html
index 17a1989..180aa9b 100644
--- a/www/signxycheck.html
+++ b/www/signxycheck.html
@@ -23,23 +23,29 @@
     <div style="padding:10px;overflow: scroll;position: absolute;top:74px;bottom:135px;left: 0;right: 0" id="content">
         
     </div>
+    <div class="weui-footer weui-footer_fixed-bottom" style="background: #fff;display: none;" id="unbtn">
+        <section class="aui-content-padded" style="margin-top: 20px;">
+            <div class="aui-btn aui-btn-block " apmode onclick="app.unAgreeXY()" id="unsignBtn">解除代扣协议</div>
+        </section>
+    </div>
     <div class="weui-footer weui-footer_fixed-bottom" style="background: #fff;display: none;" id="btn">
-            <div style="margin-top: 10px;">
-                <label for="agree" class="weui-agree" style="padding: .5em 5px .5em 15px;display: inline-block;">
-                    <input id="agree" type="checkbox" class="weui-agree__checkbox" value="yes">
-                    <span class="weui-agree__text">
-                        我已阅读并同意该协议
-                    </span>
-                </label>
-            </div>
-            <section class="aui-content-padded" style="margin-top: 20px;">
-                <div class="aui-btn aui-btn-block "  tapmode onclick="app.agreeXY()" id="signBtn">签约代扣协议</div>
-            </section>
+        <div style="margin-top: 10px;">
+            <label for="agree" class="weui-agree" style="padding: .5em 5px .5em 15px;display: inline-block;">
+                <input id="agree" type="checkbox" class="weui-agree__checkbox" value="yes">
+                <span class="weui-agree__text">
+                    我已阅读并同意该协议
+                </span>
+            </label>
+        </div>
+        <section class="aui-content-padded" style="margin-top: 20px;">
+            <div class="aui-btn aui-btn-block "  tapmode onclick="app.agreeXY()" id="signBtn">签约代扣协议</div>
+        </section>
     </div>
 </body>
 </html>
 <script type="text/javascript" src="cordova.js"></script>
 <script type="text/javascript" src="js/lib/jquery-2.1.4.js"></script>
 <script type="text/javascript" src="js/lib/jquery-weui.js"></script>
+<script type="text/javascript" src="js/lib/aui-dialog.js"></script>
 <script type="text/javascript" src="js/server.js"></script>
 <script type="text/javascript" src="js/signxycheck.js"></script>
\ No newline at end of file