2.4 组件结构调整,调整会员权限判断

This commit is contained in:
尚政杰
2026-02-04 17:43:41 +08:00
parent eeca65538c
commit 995ee7f220
274 changed files with 7191 additions and 2186 deletions

View File

@@ -0,0 +1,28 @@
"use strict";
const common_vendor = require("../../../common/vendor.js");
const _sfc_main = {
name: "gsxx-view",
data() {
return {};
},
props: {
stockBasicInfo: Object
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return common_vendor.e({
a: $props.stockBasicInfo
}, $props.stockBasicInfo ? {
b: common_vendor.t($props.stockBasicInfo.credit_code),
c: common_vendor.t($props.stockBasicInfo.company_size),
d: common_vendor.t($props.stockBasicInfo.reg_address),
e: common_vendor.t($props.stockBasicInfo.office_address),
f: common_vendor.t($props.stockBasicInfo.accounting_firm),
g: common_vendor.t($props.stockBasicInfo.law_firm),
h: common_vendor.t($props.stockBasicInfo.main_business),
i: common_vendor.t($props.stockBasicInfo.business_scope)
} : {});
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pagesStock/components/gsxx-view/gsxx-view.js.map