Selaa lähdekoodia

价值优惠券

zhengjinyi 3 vuotta sitten
vanhempi
commit
8035900cf8
1 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 4 3
      pages/seller/club/club-list.vue

+ 4 - 3
pages/seller/club/club-list.vue

@@ -65,6 +65,7 @@
 								<view class="btn yeo" @click.stop="_goRechargeOrder(club)">
 									<text>充值/下订金</text>
 								</view>
+								<view class="btn yel" @click.stop="_goBuyagain(club)"> <text>购买优惠券</text> </view>
 							</view>
 						</view>
 					</view>
@@ -421,12 +422,11 @@ page,
 		}
 		.club-list-bot {
 			width: 100%;
-			height: 60rpx;
+			height: auto;
 			float: left;
 			margin-top: 20rpx;
 			.list-opea {
 				width: 100%;
-				display: flex;
 				flex: 1;
 				color: #166ce1;
 				flex-direction: row;
@@ -439,7 +439,8 @@ page,
 					font-size: $font-size-24;
 					color: $text-color;
 					text-align: center;
-					margin: 0 15rpx;
+					margin: 7rpx;
+					float: left;
 					&.org {
 						background: rgba(22, 225, 77, 0.1);
 						color: #16e14d;