|
@@ -8,7 +8,7 @@
|
|
<view v-if="isShow" class="popup">
|
|
<view v-if="isShow" class="popup">
|
|
<h3>兑换成功</h3>
|
|
<h3>兑换成功</h3>
|
|
<view class="center">{{ content }}</view>
|
|
<view class="center">{{ content }}</view>
|
|
- <button @click="getClose">确定</button>
|
|
|
|
|
|
+ <button type="submit" circle @click="getClose">确定</button>
|
|
<span>该套餐内容仅可在WIFI/移动数据模式下收听</span>
|
|
<span>该套餐内容仅可在WIFI/移动数据模式下收听</span>
|
|
</view>
|
|
</view>
|
|
<view v-else class="popup-catch">
|
|
<view v-else class="popup-catch">
|
|
@@ -121,7 +121,6 @@ img {
|
|
padding: 48rpx 0;
|
|
padding: 48rpx 0;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
-
|
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
|
|
.center {
|
|
.center {
|
|
@@ -134,7 +133,7 @@ img {
|
|
line-height: 80rpx;
|
|
line-height: 80rpx;
|
|
font-size: 32rpx;
|
|
font-size: 32rpx;
|
|
position: absolute;
|
|
position: absolute;
|
|
- bottom: 48rpx;
|
|
|
|
|
|
+ bottom: 88rpx;
|
|
}
|
|
}
|
|
|
|
|
|
span {
|
|
span {
|