Преглед изворни кода

获奖名单弹框字体大小调整

DELL пре 3 година
родитељ
комит
0c3eb19902

+ 3 - 12
components/activity-help/activity-help.vue

@@ -18,7 +18,7 @@
 				<view class="activityShow-sixtwo">您也可以获得一个免费抽奖机会</view>
 				<view class="activityShow-seven" @click="activityHelp()">
 					<image src="../../static/activity/yuanjiao.png" mode="" class="activityShow-seven-img"></image>
-					<view class="activityShow-seven-view" @click="exChange()">收下好意</view>
+					<view class="activityShow-seven-view">收下好意</view>
 				</view>
 			</view>
 		</u-popup>
@@ -32,7 +32,7 @@
 					<view class="closeShow-one-view">助力成功!</view>
 					<view class="closeShow-one-viewtwo">您已获得一个免费抽奖机会</view>
 				</view>
-				<view class="closeShow-two" @click="close()">
+				<view class="closeShow-two" @click="close();exChange()">
 					<image class="closeShow-two-img" src="../../static/activity/yuanjiao.png" mode=""></image>
 					<view class="closeShow-two-view">确定</view>
 				</view>
@@ -109,16 +109,7 @@
 				})
 			},
 			exChange() {
-				//弹出层打开
-				// this.popupShow = true
-				uni.requestSubscribeMessage({
-					tmplIds: ['3y_My-yRmqmGd3-f-vAwNaK4LQeehzXBSNDi_5wcnFI',
-						'FGcPOV1j9ApESr3VUlWjFr6E1vF4X_h0LLN82T2CLL0',
-						'92xxL8XTRPLROyNUtmN04OT0kyq4iwSCH3sz-j6zbZs'
-					],
-					success(res) {
-					}
-				})
+				this.$emit('exChange')
 			},
 		},
 	}

+ 1 - 1
packageOperate/activity/index.vue

@@ -151,7 +151,7 @@
 			<view class="flex btn">
 				<button v-if="info.codeType == 2 && info.codeList.length < 1" type="default" @click="exChange"
 					open-type="share">分享给好友,参与抽奖</button>
-				<button v-if="info.codeType == 1 && info.codeList.length < 1" type="default" @click="exChangeCode" open-type="share">立即参与抽奖</button>
+				<button v-if="info.codeType == 1 && info.codeList.length < 1" type="default" @click="exChangeCode">立即参与抽奖</button>
 				<button v-if="info.codeType == 1 && info.codeList.length >= 1 || info.codeType == 2 && info.codeList.length >= 1" type="default" @click="exChange"
 					open-type="share">分享给好友,提升中奖概率</button>
 <!-- 				<u-count-down v-else :time="activityTimeTwo" format="DD:HH:mm:ss" autoStart millisecond

+ 3 - 3
packageOperate/activity/record.vue

@@ -318,7 +318,7 @@
 			.btnone {
 				width: 200rpx;
 				height: 78rpx;
-				font-size: 32rpx;
+				font-size: 26rpx;
 				line-height: 74rpx;
 				background-color: #fff;
 				color: #F8832C;
@@ -328,7 +328,7 @@
 			.btntwo {
 				width: 200rpx;
 				height: 78rpx;
-				font-size: 32rpx;
+				font-size: 26rpx;
 				line-height: 74rpx;
 				background-color: #F8832C;
 				color: #fff;
@@ -362,7 +362,7 @@
 		.btntwo {
 			width: 252rpx;
 			height: 82rpx;
-			font-size: 34rpx;
+			font-size: 26rpx;
 			line-height: 82rpx;
 			background-color: #F8832C;
 			color: #fff;

+ 2 - 0
packagePrize/choice/index.vue

@@ -460,6 +460,8 @@
 				}
 				
 				&-title {
+					height: 36rpx;
+					overflow: hidden;
 					text-align: center;
 					font-size: 36rpx;
 					line-height: 36rpx;

+ 2 - 0
packagePrize/rolling/index.vue

@@ -615,6 +615,8 @@
 				}
 				
 				&-title {
+					height: 36rpx;
+					overflow: hidden;
 					text-align: center;
 					font-size: 36rpx;
 					line-height: 36rpx;