From d04cfffa98dbb8d397fb598bae2443fa6b590541 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Sun, 28 Apr 2024 11:34:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E8=BF=90=E8=90=A5?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=20-=20=E5=95=86=E6=88=B7=E5=85=A5=E9=A9=BB?= =?UTF-8?q?=E9=82=80=E8=AF=B7=E7=A0=81=E7=94=9F=E6=88=90=E4=BC=98=E5=8C=96?= =?UTF-8?q?=EF=BC=8C=E6=89=80=E6=9C=89=E5=95=86=E6=88=B7=E9=82=80=E8=AF=B7?= =?UTF-8?q?=E7=A0=81=E6=A0=B9=E6=8D=AE=E7=B1=BB=E5=9E=8B=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E7=94=9F=E6=88=90=EF=BC=8C=E4=B8=8D=E5=9C=A8=E6=AF=8F=E4=B8=AA?= =?UTF-8?q?=E5=95=86=E6=88=B7=E7=B1=BB=E5=9E=8B=E5=8D=95=E7=8B=AC=E7=94=9F?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/agent/centerV2.vue | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/pages/agent/centerV2.vue b/pages/agent/centerV2.vue index 30379d8..698b775 100644 --- a/pages/agent/centerV2.vue +++ b/pages/agent/centerV2.vue @@ -316,7 +316,8 @@ export default { url: '', icon: 'icon-erweima1', params: { - type: 'shopMer' + type: 'merchant', + merchant_type: 1, } }); menuList.push({ @@ -325,7 +326,8 @@ export default { url: '', icon: 'icon-erweima1', params: { - type: 'mer' + type: 'merchant', + merchant_type: 0, } }); menuList.push({ @@ -334,7 +336,8 @@ export default { url: '', icon: 'icon-erweima1', params: { - type: 'supermarket' + type: 'merchant', + merchant_type: 4, } }); menuList.push({ @@ -343,7 +346,8 @@ export default { url: '', icon: 'icon-erweima1', params: { - type: 'hall' + type: 'merchant', + merchant_type: 6, } }); menuList.push({ @@ -352,7 +356,8 @@ export default { url: '', icon: 'icon-erweima1', params: { - type: 'health' + type: 'merchant', + merchant_type: 7, } }); } @@ -375,7 +380,8 @@ export default { url: '', icon: 'icon-erweima1', params: { - type: 'wine' + type: 'merchant', + merchant_type: 3, } }); }