|
|
@ -32,7 +32,7 @@ |
|
|
|
<view class="btn mart50" @tap="bindHuiLianTongCard" v-if="phoneNumber">绑定卡号</view> |
|
|
|
<view class="btn mart50" @tap="bindHuiLianTongCard" v-if="phoneNumber">绑定卡号</view> |
|
|
|
<view class="btn mart50" @tap="doCardNonum" v-else>获取预留手机号</view> |
|
|
|
<view class="btn mart50" @tap="doCardNonum" v-else>获取预留手机号</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="width90 mart20 height120 backcorfff fotct" style="position: absolute;top: 390px;" v-if="type == 1"> |
|
|
|
<view class="width90 mart20 height120 backcorfff fotct" style="position: absolute;top: 70%;" v-if="type == 1"> |
|
|
|
<view class="fontlet font20 fcor666 fontwig6 height45l " style="border-bottom: 1px solid #F4F4F4;">【温馨提示】 |
|
|
|
<view class="fontlet font20 fcor666 fontwig6 height45l " style="border-bottom: 1px solid #F4F4F4;">【温馨提示】 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="fontlet font20 fcor666 fontwig6 height45l paddtop10">1元可抵扣100积分</view> |
|
|
|
<view class="fontlet font20 fcor666 fontwig6 height45l paddtop10">1元可抵扣100积分</view> |
|
|
@ -107,7 +107,10 @@ |
|
|
|
//选择卡类型 |
|
|
|
//选择卡类型 |
|
|
|
changeUserCard(e) { |
|
|
|
changeUserCard(e) { |
|
|
|
this.type = this.cardList[e.target.value].codeValue; |
|
|
|
this.type = this.cardList[e.target.value].codeValue; |
|
|
|
this.typeName = this.cardList[e.target.value].codeName; |
|
|
|
this.typeName = this.cardList[e.target.value].codeName; |
|
|
|
|
|
|
|
this.cardNoNumber = ''; |
|
|
|
|
|
|
|
this.phoneNumber = ''; |
|
|
|
|
|
|
|
this.disStute = false; |
|
|
|
}, |
|
|
|
}, |
|
|
|
//选择卡号 |
|
|
|
//选择卡号 |
|
|
|
bindUserCard(e) { |
|
|
|
bindUserCard(e) { |
|
|
|