From 5e32c846c73b9afa33aee314188ff8e3781017b6 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Thu, 29 May 2025 15:33:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(custom):=20=E8=AE=A2=E5=8D=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=B0=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/index/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/order/index/index.vue b/src/views/order/index/index.vue index 83051f0..24dd5d7 100644 --- a/src/views/order/index/index.vue +++ b/src/views/order/index/index.vue @@ -58,9 +58,13 @@ value: 2, }, { - label: '小猪积分', + label: '智多鑫积分', value: 3, }, + { + label: '渔乐潮玩积分', + value: 5, + }, ]" :key="song.value" :value="song.value"