You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.1 KiB

1 week ago
  1. "use strict";
  2. const common_vendor = require("../../../common/vendor.js");
  3. const _sfc_main = {};
  4. if (!Array) {
  5. const _easycom_u_navbar2 = common_vendor.resolveComponent("u-navbar");
  6. const _easycom_u_icon2 = common_vendor.resolveComponent("u-icon");
  7. (_easycom_u_navbar2 + _easycom_u_icon2)();
  8. }
  9. const _easycom_u_navbar = () => "../../../uni_modules/uview-plus/components/u-navbar/u-navbar.js";
  10. const _easycom_u_icon = () => "../../../uni_modules/uview-plus/components/u-icon/u-icon.js";
  11. if (!Math) {
  12. (_easycom_u_navbar + _easycom_u_icon)();
  13. }
  14. function _sfc_render(_ctx, _cache) {
  15. return {
  16. a: common_vendor.p({
  17. leftText: " ",
  18. title: "顺序练习成绩",
  19. safeAreaInsetTop: true,
  20. autoBack: true,
  21. fixed: false,
  22. leftIconColor: "#fff",
  23. bgColor: "transparent",
  24. titleStyle: {
  25. color: "#fff"
  26. }
  27. }),
  28. b: common_vendor.p({
  29. name: "arrow-right",
  30. color: "#666",
  31. size: "14"
  32. })
  33. };
  34. }
  35. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-20733e1a"]]);
  36. wx.createPage(MiniProgramPage);