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
42 lines
1.4 KiB
"use strict";
|
|
const common_vendor = require("../../../common/vendor.js");
|
|
const _sfc_main = {};
|
|
if (!Array) {
|
|
const _easycom_u_navbar2 = common_vendor.resolveComponent("u-navbar");
|
|
const _easycom_oneBtn2 = common_vendor.resolveComponent("oneBtn");
|
|
const _easycom_u_icon2 = common_vendor.resolveComponent("u-icon");
|
|
(_easycom_u_navbar2 + _easycom_oneBtn2 + _easycom_u_icon2)();
|
|
}
|
|
const _easycom_u_navbar = () => "../../../uni_modules/uview-plus/components/u-navbar/u-navbar.js";
|
|
const _easycom_oneBtn = () => "../../../components/oneBtn/oneBtn.js";
|
|
const _easycom_u_icon = () => "../../../uni_modules/uview-plus/components/u-icon/u-icon.js";
|
|
if (!Math) {
|
|
(_easycom_u_navbar + _easycom_oneBtn + _easycom_u_icon)();
|
|
}
|
|
function _sfc_render(_ctx, _cache) {
|
|
return {
|
|
a: common_vendor.p({
|
|
leftText: " ",
|
|
title: "模拟考试成绩",
|
|
safeAreaInsetTop: true,
|
|
autoBack: true,
|
|
fixed: true
|
|
}),
|
|
b: common_vendor.p({
|
|
text: "快速提升通过率"
|
|
}),
|
|
c: common_vendor.f(4, (item, index, i0) => {
|
|
return {
|
|
a: "efd2bda7-2-" + i0,
|
|
b: index
|
|
};
|
|
}),
|
|
d: common_vendor.p({
|
|
name: "arrow-right",
|
|
color: "#D9D9D9",
|
|
size: "14"
|
|
})
|
|
};
|
|
}
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-efd2bda7"]]);
|
|
wx.createPage(MiniProgramPage);
|