From 69110c094343fa111eee75b0a56fef7dd7995f8a Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Tue, 25 Nov 2025 18:09:45 +0800
Subject: [PATCH] 修复优惠券点击立即使用弹出二维码问题 商家后台添加分销和超级分红 添加活动分享功能 添加商户提现功能
---
mobile/pages/plus/vip/index.vue | 14 ++++----------
1 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/mobile/pages/plus/vip/index.vue b/mobile/pages/plus/vip/index.vue
index 4b536ff..13f9bc3 100644
--- a/mobile/pages/plus/vip/index.vue
+++ b/mobile/pages/plus/vip/index.vue
@@ -74,7 +74,7 @@
</view>
<text class="pt10 f26 mt20">{{ info_words.order.title.value }}</text>
</view>
- <view class="d-c-c d-c flex-1" @click="gotoPage('/pages/plus/vip/team')">
+ <view class="d-c-c d-c flex-1" @click="gotoPage('/pages/agent/team/team')">
<view>
<image class="vip_index_img" src="../../../static/icon/icon-tuandui.png" mode=""></image>
</view>
@@ -91,18 +91,12 @@
<!--不是VIP用户-->
<template v-if="!is_vip && isData">
<view class="no-vip">
- <view class="mt50 p-0-20 pt30 red f34 tc">{{ info_words.index.words.not_vip.value }}</view>
+ <view class="mt50 p-0-20 pt30 red f34 tc">{{ info_words.index.words.vip_user.value }}</view>
<view class="p30 f28">
- 您需要购买指定商品才能成为VIP用户,赶紧到商城看看吧!
+ {{ info_words.index.words.not_vip.value }}
</view>
<view class="p30 mt30">
- <button type="primary" class="btn-gcred" @click="gotoShop">{{ info_words.apply.words.goto_mall.value }}</button>
- </view>
- <view class="p30 mt30" v-if="has_apply">
- <button type="primary" class="btn-gray" @click="checkApplyStatus">查看申请状态</button>
- </view>
- <view class="p30 mt30" v-else>
- <button type="primary" class="btn-gcred" @click="applyVip">申请成为VIP</button>
+ <button type="primary" class="btn-gcred" @click="applyVip">{{ info_words.index.words.apply_now.value }}</button>
</view>
</view>
</template>
--
Gitblit v1.9.2