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