修改卡绑定功能,登录方式改为跳转
diff --git a/pages/index/index.wxml b/pages/index/index.wxml
index 257b1c0..b832291 100644
--- a/pages/index/index.wxml
+++ b/pages/index/index.wxml
@@ -38,7 +38,7 @@
<view class=" center inline-item" bindtap="doBind" style="margin-top:1%;">
<view style="float:left">
- 银行卡
+ 市民卡
</view>
<view style="float:right;display: block;" style="margin-left:75%;color:{{bindcolor}}">
{{bind}}
@@ -47,17 +47,7 @@
>
</view>
</view>
- <view class=" center inline-item" bindtap="doSign" >
- <view style="float:left">
- 签约代扣免密付
- </view>
- <view style="float:right;display: block;" style="margin-left:62%;color:{{signcolor}}">
- {{sign}}
- </view>
- <view class="arrow-icon" style="float:right;">
- >
- </view>
- </view>
+
</view>
</view>