增加激活码列表页面,修复进件部分问题

This commit is contained in:
2026-01-16 13:42:58 +08:00
parent 6bbe3b2d09
commit 6535b6f580
29 changed files with 3583 additions and 128 deletions

28
pagesShops/data.js Normal file
View File

@@ -0,0 +1,28 @@
export const shopTypes = {
'only': '单店',
'chain': '连锁店',
'join': '加盟店',
}
export const registerTypes = {
'before': '快餐版',
'after': '餐饮版',
}
export const profiless = {
probation: '试用',
release: '正式',
}
export const statuss = {
1: '开启',
0: '关闭'
}
export const tubeTypes = {
1: '直接管理',
0: '不可直接管理'
}
export const channels = {
'poly': '聚合支付',
'native': '支付进件',
}