修改卡绑定功能,登录方式改为跳转
diff --git a/pages/unbind/unbind.wxml b/pages/unbind/unbind.wxml
new file mode 100644
index 0000000..98681cf
--- /dev/null
+++ b/pages/unbind/unbind.wxml
@@ -0,0 +1,34 @@
+<view class="container">
+
+ <view class="global-background">
+ <view class=" center inline-item" >
+ <view style="float:left">
+ 姓名
+ </view>
+ <view style="float:right;display: block;" style="margin-left:75%;color:gray">
+ {{name}}
+ </view>
+ </view>
+ <view class=" center inline-item" >
+ <view style="float:left">
+ 市民卡
+ </view>
+ <view style="float:right;display: block;" style="margin-left:45%;color:gray">
+ {{bankcard}}
+ </view>
+
+ </view>
+ <view class=" center inline-item" >
+ <view style="float:left">
+ 状态
+ </view>
+ <view style="float:right;display: block;" style="margin-left:75%;color:gray">
+ {{status}}
+ </view>
+
+ </view>
+
+ <button class="long-btn-warn" style="width: 90%;margin-bottom:30rpx; " bindtap="unSign">解除签约</button>
+
+ </view>
+</view>
\ No newline at end of file