From a9b9b6df9bebb9c6bb4107a514a8d7a362d7db1a Mon Sep 17 00:00:00 2001
From: lzx_win <2602107437@qq.com>
Date: Sun, 20 Apr 2025 23:23:00 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
otherPages/workbenchManage/bindUser/index.vue | 14 ++++++---
otherPages/workbenchManage/myLevel/index.vue | 12 +++++++-
.../myUser/components/haveOrder.vue | 8 ++---
.../workbenchManage/myUser/components/noOrder.vue | 4 +--
otherPages/workbenchManage/myUser/index.vue | 34 +++++++++++++---------
otherPages/workbenchManage/myWallet/index.vue | 13 +++++++--
6 files changed, 58 insertions(+), 27 deletions(-)
diff --git a/otherPages/workbenchManage/bindUser/index.vue b/otherPages/workbenchManage/bindUser/index.vue
index 3467072..b57a332 100644
--- a/otherPages/workbenchManage/bindUser/index.vue
+++ b/otherPages/workbenchManage/bindUser/index.vue
@@ -5,15 +5,21 @@
-
+
+
+ 初级伴宠师
+
+
+ 中级伴宠师
+
+
+ 高级伴宠师
已加入合伙人:{{state.baseInfo.partner_day}}
diff --git a/otherPages/workbenchManage/myUser/components/haveOrder.vue b/otherPages/workbenchManage/myUser/components/haveOrder.vue
index 6f9e842..68c7a43 100644
--- a/otherPages/workbenchManage/myUser/components/haveOrder.vue
+++ b/otherPages/workbenchManage/myUser/components/haveOrder.vue
@@ -3,8 +3,8 @@
-
- {{ item.name }}
+
+ {{ item.nickname }}
arrowClick(index)">
{{ item.isShow == true ? '收起' : '展开' }}
@@ -26,7 +26,7 @@
最近一次下单
- {{ item.recentlyPayTime }}
+ {{ item.createTime }}
@@ -34,7 +34,7 @@
累计消费金额
- ¥ {{ item.reward_money }}
+ ¥ {{ item.orderAmount.toFixed(2) }}
diff --git a/otherPages/workbenchManage/myUser/components/noOrder.vue b/otherPages/workbenchManage/myUser/components/noOrder.vue
index 9dfbc68..6493121 100644
--- a/otherPages/workbenchManage/myUser/components/noOrder.vue
+++ b/otherPages/workbenchManage/myUser/components/noOrder.vue
@@ -2,8 +2,8 @@
-
- {{ item.userName }}
+
+ {{ item.nickname }}
diff --git a/otherPages/workbenchManage/myUser/index.vue b/otherPages/workbenchManage/myUser/index.vue
index 50d14ff..d0f2561 100644
--- a/otherPages/workbenchManage/myUser/index.vue
+++ b/otherPages/workbenchManage/myUser/index.vue
@@ -5,17 +5,26 @@
@@ -134,17 +143,14 @@ const getBaseInfo = () => {
})
}
const getList = async () => {
- const {
- code,
- data
- } = await hhrMyUserList({
+ const {content} = await hhrMyUserList({
...state.page,
state: state.state,
appUserId: state.info.userId
})
- if (code === 200) {
- state.list = [...data]
- }
+ // if (code === 200) {
+ state.list = [...content]
+ // }
}
const tabClick = (item) => {
state.state = item.index
diff --git a/otherPages/workbenchManage/myWallet/index.vue b/otherPages/workbenchManage/myWallet/index.vue
index c449c8d..de5ff8f 100644
--- a/otherPages/workbenchManage/myWallet/index.vue
+++ b/otherPages/workbenchManage/myWallet/index.vue
@@ -5,8 +5,17 @@