61 lines
1.7 KiB
JavaScript
61 lines
1.7 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const common_assets = require("../../common/assets.js");
|
|
const _sfc_main = {
|
|
__name: "workjoin",
|
|
setup(__props) {
|
|
const type = common_vendor.ref(0);
|
|
common_vendor.onLoad((options) => {
|
|
type.value = options.type || "";
|
|
});
|
|
const workArray = [
|
|
{
|
|
success: true
|
|
},
|
|
{
|
|
success: true
|
|
},
|
|
{
|
|
success: true
|
|
},
|
|
{
|
|
success: true
|
|
},
|
|
{
|
|
success: false
|
|
}
|
|
];
|
|
const goback = () => {
|
|
common_vendor.index.navigateBack();
|
|
};
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_assets._imports_0$1,
|
|
b: common_assets._imports_1$1,
|
|
c: type.value === `1` ? `/static/index/workjoin/man.png` : `/static/index/workjoin/bgcren.png`,
|
|
d: common_vendor.t(type.value === `1` ? `机构加盟` : `员工入驻`),
|
|
e: common_assets._imports_2$1,
|
|
f: common_vendor.o(goback),
|
|
g: common_vendor.t(type.value === "1" ? `机构加盟审核列表` : `员工入驻审核列表`),
|
|
h: common_vendor.f(workArray, (item, index, i0) => {
|
|
return common_vendor.e({
|
|
a: common_vendor.t(item.success ? "审核成功" : "审核失败"),
|
|
b: !item.success
|
|
}, !item.success ? {} : {}, {
|
|
c: index
|
|
});
|
|
}),
|
|
i: common_vendor.o(() => {
|
|
}),
|
|
j: common_vendor.o(() => {
|
|
}),
|
|
k: common_vendor.o(() => {
|
|
})
|
|
};
|
|
};
|
|
}
|
|
};
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-808c8183"]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/login/workjoin.js.map
|