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 @@