"use strict"; const common_vendor = require("../../common/vendor.js"); const _sfc_main = { __name: "register", setup(__props) { const src = common_vendor.ref("https://dev-wx.igandan.com/hcp/toRegister?fromType=wx"); common_vendor.reactive({ name: "" }); common_vendor.ref(false); common_vendor.ref(true); common_vendor.reactive({ height: "90rpx", fontSize: "36rpx" }); common_vendor.reactive({ color: "#3ec7c0", height: "64rpx", fontSize: "28rpx", borderColor: "#e2e2e2", opcity: "1" }); common_vendor.ref(""); common_vendor.ref(10); common_vendor.ref(null); common_vendor.onLoad(() => { const { envVersion } = common_vendor.index.getAccountInfoSync().miniProgram; common_vendor.index.__f__("log", "at pages/register/register.vue:142", envVersion); if (envVersion == "release") { src.value = "https://wx.igandan.com/hcp/toRegister?fromType=weChat"; } else { src.value = "https://dev-wx.igandan.com/hcp/toRegister?fromType=weChat"; } }); return (_ctx, _cache) => { return { a: src.value }; }; } }; const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-bac4a35d"]]); wx.createPage(MiniProgramPage); //# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/register/register.js.map