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.

42 lines
1.4 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_oneBtn2 = common_vendor.resolveComponent("oneBtn");
  7. const _easycom_u_icon2 = common_vendor.resolveComponent("u-icon");
  8. (_easycom_u_navbar2 + _easycom_oneBtn2 + _easycom_u_icon2)();
  9. }
  10. const _easycom_u_navbar = () => "../../../uni_modules/uview-plus/components/u-navbar/u-navbar.js";
  11. const _easycom_oneBtn = () => "../../../components/oneBtn/oneBtn.js";
  12. const _easycom_u_icon = () => "../../../uni_modules/uview-plus/components/u-icon/u-icon.js";
  13. if (!Math) {
  14. (_easycom_u_navbar + _easycom_oneBtn + _easycom_u_icon)();
  15. }
  16. function _sfc_render(_ctx, _cache) {
  17. return {
  18. a: common_vendor.p({
  19. leftText: " ",
  20. title: "模拟考试成绩",
  21. safeAreaInsetTop: true,
  22. autoBack: true,
  23. fixed: true
  24. }),
  25. b: common_vendor.p({
  26. text: "快速提升通过率"
  27. }),
  28. c: common_vendor.f(4, (item, index, i0) => {
  29. return {
  30. a: "efd2bda7-2-" + i0,
  31. b: index
  32. };
  33. }),
  34. d: common_vendor.p({
  35. name: "arrow-right",
  36. color: "#D9D9D9",
  37. size: "14"
  38. })
  39. };
  40. }
  41. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-efd2bda7"]]);
  42. wx.createPage(MiniProgramPage);