From 307747bb880984d4240aabeb601b79043bcc8284 Mon Sep 17 00:00:00 2001
From: wangxiaowei <1121133807@qq.com>
Date: Mon, 4 May 2026 16:57:18 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E5=88=97?=
=?UTF-8?q?=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/consumer.ts | 5 +++++
src/views/consumer/lists/index.vue | 24 ++++++++++++++----------
2 files changed, 19 insertions(+), 10 deletions(-)
diff --git a/src/api/consumer.ts b/src/api/consumer.ts
index 824fe92..7d3ed61 100644
--- a/src/api/consumer.ts
+++ b/src/api/consumer.ts
@@ -24,3 +24,8 @@ export function adjustMoney(params: any) {
export function storeMoneyList(params: any) {
return request.post({ url: '/user.user/storeMoneyList', params })
}
+
+// 渠道标示列表
+export function sourceList() {
+ return request.post({ url: '/wxcode/getLists' })
+}
\ No newline at end of file
diff --git a/src/views/consumer/lists/index.vue b/src/views/consumer/lists/index.vue
index bdfce1f..db62e12 100644
--- a/src/views/consumer/lists/index.vue
+++ b/src/views/consumer/lists/index.vue
@@ -12,9 +12,11 @@
-
+
+
@@ -34,13 +36,7 @@
-
-
- 微信小程序
- 电梯扫码
- 充电宝扫码
-
-
+
@@ -75,7 +71,7 @@