first commit

This commit is contained in:
2025-12-29 14:59:44 +08:00
commit 10c3fbb0d7
5315 changed files with 795443 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {};
if (!Array) {
const _easycom_up_input2 = common_vendor.resolveComponent("up-input");
const _easycom_up_textarea2 = common_vendor.resolveComponent("up-textarea");
(_easycom_up_input2 + _easycom_up_textarea2)();
}
const _easycom_up_input = () => "../../uni_modules/uview-plus/components/u-input/u-input.js";
const _easycom_up_textarea = () => "../../uni_modules/uview-plus/components/u-textarea/u-textarea.js";
if (!Math) {
(_easycom_up_input + _easycom_up_textarea)();
}
function _sfc_render(_ctx, _cache) {
return {
a: common_vendor.p({
placeholder: "请输入内容"
}),
b: common_vendor.p({
placeholder: "请输入内容"
}),
c: common_vendor.p({
placeholder: "请输入内容"
}),
d: common_vendor.p({
placeholder: "请输入内容"
}),
e: common_vendor.o(($event) => _ctx.value1 = $event),
f: common_vendor.p({
placeholder: "请输入内容",
modelValue: _ctx.value1
}),
g: common_vendor.o(($event) => _ctx.value1 = $event),
h: common_vendor.p({
placeholder: "请输入内容",
modelValue: _ctx.value1
}),
i: common_vendor.o(($event) => _ctx.value1 = $event),
j: common_vendor.p({
placeholder: "请输入内容",
modelValue: _ctx.value1
})
};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
wx.createPage(MiniProgramPage);