1.修改样式

yj-dev
杨杰 3 years ago
parent d83b147e0d
commit 0ac6b0de78
  1. 7
      pages/user/bindingCard/bindingCard.vue
  2. 2
      static/css/login.scss

@ -32,7 +32,7 @@
<view class="btn mart50" @tap="bindHuiLianTongCard" v-if="phoneNumber">绑定卡号</view>
<view class="btn mart50" @tap="doCardNonum" v-else>获取预留手机号</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>
<view class="fontlet font20 fcor666 fontwig6 height45l paddtop10">1元可抵扣100积分</view>
@ -107,7 +107,10 @@
//
changeUserCard(e) {
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) {

@ -58,7 +58,7 @@ page {
background-color: #0083f5;
width: 90%;
margin-left: 5%;
margin-top: 100rpx;
margin-top: 80rpx;
margin-bottom: 50rpx;
height: 90rpx;
display: flex;

Loading…
Cancel
Save