phoneLogin.js 242 B

123456789101112131415161718
  1. const app = getApp();
  2. let height = app.globalData.phoneheight
  3. Page({
  4. /**
  5. * 页面的初始数据
  6. */
  7. data: {
  8. height:height
  9. },
  10. /**
  11. * 生命周期函数--监听页面加载
  12. */
  13. onLoad: function (options) {
  14. },
  15. })