lsw 9 ay önce
ebeveyn
işleme
1b12f5aeed
2 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  1. 1 3
      app/pages/news/index.vue
  2. 1 1
      app/pages/user/money/cash_out.vue

+ 1 - 3
app/pages/news/index.vue

@@ -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;

+ 1 - 1
app/pages/user/money/cash_out.vue

@@ -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: '请先填写银行卡信息',