index.js 92 B

123456789
  1. var app = getApp()
  2. Page({
  3. onLoad: function () {
  4. console.log('onLoad')
  5. }
  6. })