index.js 92 B

1234567891011
  1. Page({
  2. data: {
  3. },
  4. onLoad: function (options) {
  5. },
  6. onShow: function () {
  7. },
  8. })