1.
This commit is contained in:
86
unpackage/dist/dev/mp-weixin/components/cyl-view/cyl-view.js
vendored
Normal file
86
unpackage/dist/dev/mp-weixin/components/cyl-view/cyl-view.js
vendored
Normal file
@@ -0,0 +1,86 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const common_assets = require("../../common/assets.js");
|
||||
const _sfc_main = {
|
||||
name: "cyl-view",
|
||||
data() {
|
||||
return {
|
||||
isShow: false,
|
||||
center_index: 0,
|
||||
types: [
|
||||
{
|
||||
title: "上游供应链",
|
||||
count: 5,
|
||||
desc: "原材料与供应商",
|
||||
sColor: "#FF8C53",
|
||||
color: "#FF5501",
|
||||
backColor: "#FFF4EF"
|
||||
},
|
||||
{},
|
||||
{
|
||||
title: "核心企业",
|
||||
count: 1,
|
||||
desc: "公司主体与产品",
|
||||
sColor: "#518BFF",
|
||||
color: "#175CE6",
|
||||
backColor: "#F2F6FD"
|
||||
},
|
||||
{},
|
||||
{
|
||||
title: "下游客户",
|
||||
count: 12,
|
||||
desc: "原材料与供应商",
|
||||
sColor: "#48D394",
|
||||
color: "#1DB26F",
|
||||
backColor: "#E7F5F0"
|
||||
}
|
||||
],
|
||||
typeIndex: 0
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
changeCenterIndex(index) {
|
||||
this.center_index = index;
|
||||
},
|
||||
clickAction() {
|
||||
common_vendor.index.__f__("log", "at components/cyl-view/cyl-view.vue:111", 123);
|
||||
this.$emit("detail");
|
||||
}
|
||||
}
|
||||
};
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: $data.center_index == 0 ? 1 : "",
|
||||
b: common_vendor.o(($event) => $options.changeCenterIndex(0)),
|
||||
c: $data.center_index == 1 ? 1 : "",
|
||||
d: common_vendor.o(($event) => $options.changeCenterIndex(1)),
|
||||
e: common_vendor.f($data.types, (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: item.title
|
||||
}, item.title ? {
|
||||
b: common_vendor.t(item.title),
|
||||
c: common_vendor.t(item.count),
|
||||
d: $data.typeIndex == index ? item.color : "#F2C369",
|
||||
e: $data.typeIndex == index ? "#ffffff" : "#070707",
|
||||
f: common_vendor.t(item.desc),
|
||||
g: common_vendor.o(($event) => $data.typeIndex = index, index),
|
||||
h: $data.typeIndex == index ? item.backColor : "#FAFAFC",
|
||||
i: $data.typeIndex == index ? `1rpx solid ${item.color}` : "none"
|
||||
} : {
|
||||
j: common_assets._imports_0$2
|
||||
}, {
|
||||
k: index
|
||||
});
|
||||
}),
|
||||
f: $data.types[$data.typeIndex].backColor,
|
||||
g: $data.types[$data.typeIndex].color,
|
||||
h: $data.types[$data.typeIndex].color,
|
||||
i: `1rpx solid ${$data.types[$data.typeIndex].color}`,
|
||||
j: `${95}%`,
|
||||
k: `linear-gradient(to right, ${$data.types[$data.typeIndex].sColor}, ${$data.types[$data.typeIndex].color})`,
|
||||
l: common_vendor.o((...args) => $options.clickAction && $options.clickAction(...args))
|
||||
};
|
||||
}
|
||||
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||||
wx.createComponent(Component);
|
||||
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/cyl-view/cyl-view.js.map
|
||||
4
unpackage/dist/dev/mp-weixin/components/cyl-view/cyl-view.json
vendored
Normal file
4
unpackage/dist/dev/mp-weixin/components/cyl-view/cyl-view.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
unpackage/dist/dev/mp-weixin/components/cyl-view/cyl-view.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/components/cyl-view/cyl-view.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="cyl_view"><view class="top"><view class="child_1">产业链分析</view><view class="child_2">目标公司供应链图谱</view><view class="child_3">节点 18</view></view><view class="center"><view class="{{['child', a && 'action']}}" bindtap="{{b}}"> 层级视图 </view><view class="{{['child', c && 'action']}}" bindtap="{{d}}"> 流向关系 </view></view><view class="bottom"><view class="type"><view wx:for="{{e}}" wx:for-item="item" wx:key="k" class="item"><block wx:if="{{item.a}}"><view bindtap="{{item.g}}" style="{{'display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#FAFAFC;border-radius:10rpx;width:100%;padding:26rpx 0;box-sizing:border-box' + ';' + ('background-color:' + item.h + ';' + ('border:' + item.i))}}"><view style="color:#2B2B2B;font-size:24rpx;font-weight:bold">{{item.b}} <text style="{{'min-width:24rpx;text-align:center;margin-left:6rpx;padding:0 5rpx;border-radius:5rpx;font-weight:500' + ';' + ('background-color:' + item.d + ';' + ('color:' + item.e))}}">{{item.c}}</text></view><view style="color:#999999;font-size:22rpx;font-weight:500;margin-top:10rpx">{{item.f}}</view></view></block><block wx:else><image style="width:100%;height:auto" src="{{item.j}}" mode="widthFix"></image></block></view></view><view class="list" bindtap="{{l}}" style="margin:20rpx;background-color:#FAFAFC;border-radius:10rpx;padding:25rpx 20rpx;box-sizing:border-box"><view style="color:#2B2B2B;font-size:28rpx;font-weight:bold">央行/政策性银行</view><view style="color:#999999;font-size:24rpx;font-weight:500">提供再贷款、再贴现、同业存放等基础货币与流动性支持</view><view style="display:flex;align-items:center;font-size:20rpx;font-weight:500;margin:15rpx 0"><view style="{{'border-radius:5rpx;padding:0 10rpx;margin-right:10rpx' + ';' + ('background-color:' + f + ';' + ('color:' + g))}}"> Supplier</view><view style="{{'border-radius:5rpx;padding:0 10rpx' + ';' + ('color:' + h + ';' + ('border:' + i))}}">份额: 12.5%</view></view><view style="display:flex;align-items:center"><view style="color:#71675D;font-size:22rpx;font-weight:500">影响度</view><view style="flex:1;height:10rpx;background-color:#EFEFEF;border-radius:5rpx;margin:0 15rpx;overflow:hidden"><view style="{{'height:100%;border-radius:5rpx' + ';' + ('width:' + j + ';' + ('background:' + k))}}"></view></view><view style="color:#71675D;font-size:24rpx;font-weight:500">95</view></view></view></view></view>
|
||||
57
unpackage/dist/dev/mp-weixin/components/cyl-view/cyl-view.wxss
vendored
Normal file
57
unpackage/dist/dev/mp-weixin/components/cyl-view/cyl-view.wxss
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
.cyl_view {
|
||||
padding: 20rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.cyl_view .top {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-weight: 500;
|
||||
}
|
||||
.cyl_view .top .child_1 {
|
||||
color: #2B2B2B;
|
||||
font-size: 28rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
.cyl_view .top .child_2 {
|
||||
color: #71675D;
|
||||
font-size: 24rpx;
|
||||
margin: 0 10rpx;
|
||||
}
|
||||
.cyl_view .top .child_3 {
|
||||
border: 1rpx solid #F3C368;
|
||||
border-radius: 5rpx;
|
||||
padding: 0 5rpx;
|
||||
color: #F2C369;
|
||||
font-size: 24rpx;
|
||||
}
|
||||
.cyl_view .center {
|
||||
margin: 20rpx 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-evenly;
|
||||
font-weight: 500;
|
||||
}
|
||||
.cyl_view .center .child {
|
||||
background-color: #F5F5F5;
|
||||
border-radius: 10rpx 10rpx 0 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 26rpx;
|
||||
color: #939393;
|
||||
padding: 10rpx 40rpx;
|
||||
}
|
||||
.cyl_view .center .child.action {
|
||||
background-color: #F2C369;
|
||||
color: #070707;
|
||||
}
|
||||
.cyl_view .bottom .type {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 19rpx 1fr 19rpx 1fr;
|
||||
gap: 6rpx;
|
||||
}
|
||||
.cyl_view .bottom .type .item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
76
unpackage/dist/dev/mp-weixin/components/fzlc-view/fzlc-view.js
vendored
Normal file
76
unpackage/dist/dev/mp-weixin/components/fzlc-view/fzlc-view.js
vendored
Normal file
@@ -0,0 +1,76 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const common_assets = require("../../common/assets.js");
|
||||
const _sfc_main = {
|
||||
name: "fzlc-view",
|
||||
data() {
|
||||
return {
|
||||
gj_list: [
|
||||
{
|
||||
title: "产量与销量指标",
|
||||
count: 8,
|
||||
show: false
|
||||
},
|
||||
{
|
||||
title: "价格与成本驱动",
|
||||
count: 3,
|
||||
show: false
|
||||
},
|
||||
{
|
||||
title: "市场与客户指标",
|
||||
count: 2,
|
||||
show: false
|
||||
},
|
||||
{
|
||||
title: "行业特定指标",
|
||||
count: 4,
|
||||
show: false
|
||||
},
|
||||
{
|
||||
title: "风险与异常指标",
|
||||
count: 2,
|
||||
show: false
|
||||
}
|
||||
]
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
clickAction() {
|
||||
this.$emit("detail");
|
||||
}
|
||||
}
|
||||
};
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: common_vendor.f($data.gj_list, (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.t(item.title),
|
||||
b: common_vendor.t(item.count),
|
||||
c: item.show
|
||||
}, item.show ? {
|
||||
d: common_assets._imports_0$3
|
||||
} : {
|
||||
e: common_assets._imports_1$13
|
||||
}, {
|
||||
f: item.show
|
||||
}, item.show ? {
|
||||
g: common_vendor.f(item.count, (child, k1, i1) => {
|
||||
return {};
|
||||
}),
|
||||
h: common_assets._imports_2$11
|
||||
} : {}, {
|
||||
i: index,
|
||||
j: common_vendor.o(($event) => item.show = !item.show, index)
|
||||
});
|
||||
}),
|
||||
b: common_vendor.f(3, (item, k0, i0) => {
|
||||
return {};
|
||||
}),
|
||||
c: common_assets._imports_3$11,
|
||||
d: `${95}%`,
|
||||
e: common_vendor.o((...args) => $options.clickAction && $options.clickAction(...args))
|
||||
};
|
||||
}
|
||||
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||||
wx.createComponent(Component);
|
||||
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/fzlc-view/fzlc-view.js.map
|
||||
4
unpackage/dist/dev/mp-weixin/components/fzlc-view/fzlc-view.json
vendored
Normal file
4
unpackage/dist/dev/mp-weixin/components/fzlc-view/fzlc-view.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
unpackage/dist/dev/mp-weixin/components/fzlc-view/fzlc-view.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/components/fzlc-view/fzlc-view.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view style="padding:25rpx 20rpx;box-sizing:border-box"><view style="display:flex;align-items:center;font-size:28rpx"><text>关键因素</text><text style="font-size:24rpx;color:#070707;padding:0rpx 10rpx;border-radius:3rpx;background-color:#F2C369;margin-left:10rpx">19</text></view><view wx:for="{{a}}" wx:for-item="item" wx:key="i" bindtap="{{item.j}}" style="margin:20rpx 0;background-color:#FAFAFC;border-radius:10rpx;padding:25rpx 20rpx;color:#2B2B2B"><view style="display:flex;align-items:center;justify-content:space-between"><view style="flex:1;font-size:26rpx"><text>{{item.a}}</text><text style="font-size:24rpx;color:#070707;padding:0rpx 10rpx;border-radius:3rpx;background-color:#F2C369;margin-left:10rpx">{{item.b}}</text></view><image wx:if="{{item.c}}" style="width:20rpx;height:12rpx" src="{{item.d}}" mode="widthFix"></image><image wx:else style="width:20rpx;height:12rpx" src="{{item.e}}" mode="widthFix"></image></view><block wx:if="{{item.f}}"><view wx:for="{{item.g}}" wx:for-item="child" style="margin:20rpx 0;padding:20rpx;box-sizing:border-box;background-color:white;border-radius:10rpx;border:1rpx solid #E7E7E7;color:#2B2B2B;font-weight:500;font-size:26rpx"><view style="display:flex;align-items:center;justify-content:space-between"><view>净息差</view><view style="background-color:#345423;border-radius:5rpx;color:white;padding:0 10rpx;text-align:center;font-size:20rpx"> 负面</view></view><view style="display:flex;align-items:center;margin-top:10rpx"><view style="color:#345423;font-weight:bold;font-size:30rpx;margin-right:10rpx">1.79亿元 </view><view style="display:flex;align-items:center;border:1rpx solid #345423;padding:0 10rpx;text-align:center;font-size:20rpx;color:#345423;border-radius:5rpx"><image style="width:11rpx;height:15rpx;margin-right:5rpx" src="{{item.h}}" mode="widthFix"></image>0.51% </view></view><view style="margin-top:10rpx;color:#999999;font-size:22rpx">银行核心盈利能力指标,反映存贷利差水平</view><view style="margin-top:10rpx;color:#999999;font-size:22rpx">影响权重: 90</view></view></block></view><view style="display:flex;align-items:center;font-size:28rpx"><text>发展时间线</text><text style="font-size:24rpx;color:white;padding:0rpx 10rpx;border-radius:3rpx;background-color:#EC3440;margin-left:10rpx">正面 19</text><text style="font-size:24rpx;color:white;padding:0rpx 10rpx;border-radius:3rpx;background-color:#345423;margin-left:10rpx">负面 1</text></view><view wx:for="{{b}}" wx:for-item="item" bindtap="{{e}}" style="display:flex;margin:20rpx 0;border-radius:10rpx;box-sizing:border-box;color:#2B2B2B"><view style="display:flex;flex-direction:column;align-items:center"><image style="width:30rpx;height:30rpx;margin-top:20rpx" src="{{c}}" mode="widthFix"></image><view style="flex:1;width:1rpx;border-left:1rpx dashed #EC3440;margin-top:10rpx;margin-bottom:-30rpx"></view></view><view style="flex:1;margin-left:10rpx;background-color:#FAFAFC;padding:24rpx 15rpx;border-radius:10rpx;font-weight:500"><view><text style="color:#2A2A2A;font-weight:bold;font-size:24rpx;margin-right:10rpx">不良贷款率连续四年低于1.1%</text><text style="background-color:#FFE7E9;color:#EC3440;padding:5rpx 10rpx;border-radius:5rpx;font-size:20rpx">Achievement</text></view><view style="color:#999999;font-size:20rpx;margin:15rpx 0">2025-06-30</view><view style="color:#71675D;font-size:22rpx">2025年中报不良率1.06%,拨备覆盖率290%,资产质量保持股份行领先。</view><view style="display:flex;align-items:center;margin-top:30rpx"><view style="color:#71675D;font-size:22rpx;font-weight:500">影响度</view><view style="width:200rpx;height:10rpx;background-color:#EFEFEF;border-radius:5rpx;margin:0 15rpx;overflow:hidden"><view style="{{'height:100%;border-radius:5rpx;background:linear-gradient(to right, #FF525D, #EC3440)' + ';' + ('width:' + d)}}"></view></view><view style="color:#71675D;font-size:24rpx;font-weight:500">95</view></view></view></view></view>
|
||||
34
unpackage/dist/dev/mp-weixin/components/gqjg-view/gqjg-view.js
vendored
Normal file
34
unpackage/dist/dev/mp-weixin/components/gqjg-view/gqjg-view.js
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const _sfc_main = {
|
||||
name: "gqjg-view",
|
||||
data() {
|
||||
return {};
|
||||
}
|
||||
};
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: common_vendor.f(4, (item, index, i0) => {
|
||||
return {
|
||||
a: index % 2 == 0 ? "/pagesStock/static/icon/upArrow.png" : "/pagesStock/static/icon/downArrow.png",
|
||||
b: index % 2 == 0 ? 1 : ""
|
||||
};
|
||||
}),
|
||||
b: common_vendor.f(4, (item, index, i0) => {
|
||||
return {};
|
||||
}),
|
||||
c: common_vendor.f(10, (item, index, i0) => {
|
||||
return {
|
||||
a: index % 2 == 1 ? 1 : ""
|
||||
};
|
||||
}),
|
||||
d: common_vendor.f(10, (item, index, i0) => {
|
||||
return {
|
||||
a: index % 2 == 1 ? 1 : ""
|
||||
};
|
||||
})
|
||||
};
|
||||
}
|
||||
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||||
wx.createComponent(Component);
|
||||
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/gqjg-view/gqjg-view.js.map
|
||||
4
unpackage/dist/dev/mp-weixin/components/gqjg-view/gqjg-view.json
vendored
Normal file
4
unpackage/dist/dev/mp-weixin/components/gqjg-view/gqjg-view.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
unpackage/dist/dev/mp-weixin/components/gqjg-view/gqjg-view.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/components/gqjg-view/gqjg-view.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="com_list"><view class="item"><view class="flex"><view class="title">平安银行股份有限公司北京分行</view></view><view class="com_info"><view class="left"><view class="l_top">中国平安保险(集团)股份有限公司</view><view class="l_bottom"><view class="l_b_left">企业法人</view><view class="l_b_right">截至 2024-09-30</view></view></view><view class="right"><view class="r_top">控制比例</view><view class="r_center">52.38%</view><view class="r_bottom">101.69亿股</view></view></view><view class="flex"><view class="title">股权集中度</view></view><view class="guquan"><view class="top">2025-09-30 00:00:00</view><view class="bottom"><view class="b_item"><view wx:for="{{a}}" wx:for-item="item" class="item_info"><view class="left"> 前1大股东 </view><view class="right"><view class="bili">49.56%</view><view class="{{['shengjiang', item.b && 'action']}}"><image src="{{item.a}}" mode="widthFix"></image>0.35% </view></view></view></view><view style="width:15rpx"></view><view class="b_item"><view wx:for="{{b}}" wx:for-item="item" class="item_info"><view class="left"> 前1大流通股东 </view><view class="right"><view class="bili">49.56%</view><view wx:if="{{0}}" class="{{['shengjiang', item.b && 'action']}}"><image src="{{item.a}}" mode="widthFix"></image>0.35% </view></view></view></view></view></view><view class="flex"><view class="title">十大股东</view></view><view class="gudong"><view class="back"><view class="top action" style="height:54rpx"><view>股东名称</view><view>股东类型</view><view style="text-align:center">持股数量</view><view style="text-align:center">持股比例</view><view style="text-align:center">股份性质</view></view><view wx:for="{{c}}" wx:for-item="item" class="{{['top', item.a && 'action']}}"><view class="child">中国平安保险(啊山东科技发啦设计费)</view><view class="child">保险公司</view><view class="child" style="text-align:center">96.19亿</view><view class="child" style="color:#3E87CF;font-weight:bold;text-align:center">49.57%</view><view class="child" style="background-color:#FFF7E9;color:#E0AC4A;border-radius:5rpx;padding:5rpx 10rpx;text-align:center"> 流通A股</view></view></view></view><view class="flex"><view class="title">十大流通股东 </view></view><view class="gudong"><view class="back"><view class="top action" style="height:54rpx"><view>股东名称</view><view>股东类型</view><view style="text-align:center">持股数量</view><view style="text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis"> 流通股比例</view><view style="text-align:center">股份性质</view></view><view wx:for="{{d}}" wx:for-item="item" class="{{['top', item.a && 'action']}}"><view class="child">中国平安保险(啊山东科技发啦设计费)</view><view class="child">保险公司</view><view class="child" style="text-align:center">96.19亿</view><view class="child" style="color:#893ECF;font-weight:bold;text-align:center">49.57%</view><view class="child" style="background-color:#FFF7E9;color:#E0AC4A;border-radius:5rpx;padding:5rpx 10rpx;text-align:center"> 流通A股</view></view></view></view></view></view>
|
||||
142
unpackage/dist/dev/mp-weixin/components/gqjg-view/gqjg-view.wxss
vendored
Normal file
142
unpackage/dist/dev/mp-weixin/components/gqjg-view/gqjg-view.wxss
vendored
Normal file
@@ -0,0 +1,142 @@
|
||||
.com_list {
|
||||
margin-top: 38rpx;
|
||||
padding: 0 20rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.com_list .title {
|
||||
color: #2B2B2B;
|
||||
font-size: 28rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
.com_list .item .com_info {
|
||||
margin: 20rpx 0;
|
||||
background-color: #FAFAFC;
|
||||
border-radius: 10rpx;
|
||||
padding: 25rpx 20rpx;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
font-weight: 500;
|
||||
}
|
||||
.com_list .item .com_info .left .l_top {
|
||||
color: #666666;
|
||||
font-size: 24rpx;
|
||||
}
|
||||
.com_list .item .com_info .left .l_bottom {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
.com_list .item .com_info .left .l_bottom .l_b_left {
|
||||
background-color: #99AFEC;
|
||||
border-radius: 10rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
font-size: 20rpx;
|
||||
padding: 5rpx;
|
||||
}
|
||||
.com_list .item .com_info .left .l_bottom .l_b_right {
|
||||
margin-left: 10rpx;
|
||||
color: #999999;
|
||||
font-size: 22rpx;
|
||||
}
|
||||
.com_list .item .com_info .right {
|
||||
color: #71675D;
|
||||
font-size: 20rpx;
|
||||
text-align: right;
|
||||
}
|
||||
.com_list .item .com_info .right .r_center {
|
||||
color: #BB8520;
|
||||
font-size: 28rpx;
|
||||
font-weight: bold;
|
||||
margin: 5rpx 0;
|
||||
}
|
||||
.com_list .item .guquan {
|
||||
margin: 25rpx 0;
|
||||
font-weight: 500;
|
||||
background-color: #FAFAFC;
|
||||
border-radius: 10rpx;
|
||||
padding: 25rpx 13rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.com_list .item .guquan .top {
|
||||
color: #999999;
|
||||
font-size: 22rpx;
|
||||
}
|
||||
.com_list .item .guquan .bottom {
|
||||
display: flex;
|
||||
}
|
||||
.com_list .item .guquan .bottom .b_item {
|
||||
flex: 1;
|
||||
}
|
||||
.com_list .item .guquan .bottom .b_item .item_info {
|
||||
margin: 15rpx 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.com_list .item .guquan .bottom .b_item .item_info .left {
|
||||
color: #666666;
|
||||
font-size: 20rpx;
|
||||
}
|
||||
.com_list .item .guquan .bottom .b_item .item_info .right {
|
||||
height: 35rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 20rpx;
|
||||
}
|
||||
.com_list .item .guquan .bottom .b_item .item_info .right .bili {
|
||||
color: #BB8520;
|
||||
font-weight: bold;
|
||||
}
|
||||
.com_list .item .guquan .bottom .b_item .item_info .right .shengjiang {
|
||||
margin-left: 10rpx;
|
||||
box-sizing: border-box;
|
||||
padding: 5rpx;
|
||||
border-radius: 5rpx;
|
||||
background-color: #C6F6D5;
|
||||
color: #345423;
|
||||
font-size: 18rpx;
|
||||
}
|
||||
.com_list .item .guquan .bottom .b_item .item_info .right .shengjiang image {
|
||||
width: 11rpx;
|
||||
height: 25rpx;
|
||||
margin-right: 4rpx;
|
||||
}
|
||||
.com_list .item .guquan .bottom .b_item .item_info .right .shengjiang.action {
|
||||
background-color: #FFDFE1;
|
||||
color: #EC3440;
|
||||
}
|
||||
.com_list .item .gudong {
|
||||
margin-top: 25rpx;
|
||||
}
|
||||
.com_list .item .gudong .back {
|
||||
margin: 25rpx 0;
|
||||
font-weight: 500;
|
||||
background-color: #FAFAFC;
|
||||
border-radius: 10rpx;
|
||||
padding: 25rpx 13rpx;
|
||||
box-sizing: border-box;
|
||||
color: #666666;
|
||||
}
|
||||
.com_list .item .gudong .back .top {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
gap: 20rpx;
|
||||
grid-template-columns: 130rpx repeat(4, 1fr);
|
||||
font-size: 22rpx;
|
||||
background-color: white;
|
||||
}
|
||||
.com_list .item .gudong .back .top.action {
|
||||
background-color: #FAFAFC;
|
||||
}
|
||||
.com_list .item .gudong .back .top .child {
|
||||
font-size: 18rpx;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
margin: 10rpx 0;
|
||||
}
|
||||
@@ -102,7 +102,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
} : {}, {
|
||||
c: !$props.hideBack && !$props.backBlack
|
||||
}, !$props.hideBack && !$props.backBlack ? {
|
||||
d: common_assets._imports_1$10
|
||||
d: common_assets._imports_1$12
|
||||
} : {}, {
|
||||
e: !$props.hideBack && $props.backBlack
|
||||
}, !$props.hideBack && $props.backBlack ? {
|
||||
|
||||
43
unpackage/dist/dev/mp-weixin/components/news-view/news-view.js
vendored
Normal file
43
unpackage/dist/dev/mp-weixin/components/news-view/news-view.js
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const common_assets = require("../../common/assets.js");
|
||||
const _sfc_main = {
|
||||
name: "news-view",
|
||||
data() {
|
||||
return {
|
||||
showType: 0
|
||||
};
|
||||
},
|
||||
props: {
|
||||
// 0 新闻动态 1 公司公告
|
||||
type: Number
|
||||
},
|
||||
watch: {
|
||||
type: {
|
||||
handler(newVal, oldVal) {
|
||||
this.showType = newVal;
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {}
|
||||
};
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return common_vendor.e({
|
||||
a: $data.showType == 0
|
||||
}, $data.showType == 0 ? {
|
||||
b: common_assets._imports_0$5,
|
||||
c: common_assets._imports_1$14,
|
||||
d: common_assets._imports_2$13,
|
||||
e: common_assets._imports_3$13,
|
||||
f: common_vendor.f(["C级", "行业政策", "投资分72", "金融监管", "资管行业", "自律管理"], (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item)
|
||||
};
|
||||
})
|
||||
} : {}, {
|
||||
g: $data.showType == 1
|
||||
}, $data.showType == 1 ? {} : {});
|
||||
}
|
||||
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||||
wx.createComponent(Component);
|
||||
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/news-view/news-view.js.map
|
||||
4
unpackage/dist/dev/mp-weixin/components/news-view/news-view.json
vendored
Normal file
4
unpackage/dist/dev/mp-weixin/components/news-view/news-view.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
unpackage/dist/dev/mp-weixin/components/news-view/news-view.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/components/news-view/news-view.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view><block wx:if="{{a}}"><view style="padding:20rpx"><view style="background-color:#F3F3F3;display:flex;align-items:center;height:70rpx;border-radius:30rpx;overflow:hidden"><view style="display:flex;align-items:center;justify-content:center;width:62rpx"><image style="width:25rpx;height:24rpx" src="{{b}}" mode="widthFix"></image></view><input style="flex:1;height:100%;font-size:22rpx;color:#999;margin-right:20rpx" type="text" placeholder="搜索相关新闻..."/></view><view style="border:1rpx solid #E7E7E7;border-radius:10rpx;padding:0 27rpx;margin:20rpx 0"><view style="color:#2B2B2B;font-size:26rpx;font-weight:bold;margin-top:20rpx">中央财办明确2026年继续实施适度宽松货币政策...</view><view style="display:flex;align-items:center;color:#999999;font-size:22rpx;font-weight:400"><image style="width:20rpx;height:20rpx;margin-right:5rpx" src="{{c}}" mode="widthFix"></image><text>2025/12/16</text><text style="margin:10rpx">|</text><image style="width:18rpx;height:13rpx;margin-right:5rpx" src="{{d}}" mode="widthFix"></image><text>9</text><text style="margin:10rpx">|</text><image style="width:16rpx;height:19rpx;margin-right:5rpx" src="{{e}}" mode="widthFix"></image><text>3.1</text></view><view style="display:flex;flex-wrap:wrap"><view wx:for="{{f}}" wx:for-item="item" style="background-color:#FFFAF0;border-radius:3rpx;padding:2rpx 10rpx;overflow:hidden;font-size:18rpx;color:#E9AE3E;font-weight:400;margin-right:10rpx;margin-top:10rpx">{{item.a}}</view></view><view style="margin:20rpx 0;font-size:22rpx;color:#71675D;font-weight:500">中央财办有关负责同志表示,2026年继续实施适度宽松的货币政策,把促进经济稳定增长、物价合理回升作为重要考量。</view><view style="height:1rpx;background-color:#E7E7E7"></view><view style="display:flex;align-items:center;color:#71675D;font-size:22rpx;font-weight:500;margin:20rpx 0"><text style="font-weight:bold;color:#2B2B2B">相关涨跌:</text><text>平均 </text><text style="color:#EC3440;font-weight:bold">+2.39%</text><text style="margin:0 20rpx">|</text><text>最大 </text><text style="color:#EC3440;font-weight:bold">+9.28%</text><text style="margin:0 20rpx">|</text><text>周 </text><text style="color:#EC3440;font-weight:bold">+3.22%</text></view></view></view></block><block wx:if="{{g}}"><view style="padding:20rpx"><view style="border:1rpx solid #E7E7E7;border-radius:10rpx;padding:0 27rpx;margin:20rpx 0;display:flex;align-items:center"><view style="flex:1"><view style="color:#2B2B2B;font-size:26rpx;font-weight:bold;margin-top:20rpx">中央财办明确2026年继续实施适度宽松货币政策...</view><view style="display:flex;align-items:center;color:#71675D;font-size:22rpx;font-weight:500;margin:20rpx 0"><text style="color:#E9AE3E;font-size:18rpx;background-color:#FFFAF0;border-radius:3rpx;padding:2rpx 10rpx;margin-right:14rpx">定期报告</text><text>2024-10-28</text><text style="margin:0 20rpx">|</text><text>PDF</text><text style="margin:0 20rpx">|</text><text>132 KB</text></view></view><view style="padding:4rpx 10rpx;background-color:#F2C369;border-radius:10rpx;color:#2B2B2B;font-size:22rpx;margin-left:10rpx">查看</view></view></view></block></view>
|
||||
159
unpackage/dist/dev/mp-weixin/components/ywjg-view/ywjg-view.js
vendored
Normal file
159
unpackage/dist/dev/mp-weixin/components/ywjg-view/ywjg-view.js
vendored
Normal file
@@ -0,0 +1,159 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const _sfc_main = {
|
||||
name: "ywjg-view",
|
||||
data() {
|
||||
return {
|
||||
ywjg: [
|
||||
{
|
||||
title: "业务结构分析",
|
||||
list: [{
|
||||
title: "零售业务",
|
||||
is_hexin: 1,
|
||||
yszb: 55.16,
|
||||
mlv: 78.21,
|
||||
yysr: 17900,
|
||||
zz: -8.2
|
||||
}, {
|
||||
title: "科技金融",
|
||||
is_hexin: 1,
|
||||
yszb: 41.121,
|
||||
mlv: 89.11,
|
||||
yysr: 13400,
|
||||
zz: 24.6
|
||||
}, {
|
||||
title: "绿色金融",
|
||||
is_hexin: 0,
|
||||
yszb: 2.37,
|
||||
mlv: 9.11,
|
||||
yysr: 771,
|
||||
zz: 36.9
|
||||
}, {
|
||||
title: "零售业务",
|
||||
is_hexin: 0,
|
||||
yszb: 2.37,
|
||||
mlv: 9.11,
|
||||
yysr: 396,
|
||||
zz: -16.9
|
||||
}]
|
||||
},
|
||||
{
|
||||
title: "业务板块详情",
|
||||
list: [
|
||||
{
|
||||
title: "零售银行业务",
|
||||
list: [
|
||||
{
|
||||
title: "业务描述",
|
||||
info: "平安银行对公业务践行"
|
||||
},
|
||||
{
|
||||
title: "竞争地位",
|
||||
info: "平安银行零售业务在同行业中保持较强竞争力,凭借其数字化创新优势和综合金融背景,构建了差异化竞争优势。"
|
||||
},
|
||||
{
|
||||
title: "未来潜力",
|
||||
info: "平安银行零售业务未来发展潜力巨大,随着中国财富管理市场的快速扩张和中产阶级规模的持续增长,零售银行...展开查看"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "对公业务",
|
||||
list: [
|
||||
{
|
||||
title: "业务描述",
|
||||
info: "平安银行对公业务践行"
|
||||
},
|
||||
{
|
||||
title: "竞争地位",
|
||||
info: "平安银行对公业务在市场中保持较强竞争力,贷款规模实现两位数增长,远高于行业平均水平。通过差异化战略...展开查看"
|
||||
},
|
||||
{
|
||||
title: "未来潜力",
|
||||
info: "随着国家对科创、绿色经济的持续支持,以及对普惠金融的政策倾斜,平安银行对公业务面临广阔发展空间...展开查看"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "同业业务",
|
||||
list: [
|
||||
{
|
||||
title: "业务描述",
|
||||
info: "平安银行同业业务主要包括债券交易、同业拆借、票据业务等。"
|
||||
},
|
||||
{
|
||||
title: "竞争地位",
|
||||
info: "平安银行同业业务在股份制银行中位居前列,债券交易市场份额达4.4%,显示出较强的市场竞争力。"
|
||||
},
|
||||
{
|
||||
title: "未来潜力",
|
||||
info: "随着金融市场深化改革和利率市场化推进,同业业务面临新的发展机遇。平安银行同业业务凭借其债券...展开查看"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "普惠金融",
|
||||
list: [
|
||||
{
|
||||
title: "业务描述",
|
||||
info: "普惠金融是平安银行"
|
||||
},
|
||||
{
|
||||
title: "竞争地位",
|
||||
info: "平安银行普惠金融业务在行业内保持领先地位,小微企业贷款规模较大且客户基础广泛。通过优化产品体系、提...展开查看"
|
||||
},
|
||||
{
|
||||
title: "未来潜力",
|
||||
info: "随着国家持续推动普惠金融发展战略,平安银行该业务具有广阔发展空间。通过数字化转型深化、客户体验...展开查看"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
};
|
||||
}
|
||||
};
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: common_vendor.f($data.ywjg, (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.t(item.title),
|
||||
b: index == 0
|
||||
}, index == 0 ? {
|
||||
c: common_vendor.f(item.list, (child, row, i1) => {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.t(child.title),
|
||||
b: child.is_hexin
|
||||
}, child.is_hexin ? {} : {}, {
|
||||
c: common_vendor.t(child.yszb),
|
||||
d: common_vendor.t(child.mlv),
|
||||
e: common_vendor.t(child.yysr > 1e4 ? child.yysr / 1e4 + "亿" : child.yysr + "万"),
|
||||
f: common_vendor.t(child.zz > 0 ? "+" + child.zz : child.zz),
|
||||
g: child.zz > 0 ? "#EC3440" : "#345423",
|
||||
h: row
|
||||
});
|
||||
})
|
||||
} : {
|
||||
d: common_vendor.f(item.list, (child, row, i1) => {
|
||||
return {
|
||||
a: common_vendor.t(child.title),
|
||||
b: common_vendor.f(child.list, (model, j, i2) => {
|
||||
return {
|
||||
a: common_vendor.t(model.title),
|
||||
b: common_vendor.t(model.info),
|
||||
c: j
|
||||
};
|
||||
}),
|
||||
c: row
|
||||
};
|
||||
})
|
||||
}, {
|
||||
e: index
|
||||
});
|
||||
})
|
||||
};
|
||||
}
|
||||
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||||
wx.createComponent(Component);
|
||||
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/ywjg-view/ywjg-view.js.map
|
||||
4
unpackage/dist/dev/mp-weixin/components/ywjg-view/ywjg-view.json
vendored
Normal file
4
unpackage/dist/dev/mp-weixin/components/ywjg-view/ywjg-view.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
unpackage/dist/dev/mp-weixin/components/ywjg-view/ywjg-view.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/components/ywjg-view/ywjg-view.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="ywjg_list"><view wx:for="{{a}}" wx:for-item="item" wx:key="e"><view style="margin:25rpx 20rpx;color:#2B2B2B;font-size:28rpx;font-weight:bold">{{item.a}}</view><block wx:if="{{item.b}}"><view wx:for="{{item.c}}" wx:for-item="child" wx:key="h" class="ywjg_item_1"><view style="display:flex;align-items:center"><view style="font-size:28rpx;font-weight:bold;margin-right:10rpx">{{child.a}}</view><view wx:if="{{child.b}}" style="background-color:#F2C369;border-radius:5rpx;font-size:20rpx;padding:0 5rpx"> 核心业务</view></view><view style="display:flex;align-items:center;justify-content:space-between;font-weight:500"><view style="display:flex;align-items:center;color:#F2C369;font-size:20rpx"><view style="border:1rpx solid #F2C369;border-radius:5rpx;padding:0 5rpx"> 营收占比:{{child.c}}%</view><view style="border:1rpx solid #F2C369;border-radius:5rpx;padding:0 5rpx;margin-left:10rpx"> 毛利率:{{child.d}}%</view></view><view><view style="color:#999999;font-size:24rpx">营业收入</view><view style="font-weight:bold;font-size:30rpx;color:#BB8520;margin-top:10rpx">{{child.e}}元 </view></view></view><view style="display:flex"><view style="{{'color:white;display:flex;align-items:center;justify-content:center;padding:5rpx 10rpx;font-size:20rpx;border-radius:5rpx' + ';' + ('background-color:' + child.g)}}">增长: {{child.f}}% </view></view></view></block><view wx:else style="font-weight:500"><view wx:for="{{item.d}}" wx:for-item="child" wx:key="c" style="background-color:#FAFAFC;color:#2B2B2B;font-size:22rpx;margin:20rpx;border-radius:10rpx;padding:25rpx 20rpx"><view style="font-size:24rpx">{{child.a}}</view><view wx:for="{{child.b}}" wx:for-item="model" wx:key="c"><view style="color:#BB8520;font-weight:bold;margin:10rpx 0">{{model.a}}</view><view style="color:#71675D">{{model.b}}</view></view></view></view></view></view>
|
||||
15
unpackage/dist/dev/mp-weixin/components/ywjg-view/ywjg-view.wxss
vendored
Normal file
15
unpackage/dist/dev/mp-weixin/components/ywjg-view/ywjg-view.wxss
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
.ywjg_list {
|
||||
color: #2B2B2B;
|
||||
}
|
||||
.ywjg_list .title {
|
||||
font-size: 28rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
.ywjg_list .ywjg_item_1 {
|
||||
font-weight: 500;
|
||||
margin: 20rpx;
|
||||
background-color: #FAFAFC;
|
||||
border-radius: 10rpx;
|
||||
padding: 25rpx 20rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
137
unpackage/dist/dev/mp-weixin/components/zysj-view/zysj-view.js
vendored
Normal file
137
unpackage/dist/dev/mp-weixin/components/zysj-view/zysj-view.js
vendored
Normal file
@@ -0,0 +1,137 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const common_assets = require("../../common/assets.js");
|
||||
const _sfc_main = {
|
||||
name: "zysj-view",
|
||||
data() {
|
||||
return {
|
||||
showType: 0
|
||||
};
|
||||
},
|
||||
props: {
|
||||
// 0 主营数据 1 财务分析 2 财务数据
|
||||
type: Number
|
||||
},
|
||||
watch: {
|
||||
type: {
|
||||
handler(newVal, oldVal) {
|
||||
this.showType = newVal;
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
itemClick(index) {
|
||||
common_vendor.index.navigateTo({
|
||||
url: `/pagesStock/stockCenterDetails/cwDetails?index=${index}`
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return common_vendor.e({
|
||||
a: $data.showType == 0
|
||||
}, $data.showType == 0 ? {
|
||||
b: common_vendor.f(["业务", "毛利率", "利润", "营收", "营收"], (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.t(item),
|
||||
b: ["", "(2025年中报)", "(2025年中报)", "(2025年中报)", "(2024年年报)"][index].length > 0
|
||||
}, ["", "(2025年中报)", "(2025年中报)", "(2025年中报)", "(2024年年报)"][index].length > 0 ? {
|
||||
c: common_vendor.t(["", "(2025年中报)", "(2025年中报)", "(2025年中报)", "(2024年年报)"][index]),
|
||||
d: index == 0 ? "left" : "center"
|
||||
} : {}, {
|
||||
e: index == 0 ? "left" : "center",
|
||||
f: index == 0 ? "flex-start" : "center"
|
||||
});
|
||||
}),
|
||||
c: common_vendor.f(["零售金融业务", "批发金融业务", "其他业务"], (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.f([item, "64.53%", "200.57亿", "310.81亿", "712.55亿"], (item2, index2, i1) => {
|
||||
return {
|
||||
a: common_vendor.t(item2),
|
||||
b: index2 == 0 ? "left" : "center"
|
||||
};
|
||||
}),
|
||||
b: index % 2 == 0 ? "#FFFFFF" : "#FAFAFC"
|
||||
};
|
||||
})
|
||||
} : {}, {
|
||||
d: $data.showType == 1
|
||||
}, $data.showType == 1 ? {
|
||||
e: common_assets._imports_0$4,
|
||||
f: common_assets._imports_1$2,
|
||||
g: common_vendor.f(["净资产收益率(ROE)%", "净资产收益率(扣非)%", "净资产收益率(加权)%", "总资产报酬率(ROA)%", "毛利率%", "净利率%", "营业利润率%", "成本费用利润率%"], (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item),
|
||||
b: index == 0 ? "#BB8520" : "#999999",
|
||||
c: `1rpx solid ${index == 0 ? "#F2C369" : "#D2D2D2"}`,
|
||||
d: index == 0 ? "#FFFAF1" : "#FFFFFF",
|
||||
e: index
|
||||
};
|
||||
}),
|
||||
h: common_assets._imports_2$12,
|
||||
i: common_assets._imports_3$12,
|
||||
j: common_assets._imports_4$11,
|
||||
k: common_assets._imports_1$2,
|
||||
l: common_vendor.f(["每股收益(EPS)", "基本每股收益", "稀释每股收益", "扣非每股收益", "每股净资产", "每股经营现金流", "每股资本公积", "每股未分配利润"], (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item),
|
||||
b: index == 0 ? "#BB8520" : "#999999",
|
||||
c: `1rpx solid ${index == 0 ? "#F2C369" : "#D2D2D2"}`,
|
||||
d: index == 0 ? "#FFFAF1" : "#FFFFFF",
|
||||
e: index
|
||||
};
|
||||
}),
|
||||
m: common_assets._imports_2$12,
|
||||
n: common_assets._imports_3$12
|
||||
} : {}, {
|
||||
o: $data.showType == 2
|
||||
}, $data.showType == 2 ? {
|
||||
p: common_assets._imports_0$4,
|
||||
q: common_assets._imports_1$2,
|
||||
r: common_vendor.f(["货币资金", "所有者权益", "关键指标"], (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item),
|
||||
b: index == 0 ? "#BB8520" : "#999999",
|
||||
c: `1rpx solid ${index == 0 ? "#F2C369" : "#D2D2D2"}`,
|
||||
d: index == 0 ? "#FFFAF1" : "#FFFFFF",
|
||||
e: index
|
||||
};
|
||||
}),
|
||||
s: common_assets._imports_2$12,
|
||||
t: common_assets._imports_3$12,
|
||||
v: common_vendor.o(($event) => $options.itemClick(0)),
|
||||
w: common_assets._imports_0$4,
|
||||
x: common_assets._imports_1$2,
|
||||
y: common_vendor.f(["经营现金流", "筹资现金流", "投资现金流"], (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item),
|
||||
b: index == 0 ? "#BB8520" : "#999999",
|
||||
c: `1rpx solid ${index == 0 ? "#F2C369" : "#D2D2D2"}`,
|
||||
d: index == 0 ? "#FFFAF1" : "#FFFFFF",
|
||||
e: index
|
||||
};
|
||||
}),
|
||||
z: common_assets._imports_2$12,
|
||||
A: common_assets._imports_3$12,
|
||||
B: common_vendor.o(($event) => $options.itemClick(1)),
|
||||
C: common_assets._imports_0$4,
|
||||
D: common_assets._imports_1$2,
|
||||
E: common_vendor.f(["净利润", "营业收入", "期间费用"], (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item),
|
||||
b: index == 0 ? "#BB8520" : "#999999",
|
||||
c: `1rpx solid ${index == 0 ? "#F2C369" : "#D2D2D2"}`,
|
||||
d: index == 0 ? "#FFFAF1" : "#FFFFFF",
|
||||
e: index
|
||||
};
|
||||
}),
|
||||
F: common_assets._imports_2$12,
|
||||
G: common_assets._imports_3$12,
|
||||
H: common_assets._imports_2$12,
|
||||
I: common_assets._imports_3$12,
|
||||
J: common_vendor.o(($event) => $options.itemClick(2))
|
||||
} : {});
|
||||
}
|
||||
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||||
wx.createComponent(Component);
|
||||
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/zysj-view/zysj-view.js.map
|
||||
4
unpackage/dist/dev/mp-weixin/components/zysj-view/zysj-view.json
vendored
Normal file
4
unpackage/dist/dev/mp-weixin/components/zysj-view/zysj-view.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
unpackage/dist/dev/mp-weixin/components/zysj-view/zysj-view.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/components/zysj-view/zysj-view.wxml
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user