|
@@ -63,11 +63,27 @@ export const SPRITE_SHEETS = {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
/** 进货/供货商专用雪碧图,坐标待设计稿测量后补全 */
|
|
/** 进货/供货商专用雪碧图,坐标待设计稿测量后补全 */
|
|
|
- stock: {
|
|
|
|
|
- path: "/retail/stock_sprite.webp?time=2607140000",
|
|
|
|
|
|
|
+ order: {
|
|
|
|
|
+ path: "/hhb/sprite_icon/icon-order.webp?time=26071614",
|
|
|
width: 500,
|
|
width: 500,
|
|
|
height: 500,
|
|
height: 500,
|
|
|
- icons: {}
|
|
|
|
|
|
|
+ icons: {
|
|
|
|
|
+ "ps-shop": { x: 257, y: 8 , w: 57, h: 50 },//商家配送
|
|
|
|
|
+ "ps-shop-active": { x: 190, y: 8 , w: 57, h: 50 },//商家配送-active
|
|
|
|
|
+ "ps-paotui": { x: 198, y: 63 , w: 59, h: 50 },//跑腿配送
|
|
|
|
|
+ "ps-paotui-active": { x: 129, y: 63 , w: 59, h: 50 },//跑腿配送-active
|
|
|
|
|
+ "ps-daodian": { x: 483, y: 8 , w: 48, h: 50 },//到店自取
|
|
|
|
|
+ "ps-daodian-active": { x: 324, y: 8 , w: 49, h: 50 },//到店自取-active
|
|
|
|
|
+ "ps-kuaidi": { x: 72, y: 63 , w: 47, h: 50 },//快递
|
|
|
|
|
+ "ps-kuaidi-active": { x: 12, y: 63 , w: 46, h: 50 },//快递-active
|
|
|
|
|
+ "ps-wuliu": { x: 441, y: 8 , w: 67, h: 50 },//物流
|
|
|
|
|
+ "ps-wuliu-active": { x: 518, y: 8 , w: 66, h: 50 },//物流-active
|
|
|
|
|
+ "huoche": { x: 7, y: 8 , w: 46, h: 50 },//配送说明-小货车
|
|
|
|
|
+ "youhuiquan": { x: 267, y: 63 , w: 58, h: 50 },//优惠券
|
|
|
|
|
+ "beizhu": { x: 12, y: 8 , w: 50, h: 50 },//订单-备注
|
|
|
|
|
+ "shijian": { x: 70, y: 8 , w: 50, h: 50 },//配送时间
|
|
|
|
|
+ "shijianduan": { x: 129, y: 8 , w: 51, h: 50 },//配送时间段
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
|
|
|
|