rank.js 485 B

123456789101112131415
  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const _sfc_main = {
  4. __name: "rank",
  5. setup(__props) {
  6. common_vendor.onShow(() => {
  7. common_vendor.index.setNavigationBarTitle({ title: "量化交易大师" });
  8. });
  9. return (_ctx, _cache) => {
  10. return {};
  11. };
  12. }
  13. };
  14. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/program/gupiao-wx/src/pages/rank/rank.vue"]]);
  15. wx.createPage(MiniProgramPage);