商家首页图标key分离、商家改昵称接口、抢单列表sj_avatar
This commit is contained in:
@@ -6,15 +6,24 @@ ICON_FOLDER = 'beijing/tubiao/chengxutubiao'
|
||||
# icon_key -> 后台展示名(文件名固定为 {icon_key}.png)
|
||||
MINIAPP_ICON_META = [
|
||||
('merchant_gold_banner', '商家金牌横幅(抢单/订单列表顶部)'),
|
||||
('merchant_regular_dispatch', '常规派单'),
|
||||
('merchant_custom_dispatch', '自定义派单'),
|
||||
('merchant_pending_settle', '待清算'),
|
||||
('merchant_kefu_key', '客服密钥'),
|
||||
('merchant_kefu_list', '客服列表'),
|
||||
('merchant_link_dispatch', '链接派单'),
|
||||
('merchant_punish', '处罚记录'),
|
||||
('merchant_rank', '商家排行'),
|
||||
('merchant_refresh', '商家刷新'),
|
||||
# 商家首页大图(与「我的」页小图标分开配置)
|
||||
('merchant_home_regular', '商家首页-常规派单大图'),
|
||||
('merchant_home_custom', '商家首页-自定义派单大图'),
|
||||
('merchant_home_link', '商家首页-链接派单大图'),
|
||||
('merchant_home_kefu_key', '商家首页-客服密钥'),
|
||||
('merchant_home_kefu_list', '商家首页-客服列表'),
|
||||
('merchant_home_notice', '商家首页-公告图标'),
|
||||
('merchant_home_stat_bg', '商家首页-统计卡背景'),
|
||||
# 商家「我的」页功能小图标
|
||||
('merchant_regular_dispatch', '我的页-常规派单'),
|
||||
('merchant_custom_dispatch', '我的页-自定义派单'),
|
||||
('merchant_pending_settle', '我的页-待清算'),
|
||||
('merchant_kefu_key', '我的页-客服密钥'),
|
||||
('merchant_kefu_list', '我的页-客服列表'),
|
||||
('merchant_link_dispatch', '我的页-链接派单'),
|
||||
('merchant_punish', '我的页-处罚记录'),
|
||||
('merchant_rank', '我的页-商家排行'),
|
||||
('merchant_refresh', '我的页-刷新'),
|
||||
('fighter_recharge_member', '打手中心-会员充值横幅(左侧)'),
|
||||
('fighter_recharge_deposit', '打手中心-保证金充值横幅(右侧)'),
|
||||
('mine_pindao', '频道入口'),
|
||||
@@ -34,6 +43,13 @@ MINIAPP_ICON_DEFAULTS = {
|
||||
MINIAPP_ICON_DEFAULTS['icon_refresh'] = 'beijing/guanshiduan/icon-refresh.png'
|
||||
MINIAPP_ICON_DEFAULTS['merchant_refresh'] = 'beijing/guanshiduan/icon-refresh.png'
|
||||
MINIAPP_ICON_DEFAULTS['merchant_gold_banner'] = 'beijing/tubiao/chengxutubiao/merchant_gold_banner.png'
|
||||
MINIAPP_ICON_DEFAULTS['merchant_home_regular'] = 'beijing/shangjiaduan/home/regular_dispatch.png'
|
||||
MINIAPP_ICON_DEFAULTS['merchant_home_custom'] = 'beijing/shangjiaduan/home/custom_dispatch.png'
|
||||
MINIAPP_ICON_DEFAULTS['merchant_home_link'] = 'beijing/shangjiaduan/home/link_dispatch.png'
|
||||
MINIAPP_ICON_DEFAULTS['merchant_home_kefu_key'] = 'beijing/shangjiaduan/home/kefu_key.png'
|
||||
MINIAPP_ICON_DEFAULTS['merchant_home_kefu_list'] = 'beijing/shangjiaduan/home/kefu_list.png'
|
||||
MINIAPP_ICON_DEFAULTS['merchant_home_notice'] = 'beijing/shangjiaduan/home/notice.png'
|
||||
MINIAPP_ICON_DEFAULTS['merchant_home_stat_bg'] = 'beijing/shangjiaduan/stat_card_bg.png'
|
||||
MINIAPP_ICON_DEFAULTS['fighter_recharge_member'] = f'{ICON_FOLDER}/fighter_recharge_member.png'
|
||||
MINIAPP_ICON_DEFAULTS['fighter_recharge_deposit'] = f'{ICON_FOLDER}/fighter_recharge_deposit.png'
|
||||
MINIAPP_ICON_DEFAULTS['mine_pindao'] = 'beijing/tubiao/grzx_guanzhualong.jpg'
|
||||
|
||||
Reference in New Issue
Block a user