Explorar o código

样式调整、抽奖页面按钮调整

DELL %!s(int64=3) %!d(string=hai) anos
pai
achega
74b7a37dc3
Modificáronse 2 ficheiros con 5 adicións e 4 borrados
  1. 4 3
      src/packageOperate/activity/index.vue
  2. 1 1
      src/pages/activity/index.vue

+ 4 - 3
src/packageOperate/activity/index.vue

@@ -180,10 +180,11 @@
 			</view>
 		</view>
 		<!-- #endif -->
-		<!-- #ifdef H5 -->
-		<view class="footer-fixed" v-if="info.codeType == 1 && info.codeList.length < 1">
+		<!-- #ifdef H5 || MP-ALIPAY -->
+		<view class="footer-fixed">
 			<view class="flex btn">
-				<button type="default" @click="exChangeCode">立即参与抽奖</button>
+				<button type="default" v-if="info.codeType == 1 && info.codeList.length < 1" @click="exChangeCode">立即参与抽奖</button>
+				<button class="buttoncol" type="default" v-else>活动已参与</button>
 			</view>
 		</view>
 		<!-- #endif -->

+ 1 - 1
src/pages/activity/index.vue

@@ -207,7 +207,7 @@
 						}
 
 						.timetwo {
-							width: 420rpx;
+							width: 430rpx;
 							background: rgba(249, 130, 44, 0.08);
 							margin-top: 10rpx;
 							border: 2rpx solid #F9822C;