|
|
@@ -80,15 +80,6 @@
|
|
|
</view>
|
|
|
<!-- 操作按钮组 -->
|
|
|
<view class="action dis j-s">
|
|
|
- <!-- 设为默认 -->
|
|
|
- <view class="btn dis a-c j-c" @click.stop="setDefault(item)">
|
|
|
- <u-radio-group v-model="item.isDefault" @change="val=>setDefaultCard(val,item)"
|
|
|
- iconPlacement="right" style="flex: none;">
|
|
|
- <u-radio activeColor="#FDE935" iconColor="#333" labelSize="15px" shape="circle"
|
|
|
- :name="true" size="28rpx"></u-radio>
|
|
|
- </u-radio-group>
|
|
|
- <text>设为默认卡</text>
|
|
|
- </view>
|
|
|
<!-- 复制卡号 -->
|
|
|
<view class="btn dis a-c j-c" @click.stop="copyCardNumber(item.bankCardNumber)">
|
|
|
<image src="/static/icon/my/copy.png" mode=""></image>
|
|
|
@@ -152,15 +143,6 @@
|
|
|
</view>
|
|
|
<!-- 操作按钮组 -->
|
|
|
<view class="action dis j-s">
|
|
|
- <!-- 设为默认 -->
|
|
|
- <view class="btn dis a-c j-c" @click.stop="setDefault(item)">
|
|
|
- <u-radio-group v-model="item.isDefault" @change="val=>setDefaultCard(val,item)"
|
|
|
- iconPlacement="right" style="flex: none;">
|
|
|
- <u-radio activeColor="#FDE935" iconColor="#333" labelSize="15px" shape="circle"
|
|
|
- :name="true" size="28rpx"></u-radio>
|
|
|
- </u-radio-group>
|
|
|
- <text>设为默认卡</text>
|
|
|
- </view>
|
|
|
<!-- 复制卡号 -->
|
|
|
<view class="btn dis a-c j-c" @click.stop="copyCardNumber(item.bankCardNumber)">
|
|
|
<image src="/static/icon/my/copy.png" mode=""></image>
|
|
|
@@ -453,9 +435,6 @@
|
|
|
this.cardPackList1 = list1;
|
|
|
this.cardPackList2 = list2;
|
|
|
this.cardPackList3 = list3;
|
|
|
- console.log(this.cardPackList1);
|
|
|
- console.log(this.cardPackList2);
|
|
|
- console.log(this.cardPackList3);
|
|
|
}
|
|
|
},
|
|
|
}
|
|
|
@@ -683,7 +662,7 @@
|
|
|
}
|
|
|
|
|
|
.btn {
|
|
|
- width: 33.33%;
|
|
|
+ width: 50%;
|
|
|
|
|
|
text {
|
|
|
margin-left: 8rpx;
|
|
|
@@ -695,10 +674,13 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .btn:nth-child(2) {
|
|
|
- border-left: 1rpx solid #fff;
|
|
|
+ .btn {
|
|
|
border-right: 1px solid #fff;
|
|
|
}
|
|
|
+
|
|
|
+ .btn:last-child {
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|