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.
 
 
 

51 lines
1.7 KiB

"use strict";
const common_vendor = require("../../../common/vendor.js");
if (!Array) {
const _easycom_up_navbar2 = common_vendor.resolveComponent("up-navbar");
const _easycom_oneBtn2 = common_vendor.resolveComponent("oneBtn");
(_easycom_up_navbar2 + _easycom_oneBtn2)();
}
const _easycom_up_navbar = () => "../../../uni_modules/uview-plus/components/u-navbar/u-navbar.js";
const _easycom_oneBtn = () => "../../../components/oneBtn/oneBtn.js";
if (!Math) {
(_easycom_up_navbar + _easycom_oneBtn)();
}
const _sfc_main = {
__name: "examResultsOne",
setup(__props) {
common_vendor.ref(false);
common_vendor.ref(1);
const currentChart = common_vendor.ref(1);
function changeChart(num) {
currentChart.value = num;
}
return (_ctx, _cache) => {
return common_vendor.e({
a: common_vendor.p({
leftText: " ",
leftIconColor: "#fff",
safeAreaInsetTop: true,
autoBack: true,
title: "我的学习",
bgColor: "transparent",
titleStyle: {
color: "#fff"
}
}),
b: common_vendor.o(($event) => _ctx.$goPage("/pages/vip/vipEntry/vipEntry")),
c: common_vendor.p({
text: "快速提升通过率"
}),
d: common_vendor.o(($event) => changeChart(1)),
e: currentChart.value == 1 ? 1 : "",
f: common_vendor.o(($event) => changeChart(2)),
g: currentChart.value == 2 ? 1 : "",
h: currentChart.value == 1
}, currentChart.value == 1 ? {} : {}, {
i: currentChart.value == 2
}, currentChart.value == 2 ? {} : {});
};
}
};
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-a61fa573"]]);
wx.createPage(MiniProgramPage);