Commit 761cf189 authored by mengcuiguang's avatar mengcuiguang

看广告时,按钮不可以用 领取福利来引导用户

parent d83a5415
......@@ -7,7 +7,7 @@
<text class="info">再看一个广告可额外解锁 2 集视频,是否继续观看广告领取福利?</text>
<view class="flex space">
<text class="button1" @click="onClose">取消</text>
<text class="button2" @click="handleAd">领取福利</text>
<text class="button2" @click="handleAd">看广告领取</text>
</view>
</view>
</view>
......@@ -90,7 +90,7 @@
}
.button1 {
width: 200rpx;
width: 210rpx;
height: 80rpx;
line-height: 80rpx;
text-align: center;
......@@ -103,7 +103,7 @@
}
.button2 {
width: 200rpx;
width: 210rpx;
height: 80rpx;
line-height: 80rpx;
text-align: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment