From 8e337da21ec99117f2169804bf5e8588530e50da Mon Sep 17 00:00:00 2001
From: jinhhanhan <1683105490@qq.com>
Date: Tue, 6 Jan 2026 18:13:23 +0800
Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=E6=9F=A5=E7=9C=8B=E6=88=91?=
=?UTF-8?q?=E7=9A=84=E5=85=B3=E6=B3=A8=EF=BC=8C=E5=8A=A0=E5=8E=BB=E9=80=9B?=
=?UTF-8?q?=E9=80=9B=E6=8C=89=E9=92=AE=EF=BC=8C=E7=82=B9=E5=87=BB=E5=94=AE?=
=?UTF-8?q?=E5=90=8E=EF=BC=8C=E6=A0=87=E9=A2=98=E5=BA=94=E5=B1=95=E7=A4=BA?=
=?UTF-8?q?=E2=80=9C=E5=94=AE=E5=90=8E=E2=80=9D=EF=BC=8C=E6=97=A0=E6=95=B0?=
=?UTF-8?q?=E6=8D=AE=E6=97=B6=E7=95=8C=E9=9D=A2=E5=BA=94=E5=B1=95=E7=A4=BA?=
=?UTF-8?q?=E2=80=9C=E6=9A=82=E6=97=A0=E5=94=AE=E5=90=8E=E8=AE=B0=E5=BD=95?=
=?UTF-8?q?=E2=80=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
lang/zh-cn/order/activist.js | 4 +-
pages_tool/member/collection.vue | 154 ++++++++++++++++++-------------
2 files changed, 93 insertions(+), 65 deletions(-)
diff --git a/lang/zh-cn/order/activist.js b/lang/zh-cn/order/activist.js
index 3113f05..bc39f08 100644
--- a/lang/zh-cn/order/activist.js
+++ b/lang/zh-cn/order/activist.js
@@ -1,6 +1,6 @@
export const lang = {
//title为每个页面的标题
- title: '退款',
+ title: '售后',
checkDetail: '查看详情',
- emptyTips: '暂无退款记录'
+ emptyTips: '暂无售后记录'
}
diff --git a/pages_tool/member/collection.vue b/pages_tool/member/collection.vue
index 1a0a6cd..b1fcdbd 100644
--- a/pages_tool/member/collection.vue
+++ b/pages_tool/member/collection.vue
@@ -1,87 +1,115 @@
-
-
-
-
-
-
-
-
-
- {{ item.sku_name }}
-
-
- ¥
- {{
- parseFloat(item.discount_price).toFixed(2).split('.')[0] }}
- .{{
- parseFloat(item.discount_price).toFixed(2).split('.')[1] }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ {{ item.sku_name }}
+
+
+ ¥
+ {{
+ parseFloat(item.discount_price).toFixed(2).split('.')[0] }}
+ .{{
+ parseFloat(item.discount_price).toFixed(2).split('.')[1] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file