@@ -100,14 +100,12 @@ export default {
.list {
padding: 12px;
.item {
- background-repeat: no-repeat;
- background-size: cover;
- background-position-y: bottom;
border-radius: 5px;
padding: 15px 12px 15px 12px;
margin-bottom: 10px;
overflow: hidden;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
+ background-color: white;
.title {
font-size: 15px;
font-weight: bold;
@@ -97,7 +97,7 @@ export default {
uni.showModal({ content: this.verify.error, showCancel: false });
return false;
}
- if (!this.bankName) {
+ if (this.item.way == 0 && !this.bankName) {
uni.showModal({
title: '提示',
content: '请先填写银行卡信息',