| | |
| | | <view style="font-size: 36rpx;color: #333333;margin: 0 20rpx;"> |
| | | <span class="content-title-item">实物权益</span> |
| | | </view> |
| | | <view style="color: #666666;font-size: 24rpx;">专享权益以实际兑换页面为准</view> |
| | | <view style="color: #666666;font-size: 24rpx;">专享权益以商城实际发出商品为准</view> |
| | | <!-- <image style="width: 111rpx;height: 8rpx;" src="/static/img/qsRight.png"></image>--> |
| | | </view> |
| | | <view class="physical" style="background: url('/static/img/qsPhysical.png') no-repeat top center; background-size: 100%;width: 100%;height: 982rpx;"> |
| | |
| | | <!-- </view>--> |
| | | </view> |
| | | <view style="width: 690rpx;display: flex;gap: 20rpx;position: fixed;bottom: 40rpx;left: 30rpx;z-index: 5;"> |
| | | <button @click="toHuiyuan" style="width:50%;height: 100rpx;line-height: 100rpx;color: #ffffff;border-radius: 50rpx;font-size: 34rpx;background-color: #CD8319">虚拟权益</button> |
| | | <button @click="getTips" style="width:50%;height: 100rpx;line-height: 100rpx;color: #ffffff;border-radius: 50rpx;font-size: 34rpx;background-color: #4766FE">实物权益</button> |
| | | <button @click="toHuiyuan" style="width:50%;height: 100rpx;line-height: 100rpx;color: #ffffff;border-radius: 50rpx;font-size: 34rpx;background-color: #CD8319">领取虚拟权益</button> |
| | | <button @click="getTips" style="width:50%;height: 100rpx;line-height: 100rpx;color: #ffffff;border-radius: 50rpx;font-size: 34rpx;background-color: #4766FE">查询实物权益</button> |
| | | </view> |
| | | </view> |
| | | |