stylemap.js 127 B

1234567
  1. var app = getApp();
  2. export default {
  3. "headerheight":170,
  4. "topsearchheight":78,
  5. "footerheight":app.globalData.isIpx?140:98
  6. }