|
|
@@ -102,6 +102,7 @@ onShareAppMessage(() => {
|
|
|
}
|
|
|
})
|
|
|
const showoverlay = ref(false)
|
|
|
+const showoverlay2 = ref(true)
|
|
|
async function getSelectZhUser() {
|
|
|
const res = await Apis.sys.selectZhUser({})
|
|
|
if (res.data.channelId === 54 && !res.data.isClaimed) {
|
|
|
@@ -327,6 +328,17 @@ function handleJyBanner() {
|
|
|
</view>
|
|
|
</view>
|
|
|
</wd-overlay>
|
|
|
+ <wd-overlay :show="showoverlay2" @click="showoverlay2 = false">
|
|
|
+ <view class="mt-280rpx flex items-center justify-center">
|
|
|
+ <view class="relative h-906rpx w-644rpx flex flex-col items-center justify-center text-center" :style="{ backgroundImage: `url(${StaticUrl}/vip-index-popup.png)`, backgroundSize: 'cover', backgroundPosition: 'center' }">
|
|
|
+ <view class="absolute top-120rpx w-406rpx border-[1rpx_solid_#FFFFFF] rounded-50rpx border-solid px-30rpx py-8rpx text-center text-24rpx text-#FFF">
|
|
|
+ 您的会员权益已生效有效期至2027-04-08 23:59:59
|
|
|
+ </view>
|
|
|
+ <image :src="`${StaticUrl}/vip-index-check.png`" class="absolute top-690rpx h-84rpx w-372rpx" @click="router.push({ name: 'smqjh-user-vip' })" />
|
|
|
+ <image :src="`${StaticUrl}/vip-index-shopping.png`" class="absolute top-800rpx h-84rpx w-288rpx" @click="router.push({ name: 'xsb-homeTabbar' })" />
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </wd-overlay>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|