|
|
@@ -1,9 +1,9 @@ |
|
|
|
<navbar text="激活消费卡" home back background='#FD832D' color="white"></navbar> |
|
|
|
<navbar text="绑定消费卡" home back background='#FD832D' color="white"></navbar> |
|
|
|
|
|
|
|
<view style="height:{{navigationBarHeight}} "></view> |
|
|
|
|
|
|
|
<view class="tab" bindtap="changeTabs"> |
|
|
|
<view class="{{tabIndex == 0 ? 'tabItem active' : 'tabItem'}}" id="0">绑定并激活</view> |
|
|
|
<view class="{{tabIndex == 0 ? 'tabItem active' : 'tabItem'}}" id="0">绑定</view> |
|
|
|
<view class="{{tabIndex == 1 ? 'tabItem active' : 'tabItem'}}" id="1">转赠</view> |
|
|
|
</view> |
|
|
|
|
|
|
@@ -36,9 +36,9 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="name"> |
|
|
|
激活状态: |
|
|
|
<text wx:if="{{ownerUserId}}" style="color: #ff0000;">已激活</text> |
|
|
|
<text wx:else style="color: #1aad19;">未激活</text> |
|
|
|
绑定状态: |
|
|
|
<text wx:if="{{ownerUserId}}" style="color: #ff0000;">已绑定</text> |
|
|
|
<text wx:else style="color: #1aad19;">未绑定</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view wx:if="{{isChangePhone}}" class="phone">持卡人手机号: |
|
|
|