From 4480b9c50a8ac4f1426d1e83255df0368b667fc3 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sat, 11 Oct 2025 14:57:17 +0800
Subject: [PATCH] 1
---
src/views/modules/user/user.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/modules/user/user.vue b/src/views/modules/user/user.vue
index 65fd27d..094ae62 100644
--- a/src/views/modules/user/user.vue
+++ b/src/views/modules/user/user.vue
@@ -150,7 +150,7 @@
<span class="font_Size12 bg_Red">{{ highLevelAuthCount }}</span>
</div>
</div>
- <div class="text_Box2" @click="onUseBaseButtonTwo()">
+ <div class="text_Box2" @click="onUseC2c()">
<div class="text_moll">
<img
style="width: 42px; height: 40px"
@@ -159,7 +159,7 @@
/>
</div>
<div class="text_moll">
- <span class="font_Size14">c2c</span>
+ <span class="font_Size14">c2c订单</span>
<span class="font_Size12 bg_Red">{{ c2cMsgCount }}</span>
</div>
</div>
@@ -244,6 +244,9 @@
onUseBaseButtonTwo() {
this.$router.push({ path: "/user-relation-senior" });
},
+ onUseC2c() {
+ this.$router.push({ path: "/c2c-c2c_pay_order" });
+ },
onRechange() {
this.$router.push({ path: "/order-rechange" });
},
--
Gitblit v1.9.3