blob: 98681cfc246ed625a7fbc1eeef4fa04d65cc1f45 [file] [log] [blame]
binquan.qiuf9647a22020-05-08 15:43:24 +08001<view class="container">
2
3 <view class="global-background">
4 <view class=" center inline-item" >
5 <view style="float:left">
6 姓名
7 </view>
8 <view style="float:right;display: block;" style="margin-left:75%;color:gray">
9 {{name}}
10 </view>
11 </view>
12 <view class=" center inline-item" >
13 <view style="float:left">
14 市民卡
15 </view>
16 <view style="float:right;display: block;" style="margin-left:45%;color:gray">
17 {{bankcard}}
18 </view>
19
20 </view>
21 <view class=" center inline-item" >
22 <view style="float:left">
23 状态
24 </view>
25 <view style="float:right;display: block;" style="margin-left:75%;color:gray">
26 {{status}}
27 </view>
28
29 </view>
30
31 <button class="long-btn-warn" style="width: 90%;margin-bottom:30rpx; " bindtap="unSign">解除签约</button>
32
33 </view>
34</view>