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, } }); }