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.
14 lines
584 B
14 lines
584 B
"use strict";
|
|
const common_vendor = require("../../../common/vendor.js");
|
|
const _sfc_main = {};
|
|
function _sfc_render(_ctx, _cache) {
|
|
return {
|
|
a: _ctx.studentAnswer,
|
|
b: common_vendor.o(($event) => _ctx.studentAnswer = $event.detail.value),
|
|
c: common_vendor.o((...args) => _ctx.checkAnswer && _ctx.checkAnswer(...args)),
|
|
d: common_vendor.o((...args) => _ctx.signIn && _ctx.signIn(...args))
|
|
};
|
|
}
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-50f039b9"]]);
|
|
wx.createPage(MiniProgramPage);
|