优化:运营中心 - 商户入驻邀请码生成优化,所有商户邀请码根据类型统一生成,不在每个商户类型单独生成

This commit is contained in:
wuhui_zzw 2024-04-28 11:34:38 +08:00
parent 7fb3440a00
commit d04cfffa98
1 changed files with 12 additions and 6 deletions

View File

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