调整vip规则

This commit is contained in:
liuyuan
2025-03-13 11:29:12 +08:00
parent b4f9e13059
commit 14807d6b54
6 changed files with 309 additions and 342 deletions

View File

@@ -108,10 +108,7 @@
"
>
<template>
<view
class="chong_zhi boxShadow box_fillet vip_box"
@click="onPageJump('/pages/mine/vip/index')"
>
<view class="chong_zhi boxShadow box_fillet vip_box">
<view class="noVip">
<view style="display: flex; align-items: center">
<view
@@ -149,7 +146,7 @@
>办理VIP畅享更多专属权益</view
>
</view>
<view class="vip_btn"
<view class="vip_btn" @click="onPageJump('/pages/mine/vip/index')"
><button v-if="vipList.length == 0">办理</button
><button v-else>续费</button></view
>