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.
38 lines
1.2 KiB
38 lines
1.2 KiB
"use strict";
|
|
const common_vendor = require("../../../common/vendor.js");
|
|
const common_assets = require("../../../common/assets.js");
|
|
const _sfc_main = {
|
|
data() {
|
|
return {
|
|
FormData: {
|
|
phone: "",
|
|
code: ""
|
|
}
|
|
};
|
|
}
|
|
};
|
|
if (!Array) {
|
|
const _easycom_up_input2 = common_vendor.resolveComponent("up-input");
|
|
_easycom_up_input2();
|
|
}
|
|
const _easycom_up_input = () => "../../../uni_modules/uview-plus/components/u-input/u-input.js";
|
|
if (!Math) {
|
|
_easycom_up_input();
|
|
}
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
return {
|
|
a: common_assets._imports_0$2,
|
|
b: common_vendor.o(($event) => $data.FormData.phone = $event),
|
|
c: common_vendor.p({
|
|
border: "none",
|
|
modelValue: $data.FormData.phone
|
|
}),
|
|
d: common_vendor.o(($event) => $data.FormData.phone = $event),
|
|
e: common_vendor.p({
|
|
border: "none",
|
|
modelValue: $data.FormData.phone
|
|
})
|
|
};
|
|
}
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-f8b2b374"], ["__file", "D:/work/xinjiangMiniProgram/pages/subPage/login/login.vue"]]);
|
|
wx.createPage(MiniProgramPage);
|