25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

8 satır
183 B

  1. const app = getApp()
  2. const navigationBarHeight = (getApp().statusBarHeight + 44)+"px"
  3. Page({
  4. data:{
  5. navigationBarHeight,
  6. imgHttps:app.globalData.imgHttps,
  7. }
  8. })