stylemap.js 238 B

12345678
  1. var app = getApp();
  2. var headerheight = 170
  3. export default {
  4. "headerheight":headerheight,
  5. "topsearchheight":78,
  6. "footerheight":app.globalData.isIpx?140:98,
  7. "contentheight":app.globalData.windowHeight-headerheight/app.globalData.scale
  8. }