优化:运营中心 - 商户入驻邀请码生成优化,所有商户邀请码根据类型统一生成,不在每个商户类型单独生成
This commit is contained in:
parent
7fb3440a00
commit
d04cfffa98
|
|
@ -316,7 +316,8 @@ export default {
|
||||||
url: '',
|
url: '',
|
||||||
icon: 'icon-erweima1',
|
icon: 'icon-erweima1',
|
||||||
params: {
|
params: {
|
||||||
type: 'shopMer'
|
type: 'merchant',
|
||||||
|
merchant_type: 1,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
menuList.push({
|
menuList.push({
|
||||||
|
|
@ -325,7 +326,8 @@ export default {
|
||||||
url: '',
|
url: '',
|
||||||
icon: 'icon-erweima1',
|
icon: 'icon-erweima1',
|
||||||
params: {
|
params: {
|
||||||
type: 'mer'
|
type: 'merchant',
|
||||||
|
merchant_type: 0,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
menuList.push({
|
menuList.push({
|
||||||
|
|
@ -334,7 +336,8 @@ export default {
|
||||||
url: '',
|
url: '',
|
||||||
icon: 'icon-erweima1',
|
icon: 'icon-erweima1',
|
||||||
params: {
|
params: {
|
||||||
type: 'supermarket'
|
type: 'merchant',
|
||||||
|
merchant_type: 4,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
menuList.push({
|
menuList.push({
|
||||||
|
|
@ -343,7 +346,8 @@ export default {
|
||||||
url: '',
|
url: '',
|
||||||
icon: 'icon-erweima1',
|
icon: 'icon-erweima1',
|
||||||
params: {
|
params: {
|
||||||
type: 'hall'
|
type: 'merchant',
|
||||||
|
merchant_type: 6,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
menuList.push({
|
menuList.push({
|
||||||
|
|
@ -352,7 +356,8 @@ export default {
|
||||||
url: '',
|
url: '',
|
||||||
icon: 'icon-erweima1',
|
icon: 'icon-erweima1',
|
||||||
params: {
|
params: {
|
||||||
type: 'health'
|
type: 'merchant',
|
||||||
|
merchant_type: 7,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
@ -375,7 +380,8 @@ export default {
|
||||||
url: '',
|
url: '',
|
||||||
icon: 'icon-erweima1',
|
icon: 'icon-erweima1',
|
||||||
params: {
|
params: {
|
||||||
type: 'wine'
|
type: 'merchant',
|
||||||
|
merchant_type: 3,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue