Browse Source

feat: 1F 2F 楼层差1

master
jiannibang 3 years ago
parent
commit
e24bb125eb
  1. 4
      src/pages/Index/Index.js

4
src/pages/Index/Index.js

@ -337,6 +337,10 @@ const Index = () => {
wrapperWindowRatio: 0.9,
showShopLabel: false,
useFormatColor: false,
floorDiffMap: {
"3_5": 1,
"5_3": 1,
},
},
mall,
onFocusShop: (data, stop) => {

Loading…
Cancel
Save