userinfo.js 87 B

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