1.28 更换echarts文件
This commit is contained in:
28
unpackage/dist/dev/mp-weixin/components/gsxx-view/gsxx-view.js
vendored
Normal file
28
unpackage/dist/dev/mp-weixin/components/gsxx-view/gsxx-view.js
vendored
Normal 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 Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||||
wx.createComponent(Component);
|
||||
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/gsxx-view/gsxx-view.js.map
|
||||
Reference in New Issue
Block a user