@uxda/appkit 4.2.82 → 4.2.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/appkit.css +43 -0
- package/dist/index.js +990 -531
- package/package.json +31 -32
- package/src/balance/api/index.ts +8 -2
- package/src/notice/api/endpoints.ts +38 -1
- package/src/notice/api/index.ts +14 -5
- package/src/notice/components/NoticeList2.vue +249 -0
- package/src/notice/components/index.ts +2 -1
- package/src/shared/http/Http.ts +5 -3
- package/src/shared/http/types.ts +4 -1
- package/src/user/api/index.ts +8 -2
- package/types/global.d.ts +11 -11
package/dist/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Grid, GridItem, Popup, ActionSheet, Checkbox, Button, Dialog, DatePicker, Form, FormItem, RadioGroup, Radio, Skeleton, Cell, Input, Steps, Step } from '@nutui/nutui-taro';
|
|
1
|
+
import { Grid, GridItem, Popup, ActionSheet, Checkbox, Button, Dialog, DatePicker, Form, FormItem, RadioGroup, Radio, Ellipsis, Skeleton, Cell, Input, Steps, Step } from '@nutui/nutui-taro';
|
|
2
2
|
import '@nutui/nutui-taro/dist/packages/button/style/css';
|
|
3
3
|
import '@nutui/nutui-taro/dist/packages/checkbox/style/css';
|
|
4
|
-
import { defineComponent, reactive, createBlock, openBlock, withCtx, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, toDisplayString, createTextVNode, ref, computed, onUnmounted, createCommentVNode, renderSlot, createVNode, normalizeStyle, unref, isRef, onMounted, createStaticVNode, watch, withDirectives, vShow, mergeModels, useModel, resolveComponent, vModelText, watchPostEffect, withModifiers } from 'vue';
|
|
4
|
+
import { defineComponent, reactive, createBlock, openBlock, withCtx, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, toDisplayString, createTextVNode, ref, computed, onUnmounted, createCommentVNode, renderSlot, createVNode, normalizeStyle, unref, isRef, onMounted, createStaticVNode, watch, withDirectives, vShow, mergeModels, useModel, resolveComponent, vModelText, watchPostEffect, withModifiers, resolveDirective } from 'vue';
|
|
5
5
|
import '@nutui/nutui-taro/dist/packages/grid/style/css';
|
|
6
6
|
import '@nutui/nutui-taro/dist/packages/griditem/style/css';
|
|
7
7
|
import Taro, { showModal, getSystemInfoSync, getMenuButtonBoundingClientRect, uploadFile, request as request$1, showToast, chooseMedia, chooseMessageFile, showLoading, hideLoading, useRouter, useDidShow, getStorageSync } from '@tarojs/taro';
|
|
8
8
|
import '@nutui/nutui-taro/dist/packages/popup/style/css';
|
|
9
9
|
import isMobilePhone from 'validator/es/lib/isMobilePhone';
|
|
10
10
|
import isIdentityCard from 'validator/es/lib/isIdentityCard';
|
|
11
|
-
import { NsForm, NsInput, NsButton, NsIcon, usePopup, useNutshell, NsButtonGroup, NsPage, NsPageContent, NsCard, NsCheckbox } from '@uxda/nutshell/taro';
|
|
11
|
+
import { NsForm, NsInput, NsButton, NsIcon, usePopup, useNutshell, NsButtonGroup, usePaging, NsPage, NsTabs, NsTabsItem, NsPageContent, NsSkeleton, NsRepeator, NsCard, NsEmpty, NsCheckbox } from '@uxda/nutshell/taro';
|
|
12
12
|
import '@nutui/nutui-taro/dist/packages/actionsheet/style/css';
|
|
13
13
|
import debounce from 'lodash-es/debounce';
|
|
14
14
|
import '@nutui/nutui-taro/dist/packages/dialog/style/css';
|
|
@@ -21,15 +21,16 @@ import '@nutui/nutui-taro/dist/packages/form/style/css';
|
|
|
21
21
|
import '@nutui/nutui-taro/dist/packages/formitem/style/css';
|
|
22
22
|
import '@nutui/nutui-taro/dist/packages/radiogroup/style/css';
|
|
23
23
|
import '@nutui/nutui-taro/dist/packages/radio/style/css';
|
|
24
|
+
import '@nutui/nutui-taro/dist/packages/ellipsis/style/css';
|
|
24
25
|
import '@nutui/nutui-taro/dist/packages/input/style/css';
|
|
25
26
|
import '@nutui/nutui-taro/dist/packages/cell/style/css';
|
|
26
27
|
import '@nutui/nutui-taro/dist/packages/skeleton/style/css';
|
|
27
28
|
import '@nutui/nutui-taro/dist/packages/steps/style/css';
|
|
28
29
|
import '@nutui/nutui-taro/dist/packages/step/style/css';
|
|
29
30
|
|
|
30
|
-
const _hoisted_1$
|
|
31
|
-
const _hoisted_2$
|
|
32
|
-
var script$
|
|
31
|
+
const _hoisted_1$G = { class: "token-line number" };
|
|
32
|
+
const _hoisted_2$s = { class: "number" };
|
|
33
|
+
var script$M = /* @__PURE__ */ defineComponent({
|
|
33
34
|
__name: "AmountPicker",
|
|
34
35
|
props: {
|
|
35
36
|
items: { type: Array, required: true, default: () => [] },
|
|
@@ -58,7 +59,7 @@ var script$L = /* @__PURE__ */ defineComponent({
|
|
|
58
59
|
(openBlock(true), createElementBlock(
|
|
59
60
|
Fragment,
|
|
60
61
|
null,
|
|
61
|
-
renderList(
|
|
62
|
+
renderList(__props.items, (amount, index) => {
|
|
62
63
|
return openBlock(), createBlock(_component_nut_grid_item, {
|
|
63
64
|
class: normalizeClass(["tile", { selected: state.selected === index }]),
|
|
64
65
|
onClick: () => onGridItemClick(index),
|
|
@@ -67,16 +68,20 @@ var script$L = /* @__PURE__ */ defineComponent({
|
|
|
67
68
|
default: withCtx(() => [
|
|
68
69
|
createElementVNode(
|
|
69
70
|
"h4",
|
|
70
|
-
_hoisted_1$
|
|
71
|
+
_hoisted_1$G,
|
|
71
72
|
toDisplayString(amount.token),
|
|
72
73
|
1
|
|
73
74
|
/* TEXT */
|
|
74
75
|
),
|
|
75
76
|
createElementVNode("h5", null, [
|
|
76
|
-
_cache[0] || (_cache[0] = createTextVNode(
|
|
77
|
+
_cache[0] || (_cache[0] = createTextVNode(
|
|
78
|
+
"\xA5",
|
|
79
|
+
-1
|
|
80
|
+
/* CACHED */
|
|
81
|
+
)),
|
|
77
82
|
createElementVNode(
|
|
78
83
|
"span",
|
|
79
|
-
_hoisted_2$
|
|
84
|
+
_hoisted_2$s,
|
|
80
85
|
toDisplayString(amount.amount),
|
|
81
86
|
1
|
|
82
87
|
/* TEXT */
|
|
@@ -98,7 +103,7 @@ var script$L = /* @__PURE__ */ defineComponent({
|
|
|
98
103
|
}
|
|
99
104
|
});
|
|
100
105
|
|
|
101
|
-
script$
|
|
106
|
+
script$M.__file = "src/payment/components/AmountPicker.vue";
|
|
102
107
|
|
|
103
108
|
const getSdkConfig = (appCode, url) => {
|
|
104
109
|
return new Promise((resolve, reject) => {
|
|
@@ -320,7 +325,7 @@ const useAppKitOptions = () => {
|
|
|
320
325
|
return globalData.$appKitOptions;
|
|
321
326
|
};
|
|
322
327
|
|
|
323
|
-
const mappings = {
|
|
328
|
+
const mappings$1 = {
|
|
324
329
|
downloadUrl: "thrumb",
|
|
325
330
|
fileId: "id",
|
|
326
331
|
fileName: "name",
|
|
@@ -330,7 +335,7 @@ const mappings = {
|
|
|
330
335
|
originalUrl: "url"
|
|
331
336
|
};
|
|
332
337
|
const transformFields = (row) => {
|
|
333
|
-
return Object.fromEntries(Object.entries(row).map(([k, v]) => [mappings[k] || k, v]));
|
|
338
|
+
return Object.fromEntries(Object.entries(row).map(([k, v]) => [mappings$1[k] || k, v]));
|
|
334
339
|
};
|
|
335
340
|
const useUpload = (config) => {
|
|
336
341
|
const appkitOptions = useAppKitOptions();
|
|
@@ -529,11 +534,11 @@ function useWxAuth() {
|
|
|
529
534
|
};
|
|
530
535
|
}
|
|
531
536
|
|
|
532
|
-
const _hoisted_1$
|
|
537
|
+
const _hoisted_1$F = {
|
|
533
538
|
key: 0,
|
|
534
539
|
class: "page-title"
|
|
535
540
|
};
|
|
536
|
-
var script$
|
|
541
|
+
var script$L = /* @__PURE__ */ defineComponent({
|
|
537
542
|
__name: "PageHeader",
|
|
538
543
|
props: {
|
|
539
544
|
title: { type: String, required: false, default: "" },
|
|
@@ -556,15 +561,15 @@ var script$K = /* @__PURE__ */ defineComponent({
|
|
|
556
561
|
{
|
|
557
562
|
class: normalizeClass([
|
|
558
563
|
"page-header",
|
|
559
|
-
`color-mode-${
|
|
564
|
+
`color-mode-${__props.colorMode}`
|
|
560
565
|
]),
|
|
561
566
|
style: cssVars
|
|
562
567
|
},
|
|
563
568
|
[
|
|
564
|
-
|
|
569
|
+
__props.title ? (openBlock(), createElementBlock(
|
|
565
570
|
"h1",
|
|
566
|
-
_hoisted_1$
|
|
567
|
-
toDisplayString(
|
|
571
|
+
_hoisted_1$F,
|
|
572
|
+
toDisplayString(__props.title),
|
|
568
573
|
1
|
|
569
574
|
/* TEXT */
|
|
570
575
|
)) : createCommentVNode("v-if", true),
|
|
@@ -581,10 +586,10 @@ var script$K = /* @__PURE__ */ defineComponent({
|
|
|
581
586
|
}
|
|
582
587
|
});
|
|
583
588
|
|
|
584
|
-
script$
|
|
589
|
+
script$L.__file = "src/shared/components/PageHeader.vue";
|
|
585
590
|
|
|
586
|
-
const _hoisted_1$
|
|
587
|
-
var script$
|
|
591
|
+
const _hoisted_1$E = { class: "drawer-body" };
|
|
592
|
+
var script$K = /* @__PURE__ */ defineComponent({
|
|
588
593
|
__name: "AppDrawer",
|
|
589
594
|
props: {
|
|
590
595
|
modelValue: { type: Boolean, required: true },
|
|
@@ -602,18 +607,18 @@ var script$J = /* @__PURE__ */ defineComponent({
|
|
|
602
607
|
return (_ctx, _cache) => {
|
|
603
608
|
const _component_nut_popup = Popup;
|
|
604
609
|
return openBlock(), createBlock(_component_nut_popup, {
|
|
605
|
-
"pop-class": `app-drawer ${
|
|
610
|
+
"pop-class": `app-drawer ${__props.modelValue ? "open" : ""}`,
|
|
606
611
|
position: "right",
|
|
607
|
-
visible:
|
|
612
|
+
visible: __props.modelValue,
|
|
608
613
|
"onUpdate:visible": onVisibleChange
|
|
609
614
|
}, {
|
|
610
615
|
default: withCtx(() => [
|
|
611
|
-
createVNode(script$
|
|
612
|
-
title:
|
|
616
|
+
createVNode(script$L, {
|
|
617
|
+
title: __props.title,
|
|
613
618
|
style: normalizeStyle(unref(Taro).getEnv() !== "WEB" ? "" : "--height: 40px"),
|
|
614
619
|
onClose: onPageHeaderClose
|
|
615
620
|
}, null, 8, ["title", "style"]),
|
|
616
|
-
createElementVNode("div", _hoisted_1$
|
|
621
|
+
createElementVNode("div", _hoisted_1$E, [
|
|
617
622
|
renderSlot(_ctx.$slots, "default")
|
|
618
623
|
])
|
|
619
624
|
]),
|
|
@@ -624,18 +629,18 @@ var script$J = /* @__PURE__ */ defineComponent({
|
|
|
624
629
|
}
|
|
625
630
|
});
|
|
626
631
|
|
|
627
|
-
script$
|
|
632
|
+
script$K.__file = "src/shared/components/AppDrawer.vue";
|
|
628
633
|
|
|
629
|
-
const _hoisted_1$
|
|
630
|
-
const _hoisted_2$
|
|
631
|
-
const _hoisted_3$
|
|
634
|
+
const _hoisted_1$D = { class: "app-verify column" };
|
|
635
|
+
const _hoisted_2$r = { class: "caption" };
|
|
636
|
+
const _hoisted_3$l = { class: "number" };
|
|
632
637
|
const _hoisted_4$g = { class: "form-btn" };
|
|
633
638
|
const _hoisted_5$d = {
|
|
634
639
|
key: 1,
|
|
635
640
|
class: "caption"
|
|
636
641
|
};
|
|
637
642
|
const _hoisted_6$7 = { class: "row buttons" };
|
|
638
|
-
var script$
|
|
643
|
+
var script$J = /* @__PURE__ */ defineComponent({
|
|
639
644
|
__name: "AppVerify",
|
|
640
645
|
props: {
|
|
641
646
|
phone: { type: String, required: true },
|
|
@@ -667,25 +672,25 @@ var script$I = /* @__PURE__ */ defineComponent({
|
|
|
667
672
|
};
|
|
668
673
|
const props = __props;
|
|
669
674
|
return (_ctx, _cache) => {
|
|
670
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
675
|
+
return openBlock(), createElementBlock("div", _hoisted_1$D, [
|
|
671
676
|
createElementVNode(
|
|
672
677
|
"h2",
|
|
673
678
|
null,
|
|
674
|
-
toDisplayString(
|
|
679
|
+
toDisplayString(__props.title || "\u624B\u673A\u53F7\u9A8C\u8BC1"),
|
|
675
680
|
1
|
|
676
681
|
/* TEXT */
|
|
677
682
|
),
|
|
678
683
|
createElementVNode(
|
|
679
684
|
"p",
|
|
680
|
-
_hoisted_2$
|
|
681
|
-
toDisplayString(
|
|
685
|
+
_hoisted_2$r,
|
|
686
|
+
toDisplayString(__props.message || "\u77ED\u4FE1\u5C06\u53D1\u9001\u81F3\u8D26\u53F7\u7ED1\u5B9A\u624B\u673A\u53F7"),
|
|
682
687
|
1
|
|
683
688
|
/* TEXT */
|
|
684
689
|
),
|
|
685
690
|
createElementVNode(
|
|
686
691
|
"p",
|
|
687
|
-
_hoisted_3$
|
|
688
|
-
toDisplayString(
|
|
692
|
+
_hoisted_3$l,
|
|
693
|
+
toDisplayString(__props.phone),
|
|
689
694
|
1
|
|
690
695
|
/* TEXT */
|
|
691
696
|
),
|
|
@@ -735,9 +740,13 @@ var script$I = /* @__PURE__ */ defineComponent({
|
|
|
735
740
|
class: "cancel-btn",
|
|
736
741
|
onClick: _cache[2] || (_cache[2] = ($event) => emits("cancel"))
|
|
737
742
|
}, {
|
|
738
|
-
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
739
|
-
createTextVNode(
|
|
740
|
-
|
|
743
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
744
|
+
createTextVNode(
|
|
745
|
+
"\u53D6\u6D88",
|
|
746
|
+
-1
|
|
747
|
+
/* CACHED */
|
|
748
|
+
)
|
|
749
|
+
])]),
|
|
741
750
|
_: 1
|
|
742
751
|
/* STABLE */
|
|
743
752
|
}),
|
|
@@ -745,9 +754,13 @@ var script$I = /* @__PURE__ */ defineComponent({
|
|
|
745
754
|
color: "primary",
|
|
746
755
|
onClick: onOk
|
|
747
756
|
}, {
|
|
748
|
-
default: withCtx(() => _cache[4] || (_cache[4] = [
|
|
749
|
-
createTextVNode(
|
|
750
|
-
|
|
757
|
+
default: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
758
|
+
createTextVNode(
|
|
759
|
+
"\u786E\u8BA4",
|
|
760
|
+
-1
|
|
761
|
+
/* CACHED */
|
|
762
|
+
)
|
|
763
|
+
])]),
|
|
751
764
|
_: 1
|
|
752
765
|
/* STABLE */
|
|
753
766
|
})
|
|
@@ -757,10 +770,10 @@ var script$I = /* @__PURE__ */ defineComponent({
|
|
|
757
770
|
}
|
|
758
771
|
});
|
|
759
772
|
|
|
760
|
-
script$
|
|
773
|
+
script$J.__file = "src/shared/components/AppVerify.vue";
|
|
761
774
|
|
|
762
|
-
const _hoisted_1$
|
|
763
|
-
var script$
|
|
775
|
+
const _hoisted_1$C = { key: 0 };
|
|
776
|
+
var script$I = /* @__PURE__ */ defineComponent({
|
|
764
777
|
__name: "index",
|
|
765
778
|
props: {
|
|
766
779
|
text: { type: String, required: false },
|
|
@@ -780,8 +793,8 @@ var script$H = /* @__PURE__ */ defineComponent({
|
|
|
780
793
|
return openBlock(), createElementBlock(
|
|
781
794
|
"div",
|
|
782
795
|
{
|
|
783
|
-
class: normalizeClass(["dd-notice-bar", { close:
|
|
784
|
-
style: normalizeStyle(
|
|
796
|
+
class: normalizeClass(["dd-notice-bar", { close: __props.showClose }]),
|
|
797
|
+
style: normalizeStyle(__props.style)
|
|
785
798
|
},
|
|
786
799
|
[
|
|
787
800
|
createElementVNode("div", {
|
|
@@ -789,20 +802,20 @@ var script$H = /* @__PURE__ */ defineComponent({
|
|
|
789
802
|
name: "text",
|
|
790
803
|
onClick: txtClick
|
|
791
804
|
}, [
|
|
792
|
-
|
|
805
|
+
__props.text ? (openBlock(), createElementBlock(
|
|
793
806
|
"span",
|
|
794
|
-
_hoisted_1$
|
|
795
|
-
toDisplayString(
|
|
807
|
+
_hoisted_1$C,
|
|
808
|
+
toDisplayString(__props.text),
|
|
796
809
|
1
|
|
797
810
|
/* TEXT */
|
|
798
811
|
)) : createCommentVNode("v-if", true),
|
|
799
812
|
renderSlot(_ctx.$slots, "default")
|
|
800
813
|
]),
|
|
801
|
-
|
|
814
|
+
__props.showClose ? (openBlock(), createElementBlock("div", {
|
|
802
815
|
key: 0,
|
|
803
816
|
class: "dd-notice-bar__close",
|
|
804
817
|
onClick: close
|
|
805
|
-
}, _cache[0] || (_cache[0] = [
|
|
818
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
806
819
|
createElementVNode(
|
|
807
820
|
"img",
|
|
808
821
|
{
|
|
@@ -811,9 +824,9 @@ var script$H = /* @__PURE__ */ defineComponent({
|
|
|
811
824
|
},
|
|
812
825
|
null,
|
|
813
826
|
-1
|
|
814
|
-
/*
|
|
827
|
+
/* CACHED */
|
|
815
828
|
)
|
|
816
|
-
]))) : createCommentVNode("v-if", true)
|
|
829
|
+
])])) : createCommentVNode("v-if", true)
|
|
817
830
|
],
|
|
818
831
|
6
|
|
819
832
|
/* CLASS, STYLE */
|
|
@@ -822,7 +835,7 @@ var script$H = /* @__PURE__ */ defineComponent({
|
|
|
822
835
|
}
|
|
823
836
|
});
|
|
824
837
|
|
|
825
|
-
script$
|
|
838
|
+
script$I.__file = "src/components/dd-notice-bar/index.vue";
|
|
826
839
|
|
|
827
840
|
const typeMappings = {
|
|
828
841
|
CZ: "\u5145\u503C",
|
|
@@ -924,7 +937,7 @@ const endpointsList$3 = {
|
|
|
924
937
|
}
|
|
925
938
|
}
|
|
926
939
|
};
|
|
927
|
-
const endpoints$
|
|
940
|
+
const endpoints$2 = Object.fromEntries(
|
|
928
941
|
Object.entries(endpointsList$3).map(([name, def]) => [name, def.path])
|
|
929
942
|
);
|
|
930
943
|
const translates$3 = Object.fromEntries(
|
|
@@ -1004,11 +1017,14 @@ function useHttp$3() {
|
|
|
1004
1017
|
paging: {
|
|
1005
1018
|
translate: (params) => ({
|
|
1006
1019
|
pageNum: params.page,
|
|
1007
|
-
pageSize: params.pageSize
|
|
1020
|
+
pageSize: params.pageSize || 10
|
|
1008
1021
|
}),
|
|
1009
1022
|
transform(data) {
|
|
1023
|
+
const totalRecords = +data.total || 0, pageSize = +data.pageSize || 10, total = data.pages || Math.ceil(totalRecords / pageSize), isLastPage = data.pages === data.pageNum;
|
|
1010
1024
|
return {
|
|
1011
|
-
|
|
1025
|
+
total,
|
|
1026
|
+
totalRecords,
|
|
1027
|
+
isLastPage
|
|
1012
1028
|
};
|
|
1013
1029
|
}
|
|
1014
1030
|
},
|
|
@@ -1018,7 +1034,7 @@ function useHttp$3() {
|
|
|
1018
1034
|
return $http;
|
|
1019
1035
|
}
|
|
1020
1036
|
|
|
1021
|
-
var script$
|
|
1037
|
+
var script$H = /* @__PURE__ */ defineComponent({
|
|
1022
1038
|
__name: "DeviceVersion",
|
|
1023
1039
|
props: {
|
|
1024
1040
|
versions: { type: String, required: false, default: "{}" }
|
|
@@ -1065,7 +1081,7 @@ var script$G = /* @__PURE__ */ defineComponent({
|
|
|
1065
1081
|
}
|
|
1066
1082
|
});
|
|
1067
1083
|
return (_ctx, _cache) => {
|
|
1068
|
-
return showAlert.value ? (openBlock(), createBlock(script$
|
|
1084
|
+
return showAlert.value ? (openBlock(), createBlock(script$I, {
|
|
1069
1085
|
key: 0,
|
|
1070
1086
|
showClose: "",
|
|
1071
1087
|
style: normalizeStyle(topStype.value),
|
|
@@ -1076,9 +1092,9 @@ var script$G = /* @__PURE__ */ defineComponent({
|
|
|
1076
1092
|
}
|
|
1077
1093
|
});
|
|
1078
1094
|
|
|
1079
|
-
script$
|
|
1095
|
+
script$H.__file = "src/shared/components/DeviceVersion.vue";
|
|
1080
1096
|
|
|
1081
|
-
var script$
|
|
1097
|
+
var script$G = /* @__PURE__ */ defineComponent({
|
|
1082
1098
|
__name: "OcrIcon",
|
|
1083
1099
|
props: {
|
|
1084
1100
|
disabled: { type: Boolean, required: false, default: false },
|
|
@@ -1243,7 +1259,7 @@ var script$F = /* @__PURE__ */ defineComponent({
|
|
|
1243
1259
|
createElementVNode(
|
|
1244
1260
|
"div",
|
|
1245
1261
|
{
|
|
1246
|
-
class: normalizeClass(["ocr-icon", [
|
|
1262
|
+
class: normalizeClass(["ocr-icon", [__props.disabled ? "disabled" : ""]]),
|
|
1247
1263
|
onClick: onPhotograph
|
|
1248
1264
|
},
|
|
1249
1265
|
[
|
|
@@ -1269,9 +1285,9 @@ var script$F = /* @__PURE__ */ defineComponent({
|
|
|
1269
1285
|
}
|
|
1270
1286
|
});
|
|
1271
1287
|
|
|
1272
|
-
script$
|
|
1288
|
+
script$G.__file = "src/shared/components/OcrIcon.vue";
|
|
1273
1289
|
|
|
1274
|
-
var script$
|
|
1290
|
+
var script$F = /* @__PURE__ */ defineComponent({
|
|
1275
1291
|
__name: "OcrBusinessLicense",
|
|
1276
1292
|
props: {
|
|
1277
1293
|
disabled: { type: Boolean, required: true }
|
|
@@ -1371,7 +1387,7 @@ var script$E = /* @__PURE__ */ defineComponent({
|
|
|
1371
1387
|
return openBlock(), createElementBlock(
|
|
1372
1388
|
"div",
|
|
1373
1389
|
{
|
|
1374
|
-
class: normalizeClass([["ocr-business-license",
|
|
1390
|
+
class: normalizeClass([["ocr-business-license", __props.disabled ? "disabled" : ""], "ocr-icon"]),
|
|
1375
1391
|
onClick: onIconClick
|
|
1376
1392
|
},
|
|
1377
1393
|
[
|
|
@@ -1384,7 +1400,7 @@ var script$E = /* @__PURE__ */ defineComponent({
|
|
|
1384
1400
|
}
|
|
1385
1401
|
});
|
|
1386
1402
|
|
|
1387
|
-
script$
|
|
1403
|
+
script$F.__file = "src/shared/components/OcrBusinessLicense.vue";
|
|
1388
1404
|
|
|
1389
1405
|
var HttpMethod = /* @__PURE__ */ ((HttpMethod2) => {
|
|
1390
1406
|
HttpMethod2["get"] = "GET";
|
|
@@ -1399,8 +1415,8 @@ const request = (config) => {
|
|
|
1399
1415
|
...clientConfig,
|
|
1400
1416
|
...config,
|
|
1401
1417
|
headers: {
|
|
1402
|
-
...clientConfig
|
|
1403
|
-
...config
|
|
1418
|
+
...clientConfig?.headers,
|
|
1419
|
+
...config?.headers
|
|
1404
1420
|
}
|
|
1405
1421
|
};
|
|
1406
1422
|
return new Promise((resolve, reject) => {
|
|
@@ -1423,7 +1439,7 @@ const request = (config) => {
|
|
|
1423
1439
|
const paging = config.data && config.data.page ? clientConfig.paging.transform(raw.data) : void 0;
|
|
1424
1440
|
resolve(
|
|
1425
1441
|
paging ? {
|
|
1426
|
-
|
|
1442
|
+
paging,
|
|
1427
1443
|
data: response
|
|
1428
1444
|
} : response
|
|
1429
1445
|
);
|
|
@@ -1548,7 +1564,7 @@ const endpointsList$2 = {
|
|
|
1548
1564
|
transform: (data) => data
|
|
1549
1565
|
}
|
|
1550
1566
|
};
|
|
1551
|
-
const endpoints = Object.fromEntries(
|
|
1567
|
+
const endpoints$1 = Object.fromEntries(
|
|
1552
1568
|
Object.entries(endpointsList$2).map(([name, def]) => [name, def.path])
|
|
1553
1569
|
);
|
|
1554
1570
|
const translates$2 = Object.fromEntries(
|
|
@@ -1658,7 +1674,7 @@ const requestPayment = (params) => {
|
|
|
1658
1674
|
Appcode: params.app !== "cloudkitPro" ? params.app : "",
|
|
1659
1675
|
Tenant: params.tenant
|
|
1660
1676
|
});
|
|
1661
|
-
$http.post(endpoints.\u83B7\u53D6\u5FAE\u4FE1\u652F\u4ED8\u53C2\u6570\u5305, {
|
|
1677
|
+
$http.post(endpoints$1.\u83B7\u53D6\u5FAE\u4FE1\u652F\u4ED8\u53C2\u6570\u5305, {
|
|
1662
1678
|
...params
|
|
1663
1679
|
// amount: 0.01,
|
|
1664
1680
|
}).then((response) => {
|
|
@@ -1678,7 +1694,7 @@ const requestPaymentByBean = (params, Appcode = "") => {
|
|
|
1678
1694
|
Appcode,
|
|
1679
1695
|
Tenant: params.tenant
|
|
1680
1696
|
});
|
|
1681
|
-
$http.post(endpoints.\u83B7\u53D6\u6743\u76CA\u5FAE\u4FE1\u652F\u4ED8, {
|
|
1697
|
+
$http.post(endpoints$1.\u83B7\u53D6\u6743\u76CA\u5FAE\u4FE1\u652F\u4ED8, {
|
|
1682
1698
|
...params
|
|
1683
1699
|
}).then((response) => {
|
|
1684
1700
|
if (!response.json) {
|
|
@@ -1705,7 +1721,7 @@ const requestBrandWCPay = (params, Appcode = "") => {
|
|
|
1705
1721
|
Appcode,
|
|
1706
1722
|
Tenant: params.tenant
|
|
1707
1723
|
});
|
|
1708
|
-
$http.post(endpoints.\u83B7\u53D6\u5FAE\u4FE1\u652F\u4ED8\u53C2\u6570\u5305, {
|
|
1724
|
+
$http.post(endpoints$1.\u83B7\u53D6\u5FAE\u4FE1\u652F\u4ED8\u53C2\u6570\u5305, {
|
|
1709
1725
|
...params
|
|
1710
1726
|
}).then((response) => {
|
|
1711
1727
|
if (!response.json) {
|
|
@@ -1734,7 +1750,7 @@ const requestBrandWCPayByBean = (params, Appcode = "") => {
|
|
|
1734
1750
|
Appcode,
|
|
1735
1751
|
Tenant: params.tenant
|
|
1736
1752
|
});
|
|
1737
|
-
$http.post(endpoints.\u83B7\u53D6\u6743\u76CA\u5FAE\u4FE1\u652F\u4ED8, {
|
|
1753
|
+
$http.post(endpoints$1.\u83B7\u53D6\u6743\u76CA\u5FAE\u4FE1\u652F\u4ED8, {
|
|
1738
1754
|
...params
|
|
1739
1755
|
}).then((response) => {
|
|
1740
1756
|
if (!response.json) {
|
|
@@ -1773,11 +1789,11 @@ function isWechat() {
|
|
|
1773
1789
|
return ua.includes("micromessenger");
|
|
1774
1790
|
}
|
|
1775
1791
|
|
|
1776
|
-
const _hoisted_1$
|
|
1777
|
-
const _hoisted_2$
|
|
1778
|
-
const _hoisted_3$
|
|
1792
|
+
const _hoisted_1$B = { class: "view recharge-view" };
|
|
1793
|
+
const _hoisted_2$q = { class: "flex-grow" };
|
|
1794
|
+
const _hoisted_3$k = { class: "amount-footer" };
|
|
1779
1795
|
const _hoisted_4$f = { class: "agreement" };
|
|
1780
|
-
var script$
|
|
1796
|
+
var script$E = /* @__PURE__ */ defineComponent({
|
|
1781
1797
|
__name: "RechargeView",
|
|
1782
1798
|
props: {
|
|
1783
1799
|
app: { type: String, required: true },
|
|
@@ -1806,7 +1822,7 @@ var script$D = /* @__PURE__ */ defineComponent({
|
|
|
1806
1822
|
};
|
|
1807
1823
|
onMounted(async () => {
|
|
1808
1824
|
const $http = useHttp$2({ Appcode: props.app !== "cloudkitPro" ? props.app : "", Tenant: props.tenant });
|
|
1809
|
-
$http.get(endpoints.\u83B7\u53D6\u5145\u503C\u91D1\u989D\u5217\u8868, {
|
|
1825
|
+
$http.get(endpoints$1.\u83B7\u53D6\u5145\u503C\u91D1\u989D\u5217\u8868, {
|
|
1810
1826
|
app: props.app,
|
|
1811
1827
|
tenant: props.tenant
|
|
1812
1828
|
}).then((response) => {
|
|
@@ -1869,22 +1885,26 @@ var script$D = /* @__PURE__ */ defineComponent({
|
|
|
1869
1885
|
return (_ctx, _cache) => {
|
|
1870
1886
|
const _component_nut_checkbox = Checkbox;
|
|
1871
1887
|
const _component_nut_button = Button;
|
|
1872
|
-
return openBlock(), createElementBlock("view", _hoisted_1$
|
|
1873
|
-
createElementVNode("view", _hoisted_2$
|
|
1874
|
-
createVNode(script$
|
|
1888
|
+
return openBlock(), createElementBlock("view", _hoisted_1$B, [
|
|
1889
|
+
createElementVNode("view", _hoisted_2$q, [
|
|
1890
|
+
createVNode(script$M, {
|
|
1875
1891
|
items: amounts.value,
|
|
1876
1892
|
selected: state.selected,
|
|
1877
1893
|
onChange: onAmountSelect
|
|
1878
1894
|
}, null, 8, ["items", "selected"])
|
|
1879
1895
|
]),
|
|
1880
|
-
createElementVNode("view", _hoisted_3$
|
|
1896
|
+
createElementVNode("view", _hoisted_3$k, [
|
|
1881
1897
|
createElementVNode("view", _hoisted_4$f, [
|
|
1882
1898
|
createVNode(_component_nut_checkbox, {
|
|
1883
1899
|
modelValue: state.agreed,
|
|
1884
1900
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => state.agreed = $event)
|
|
1885
1901
|
}, {
|
|
1886
1902
|
default: withCtx(() => [
|
|
1887
|
-
_cache[1] || (_cache[1] = createTextVNode(
|
|
1903
|
+
_cache[1] || (_cache[1] = createTextVNode(
|
|
1904
|
+
"\u6211\u5DF2\u9605\u8BFB\u5E76\u540C\u610F",
|
|
1905
|
+
-1
|
|
1906
|
+
/* CACHED */
|
|
1907
|
+
)),
|
|
1888
1908
|
createElementVNode("a", {
|
|
1889
1909
|
class: "link inline",
|
|
1890
1910
|
onClick: onAgreementLinkClick
|
|
@@ -1901,9 +1921,13 @@ var script$D = /* @__PURE__ */ defineComponent({
|
|
|
1901
1921
|
onClick: onPayClick,
|
|
1902
1922
|
class: "recharge-button"
|
|
1903
1923
|
}, {
|
|
1904
|
-
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
1905
|
-
createTextVNode(
|
|
1906
|
-
|
|
1924
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
1925
|
+
createTextVNode(
|
|
1926
|
+
"\u7ACB\u5373\u5145\u503C",
|
|
1927
|
+
-1
|
|
1928
|
+
/* CACHED */
|
|
1929
|
+
)
|
|
1930
|
+
])]),
|
|
1907
1931
|
_: 1
|
|
1908
1932
|
/* STABLE */
|
|
1909
1933
|
}, 8, ["loading"])
|
|
@@ -1913,23 +1937,23 @@ var script$D = /* @__PURE__ */ defineComponent({
|
|
|
1913
1937
|
}
|
|
1914
1938
|
});
|
|
1915
1939
|
|
|
1916
|
-
script$
|
|
1940
|
+
script$E.__file = "src/payment/components/RechargeView.vue";
|
|
1917
1941
|
|
|
1918
|
-
const _hoisted_1$
|
|
1942
|
+
const _hoisted_1$A = { class: "agreement-doc" };
|
|
1919
1943
|
function render$2(_ctx, _cache) {
|
|
1920
|
-
return openBlock(), createElementBlock("view", _hoisted_1$
|
|
1944
|
+
return openBlock(), createElementBlock("view", _hoisted_1$A, [..._cache[0] || (_cache[0] = [
|
|
1921
1945
|
createStaticVNode('<h1>\u5927\u9053\u4E91\u5E73\u53F0\u4E91\u8C46\u5145\u503C\u670D\u52A1\u534F\u8BAE</h1><p>2023-12-01</p><p>\xA0</p><p>\u6B22\u8FCE\u60A8\u4F7F\u7528\u5927\u9053\u4E91\u5E73\u53F0\u4E91\u8C46\u5145\u503C\u670D\u52A1\uFF01</p><p>\xA0</p><p>\u3010\u63D0\u793A\u6761\u6B3E\u3011</p><p> \u6B22\u8FCE\u60A8\u4E0E\u5927\u9053\u4E91\u5E73\u53F0\u670D\u52A1\u63D0\u4F9B\u8005\u7B7E\u7F72\u300A\u5927\u9053\u4E91\u5E73\u53F0\u4E91\u8C46\u5145\u503C\u670D\u52A1\u534F\u8BAE\u300B\uFF08\u4EE5\u4E0B\u7B80\u79F0\u201C\u672C\u534F\u8BAE\u201D\uFF09\u5E76\u4F7F\u7528\u5927\u9053\u4E91\u5E73\u53F0\u4E91\u8C46\u503C\u670D\u52A1\uFF01\u60A8\u7406\u89E3\u548C\u540C\u610F\u672C\u534F\u8BAE\u7CFB\u6839\u636E\u300A\u7528\u6237\u6CE8\u518C\u534F\u8BAE\u300B\u7B49\u534F\u8BAE\u5236\u5B9A\uFF0C\u672C\u534F\u8BAE\u4E3A\u524D\u8FF0\u534F\u8BAE\u4E0D\u53EF\u5206\u5272\u7684\u4E00\u90E8\u5206\uFF0C\u672C\u534F\u8BAE\u672A\u89C4\u5B9A\u7684\uFF0C\u9002\u7528\u300A\u7528\u6237\u6CE8\u518C\u534F\u8BAE\u300B\u7B49\u534F\u8BAE\u4E2D\u7684\u76F8\u5173\u7EA6\u5B9A\u3002 </p><p>\xA0</p><p>\u3010\u5BA1\u614E\u9605\u8BFB\u3011</p><p><span class="bold">\u5728\u4F7F\u7528\u672C\u670D\u52A1\u524D\uFF0C\u8BF7\u60A8\u52A1\u5FC5\u5BA1\u614E\u9605\u8BFB\u3001\u5145\u5206\u7406\u89E3\u5404\u6761\u6B3E\u5185\u5BB9\uFF0C\u7279\u522B\u662F\u514D\u9664\u6216\u9650\u5236\u8D23\u4EFB\u7684\u76F8\u5E94\u6761\u6B3E\uFF0C\u4EE5\u53CA\u5F00\u901A\u6216\u4F7F\u7528\u67D0\u9879\u670D\u52A1\u7684\u5355\u72EC\u534F\u8BAE\uFF0C\u60A8\u4F7F\u7528\u6B64\u670D\u52A1\u5373\u8868\u793A\u60A8\u63A5\u53D7\u672C\u534F\u8BAE\u3002\u9650\u5236\u6216\u514D\u9664\u8D23\u4EFB\u6761\u6B3E\u53EF\u80FD\u4EE5\u52A0\u7C97\u5F62\u5F0F\u63D0\u793A\u60A8\u6CE8\u610F\u3002</span></p><p>\xA0</p><p>\u3010\u7279\u522B\u63D0\u793A\u3011</p><p><span class="bold">\u5145\u503C\u7528\u6237\u786E\u8BA4\uFF0C\u81EA\u5DF1\u4E3A\u5E74\u6EE118\u5468\u5C81\u4E14\u5177\u6709\u5B8C\u5168\u6C11\u4E8B\u884C\u4E3A\u80FD\u529B\u7684\u6210\u5E74\u4EBA\uFF0C\u9664\u975E\u60A8\u5DF2\u9605\u8BFB\u5E76\u63A5\u53D7\u672C\u534F\u8BAE\u6240\u6709\u6761\u6B3E\uFF0C\u5426\u5219\u60A8\u65E0\u6743\u4F7F\u7528\u5927\u9053\u4E91\u5E73\u53F0\u5145\u503C\u670D\u52A1\uFF08\u4EE5\u4E0B\u7B80\u79F0\u201C\u672C\u670D\u52A1\u201D\uFF09\u3002\u60A8\u5BF9\u672C\u670D\u52A1\u7684\u4EFB\u4F55\u8D2D\u4E70\u3001\u767B\u5F55\u3001\u67E5\u770B\u7B49\u4F7F\u7528\u884C\u4E3A\u5373\u89C6\u4E3A\u60A8\u5DF2\u9605\u8BFB\u5E76\u540C\u610F\u672C\u534F\u8BAE\u7684\u7EA6\u675F\u3002</span></p><p>\xA0</p><p><span class="bold">\u4E00\u3001\u534F\u8BAE\u7684\u8303\u56F4</span></p><p>\xA0</p><p>1.1\u3010\u534F\u8BAE\u9002\u7528\u4E3B\u4F53\u8303\u56F4\u3011</p><p>\u672C\u534F\u8BAE\u662F\u60A8\u4E0E\u5927\u9053\u4E91\u5E73\u53F0\u4E4B\u95F4\u5173\u4E8E\u60A8\u4F7F\u7528\u672C\u670D\u52A1\u6240\u8BA2\u7ACB\u7684\u534F\u8BAE\u3002</p><p>\xA0</p><p>1.2\u3010\u670D\u52A1\u5185\u5BB9\u3011</p><p> \u672C\u534F\u8BAE\u9879\u4E0B\u7684\u670D\u52A1\u662F\u6307\u5927\u9053\u4E91\u5E73\u53F0\u5411\u7528\u6237\u63D0\u4F9B\u7684\u4E91\u8C46\u5145\u503C\u670D\u52A1\uFF08\u4EE5\u4E0B\u7B80\u79F0\u201C\u672C\u670D\u52A1\u201D\uFF09\u3002\u672C\u534F\u8BAE\u5185\u5BB9\u540C\u65F6\u5305\u62EC\u5927\u9053\u4E91\u5E73\u53F0\u53EF\u80FD\u4E0D\u65AD\u53D1\u5E03\u7684\u5173\u4E8E\u672C\u670D\u52A1\u7684\u76F8\u5173\u534F\u8BAE\u3001\u4E1A\u52A1\u89C4\u5219\u7B49\u5185\u5BB9\u3002\u4E0A\u8FF0\u5185\u5BB9\u4E00\u7ECF\u6B63\u5F0F\u53D1\u5E03\uFF0C\u5373\u4E3A\u672C\u534F\u8BAE\u4E0D\u53EF\u5206\u5272\u7684\u7EC4\u6210\u90E8\u5206\uFF0C\u60A8\u540C\u6837\u5E94\u5F53\u9075\u5B88\u3002 </p><p>\xA0</p><p><span class="bold">\u4E8C\u3001\u540D\u8BCD\u5B9A\u4E49</span></p><p>\xA0</p><p><span class="bold">2.1\u3010\u4E91\u8C46\u3011</span></p><p><span class="bold">2.1.1 \u4E91\u8C46\u7CFB\u5927\u9053\u4E91\u5E73\u53F0\u4E3A\u7528\u6237\u63D0\u4F9B\u7684\u6570\u5B57\u5316\u5546\u54C1\uFF0C\u7528\u4E8E\u5927\u9053\u4E91\u5E73\u53F0\u4E0A\u7684\u4EA7\u54C1\u6743\u76CA\u4F7F\u7528\u62B5\u6263\u3002</span></p><p>\xA0</p><p><span class="bold">2.1.2 \u4E91\u8C46\u5C5E\u4E8E\u5728\u7EBF\u4EA4\u4ED8\u7684\u6570\u5B57\u5316\u5546\u54C1\uFF0C\u4E91\u8C46\u7684\u8D2D\u4E70\u8D39\u7528\u7CFB\u6570\u5B57\u5316\u5546\u54C1\u4EF7\u683C\uFF0C\u800C\u4E0D\u5177\u6709\u9884\u4ED8\u6B3E\u6027\u8D28\u6216\u8005\u5B9A\u91D1\u3001\u50A8\u503C\u7B49\u6027\u8D28\uFF0C\u4E91\u8C46\u8D2D\u4E70\u6210\u529F\u540E\u4E0D\u53EF\u8F6C\u8BA9\u6216\u8005\u9006\u5411\u5151\u6362\u4E3A\u4EBA\u6C11\u5E01\u6216\u5176\u4ED6\u8D27\u5E01\u3002</span></p><p><span class="bold">2.1.3 \u4E91\u8C46\u4EC5\u9650\u4E8E\u7528\u6237\u81EA\u5DF1\u8D26\u53F7\u5728\u5927\u9053\u4E91\u5E73\u53F0\u4F7F\u7528\uFF0C\u4E0D\u5F97\u4EE5\u76C8\u5229\u7B49\u975E\u4E2A\u4EBA\u4F7F\u7528\u76EE\u7684\u4F7F\u7528\u4E91\u8C46\uFF0C\u6216\u901A\u8FC7\u8D60\u4E0E\u3001\u51FA\u501F\u3001\u8F6C\u8BA9\u3001\u9500\u552E\u3001\u62B5\u62BC\u3001\u8BB8\u53EF\u4ED6\u4EBA\u4F7F\u7528\u7B49\u65B9\u5F0F\u83B7\u53D6\u6216\u5904\u7F6E\u4E91\u8C46\u3002</span></p><p><span class="bold">2.1.4 \u4EBA\u6C11\u5E01\u548C\u4E91\u8C46\u5151\u6362\u7684\u6BD4\u4F8B\u4E3A1:1\uFF08\u53731\u5143\u4EBA\u6C11\u5E01=1\u4E91\u8C46\uFF09\uFF0C\u4E91\u8C46\u5728\u4EFB\u4F55\u60C5\u51B5\u4E0B\u90FD\u4E0D\u5177\u6709\u6CD5\u5B9A\u8D27\u5E01\u7684\u6D41\u8F6C\u53CA\u652F\u4ED8\u529F\u80FD\uFF0C\u4E0D\u5F97\u53CD\u5411\u5151\u6362\u4E3A\u4EBA\u6C11\u5E01\u6216\u5176\u4ED6\u6CD5\u5B9A\u8D27\u5E01\u3001\u5B9E\u7269\u548C\u5176\u4ED6\u865A\u62DF\u8D27\u5E01\uFF0C\u8BF7\u60A8\u6839\u636E\u5B9E\u9645\u9700\u6C42\u8D2D\u4E70\u76F8\u5E94\u6570\u91CF\u7684\u4E91\u8C46\u3002</span></p><p>2.2\u3010\u5927\u9053\u4E91\u5E73\u53F0\u3011</p><p> \u6307\u7531<span class="bold">\u5927\u9053\u4E91\u5E73\u53F0\u6240\u62E5\u6709\u3001\u63A7\u5236\u3001\u7ECF\u8425\u7684\u5927\u9053\u4E91\u5FAE\u4FE1\u5C0F\u7A0B\u5E8F\u3001\u8702\u9E1F\u6C47\u4E91\u5FAE\u4FE1\u5C0F\u7A0B\u5E8F\u3001\u8702\u9E1F\u5C45\u95F4\u7CFB\u7EDF\u3001\u8702\u9E1F\u5468\u8F6C\u7CFB\u7EDF\u3002</span></p><p>\xA0</p><p><span class="bold">\u4E09\u3001\u6743\u5229\u4E49\u52A1</span></p><p>\xA0</p><p> 3.1.1 \u60A8\u627F\u8BFA\u5177\u5907\u4F7F\u7528\u672C\u670D\u52A1\u6240\u5FC5\u9700\u7684\u6C11\u4E8B\u80FD\u529B\u548C\u5408\u6CD5\u8D44\u683C\uFF0C\u6709\u6743\u4E14\u6709\u80FD\u529B\u540C\u610F\u672C\u534F\u8BAE\u53CA\u76F8\u5173\u534F\u8BAE\u7684\u5168\u90E8\u5185\u5BB9\u3002 </p><p> 3.1.2 <span class="bold">\u60A8\u5E94\u59A5\u5584\u4FDD\u7BA1\u5927\u9053\u4E91\u5E73\u53F0\u8D26\u53F7\u7684\u7528\u6237\u540D\u53CA\u5176\u5BC6\u7801\uFF0C\u5E76\u5BF9\u8BE5\u8D26\u53F7\u4E0B\u7684\u4E00\u5207\u64CD\u4F5C\u884C\u4E3A\u8D1F\u8D23\u3002\u5982\u60A8\u7684\u5927\u9053\u4E91\u8D26\u53F7\u5B58\u5728\u5F02\u5E38\u60C5\u5F62\uFF0C\u60A8\u53EF\u4EE5\u8054\u7CFB\u5BA2\u670D\u6302\u5931\u6216\u51BB\u7ED3\u60A8\u7684\u8D26\u6237\u3002\u6B64\u65F6\uFF0C\u5927\u9053\u4E91\u5E73\u53F0\u9700\u8981\u60A8\u63D0\u4F9B\u5927\u9053\u4E91\u8D26\u53F7\u7684\u6CE8\u518C\u4FE1\u606F\u4EE5\u5B8C\u6210\u8EAB\u4EFD\u6838\u9A8C\u3002\u60A8\u7406\u89E3\u5E76\u786E\u8BA4\uFF0C\u7531\u4E8E\u6280\u672F\u5C40\u9650\uFF0C\u5927\u9053\u4E91\u5E73\u53F0\u65E0\u6CD5\u4FDD\u8BC1\u8EAB\u4EFD\u6838\u9A8C\u7684\u51C6\u786E\u6027\u548C\u771F\u5B9E\u6027\u3002</span></p><p> 3.1.3 \u60A8\u627F\u8BFA\u4E0D\u5F97\u901A\u8FC7\u975E\u5927\u9053\u4E91\u5E73\u53F0\u6307\u5B9A\u9014\u5F84\u6216\u4EFB\u4F55\u8FDD\u53CD\u76F8\u5173\u6CD5\u89C4\u3001\u8FDD\u53CD\u672C\u534F\u8BAE\u3001\u4E0D\u6B63\u5F53\u624B\u6BB5\u7B49\u8D2D\u4E70\u4E91\u8C46\u3002 </p><p> 3.1.4 \u5927\u9053\u4E91\u5E73\u53F0\u53EF\u80FD\u4F1A\u6839\u636E\u672C\u670D\u52A1\u7684\u6574\u4F53\u89C4\u5212\uFF0C\u5BF9\u672C\u670D\u52A1\u7684\u6536\u8D39\u6807\u51C6\u3001\u65B9\u5F0F\u7B49\u8FDB\u884C\u4FEE\u6539\u548C\u53D8\u66F4\uFF0C\u524D\u8FF0\u4FEE\u6539\u3001\u53D8\u66F4\uFF0C\u5927\u9053\u4E91\u5E73\u53F0\u5C06\u5728\u76F8\u5E94\u670D\u52A1\u9875\u9762\u8FDB\u884C\u901A\u77E5\u6216\u516C\u544A\u3002\u5982\u679C\u60A8\u4E0D\u540C\u610F\u4E0A\u8FF0\u4FEE\u6539\u3001\u53D8\u66F4\uFF0C\u5219\u5E94\u505C\u6B62\u4F7F\u7528\u672C\u670D\u52A1\u3002\u5426\u5219\uFF0C\u60A8\u7684\u4EFB\u4F55\u8D2D\u4E70\u3001\u767B\u5F55\u3001\u67E5\u770B\u7B49\u4F7F\u7528\u884C\u4E3A\uFF0C\u5373\u89C6\u4E3A\u60A8\u540C\u610F\u4E0A\u8FF0\u4FEE\u6539\u3001\u53D8\u66F4\u3002 </p><p> 3.1.5 \u5927\u9053\u4E91\u5E73\u53F0\u5728\u76EE\u524D\u6280\u672F\u6C34\u5E73\u4E0B\uFF0C\u6700\u5927\u7A0B\u5EA6\u5730\u4FDD\u969C\u672C\u529F\u80FD\u7684\u6B63\u5E38\u8FD0\u884C\uFF0C\u4EE5\u7EF4\u62A4\u4F60\u7684\u5229\u76CA\u3002\u5927\u9053\u4E91\u5E73\u53F0\u5BF9\u672C\u670D\u52A1\u4E0D\u4F5C\u4EFB\u4F55\u660E\u793A\u6216\u6697\u793A\u7684\u4FDD\u8BC1\uFF0C\u5305\u62EC\u4F46\u4E0D\u9650\u4E8E\u5BF9\u672C\u670D\u52A1\u7684\u53EF\u9002\u7528\u6027\u3001\u6301\u7EED\u6027\u7B49\u3002 </p><p>\xA0</p><p><span class="bold">\u56DB\u3001\u4E91\u8C46\u4F7F\u7528\u89C4\u5219\u53CA\u7279\u522B\u7EA6\u5B9A</span></p><p>\xA0</p><p><span class="bold">4.1 \u5927\u9053\u4E91\u5E73\u53F0\u5411\u60A8\u63D0\u4F9B\u8D2D\u4E70\u3001\u7BA1\u7406\u4E91\u8C46\u6709\u5173\u7684\u7F51\u7EDC\u589E\u503C\u670D\u52A1\uFF0C\u5305\u62EC\u4F46\u4E0D\u9650\u4E8E\u4E91\u8C46\u7684\u8D2D\u4E70\u3001\u8D26\u6237\u7BA1\u7406\u9875\u9762\u3001\u4EA4\u6613\u660E\u7EC6\u67E5\u8BE2\u670D\u52A1\uFF08\u4EE5\u4E0B\u79F0\u201C\u4E91\u8C46\u670D\u52A1\u201D\uFF09\u3002\u4E91\u8C46\u670D\u52A1\u7684\u5177\u4F53\u5185\u5BB9\u8BF7\u4EE5\u76F8\u5173\u9875\u9762\u7684\u4FE1\u606F\u4E3A\u51C6\u3002\u60A8\u540C\u610F\u4EE5\u5927\u9053\u4E91\u5E73\u53F0\u7559\u5B58\u7684\u4EA4\u6613\u8BB0\u5F55\u4F5C\u4E3A\u4E91\u8C46\u8D2D\u4E70\u7684\u552F\u4E00\u6709\u6548\u4F9D\u636E\uFF0C\u5982\u60A8\u5BF9\u5927\u9053\u4E91\u5E73\u53F0\u7559\u5B58\u7684\u4EA4\u6613\u8BB0\u5F55\u6709\u5F02\u8BAE\uFF0C\u60A8\u5E94\u7ACB\u5373\u5411\u5927\u9053\u4E91\u5E73\u53F0\u63D0\u51FA\uFF0C\u5927\u9053\u4E91\u5E73\u53F0\u7ECF\u6838\u5BF9\u540E\u53D1\u73B0\u786E\u6709\u9519\u8BEF\u7684\uFF0C\u5C06\u4E88\u4EE5\u6539\u6B63\u3002</span></p><p><span class="bold">4.2. \u60A8\u5E94\u8BE5\u901A\u8FC7\u5927\u9053\u4E91\u5E73\u53F0\u5B98\u65B9\u6307\u5B9A\u7684\u5305\u62EC\u4F46\u4E0D\u9650\u4E8E\u652F\u4ED8\u5B9D\u3001\u8D22\u4ED8\u901A\u7B49\u65B9\u5F0F\u4F9D\u7EA6\u652F\u4ED8\u4E00\u5B9A\u8D39\u7528\u540E\u8D2D\u4E70\u4E91\u8C46\u3002</span></p><p><span class="bold">4.3 \u60A8\u5FC5\u987B\u4E3A\u7ED1\u5B9A\u7684\u652F\u4ED8\u6E20\u9053\u8D26\u6237\u5F00\u6237\u4EBA/\u6301\u6709\u4EBA\uFF0C\u53EF\u5408\u6CD5\u3001\u6709\u6548\u4F7F\u7528\u8BE5\u8D26\u6237\u4E14\u672A\u4FB5\u72AF\u4EFB\u4F55\u7B2C\u4E09\u65B9\u6743\u76CA\uFF0C\u5426\u5219\u56E0\u6B64\u9020\u6210\u652F\u4ED8\u8D26\u6237\u5B9E\u9645\u6240\u6709\u4EBA\u635F\u5931\u7684\uFF0C\u5E94\u7531\u60A8\u5355\u72EC\u8D1F\u8D23\u89E3\u51B3\u7531\u6B64\u4EA7\u751F\u7684\u7EA0\u7EB7\u5E76\u627F\u62C5\u5168\u90E8\u6CD5\u5F8B\u8D23\u4EFB\u3002</span></p><p><span class="bold">4.4 \u60A8\u5E94\u5728\u8D2D\u4E70\u4E91\u8C46\u65F6\u4ED4\u7EC6\u786E\u8BA4\u8D26\u53F7\u3001\u652F\u4ED8\u8D26\u6237\u3001\u8D2D\u4E70\u6570\u91CF\u3001\u8D2D\u4E70\u8D39\u7528\u7B49\u4EA4\u6613\u4FE1\u606F\u51C6\u786E\u65E0\u8BEF\uFF0C\u5982\u56E0\u60A8\u81EA\u8EAB\u539F\u56E0\uFF08\u5305\u62EC\u4F46\u4E0D\u9650\u4E8E\u8D26\u53F7\u9519\u8BEF\u3001\u652F\u4ED8\u8D26\u6237\u9519\u8BEF\u3001\u64CD\u4F5C\u4E0D\u5F53\u3001\u8D26\u53F7/\u652F\u4ED8\u8D26\u6237\u5B58\u5728\u5F02\u5E38\u60C5\u51B5\u7B49\uFF09\u5BFC\u81F4\u7684\u4EFB\u4F55\u635F\u5931\u5E94\u7531\u60A8\u81EA\u884C\u627F\u62C5\u3002</span></p><p><span class="bold">4.5 \u5927\u9053\u4E91\u5E73\u53F0\u6709\u6743\u51B3\u5B9A\u4E91\u8C46\u5982\u4F55\u88AB\u4F7F\u7528\uFF08\u5305\u62EC\u5151\u6362\u865A\u62DF\u5546\u54C1\u7B49\u4E8E\u5927\u9053\u4E91\u5E73\u53F0\u4E0A\u4F7F\u7528\u7684\u4EA7\u54C1\u6216\u670D\u52A1\uFF09\u3002</span></p><p>\xA0</p><p><span class="bold">\u4E94\u3001\u884C\u4E3A\u89C4\u8303</span></p><p>\xA0</p><p>5.1\u3010\u7528\u6237\u7981\u6B62\u884C\u4E3A\u3011</p><p>\u672C\u670D\u52A1\u4EC5\u4F9B\u60A8\u4E2A\u4EBA\u4F7F\u7528\uFF0C\u9664\u975E\u7ECF\u5927\u9053\u4E91\u5E73\u53F0\u4E66\u9762\u8BB8\u53EF\uFF0C\u60A8\u4E0D\u5F97\u8FDB\u884C\u4EE5\u4E0B\u884C\u4E3A\uFF1A</p><p>5.1.1 \u5C06\u672C\u670D\u52A1\u8F6C\u8BA9\u8BB8\u53EF\u4ED6\u4EBA\u4F7F\u7528\uFF1B</p><p>5.1.2 \u5176\u4ED6\u672A\u7ECF\u5927\u9053\u4E91\u5E73\u53F0\u4E66\u9762\u8BB8\u53EF\u7684\u884C\u4E3A\u3002</p><p>5.2\u3010\u884C\u4E3A\u8D23\u4EFB\u3011</p><p><span class="bold">\u60A8\u5145\u5206\u4E86\u89E3\u5E76\u540C\u610F\uFF0C\u60A8\u7528\u4EE5\u53C2\u4E0E\u672C\u670D\u52A1\u7684\u5927\u9053\u4E91\u8D26\u53F7\u7531\u60A8\u72EC\u7ACB\u7EF4\u62A4\u3001\u4F7F\u7528\u5E76\u72EC\u7ACB\u627F\u62C5\u5168\u90E8\u8D23\u4EFB\uFF0C\u5927\u9053\u4E91\u5E73\u53F0\u4E0D\u4F1A\u3001\u4E5F\u4E0D\u53EF\u80FD\u53C2\u4E0E\u8BE5\u8D26\u53F7\u7684\u4F7F\u7528\u7B49\u4EFB\u4F55\u6D3B\u52A8\u3002\u60A8\u5E94\u5BF9\u672C\u670D\u52A1\u4E2D\u7684\u5185\u5BB9\u81EA\u884C\u52A0\u4EE5\u5224\u65AD\uFF0C\u5E76\u627F\u62C5\u56E0\u4F7F\u7528\u5185\u5BB9\u800C\u5F15\u8D77\u7684\u6240\u6709\u98CE\u9669\uFF0C\u5305\u62EC\u56E0\u5BF9\u5185\u5BB9\u7684\u6B63\u786E\u6027\u3001\u5B8C\u6574\u6027\u6216\u5B9E\u7528\u6027\u7684\u4F9D\u8D56\u800C\u4EA7\u751F\u7684\u98CE\u9669\u3002\u5927\u9053\u4E91\u5E73\u53F0\u65E0\u6CD5\u4E14\u4E0D\u4F1A\u5BF9\u56E0\u524D\u8FF0\u98CE\u9669\u800C\u5BFC\u81F4\u7684\u4EFB\u4F55\u635F\u5931\u6216\u635F\u5BB3\u627F\u62C5\u4EFB\u4F55\u8D23\u4EFB\u3002</span></p><p>\xA0</p><p><span class="bold">\u516D\u3001\u670D\u52A1\u7684\u53D8\u66F4\u3001\u4E2D\u6B62\u6216\u7EC8\u6B62</span></p><p>\xA0</p><p> \u60A8\u5145\u5206\u4E86\u89E3\u5E76\u540C\u610F\uFF0C\u7531\u4E8E\u4E92\u8054\u7F51\u670D\u52A1\u7684\u7279\u6B8A\u6027\uFF0C\u5927\u9053\u4E91\u5E73\u53F0\u53EF\u4EE5\u5728\u4E0D\u63D0\u524D\u901A\u77E5\u60A8\u7684\u60C5\u51B5\u4E4B\u4E0B\uFF0C\u6839\u636E\u672C\u670D\u52A1\u7684\u6574\u4F53\u89C4\u5212\uFF0C\u5355\u65B9\u6709\u6743\u5BF9\u672C\u670D\u52A1\u5185\u5BB9\u8FDB\u884C\u53D8\u66F4\u3001\u4E2D\u6B62\u6216\u7EC8\u6B62\u3002 </p><p>\xA0</p><p><span class="bold">\u4E03\u3001\u8FDD\u7EA6\u8D23\u4EFB</span></p><p>\xA0</p><p><span class="bold">7.1 \u5982\u679C\u5927\u9053\u4E91\u5E73\u53F0\u53D1\u73B0\u6216\u6536\u5230\u4ED6\u4EBA\u4E3E\u62A5\u60A8\u6709\u8FDD\u53CD\u672C\u534F\u8BAE\u4EFB\u4F55\u884C\u4E3A\u7684\uFF0C\u5927\u9053\u4E91\u5E73\u53F0\u6709\u6743\u8FDB\u884C\u72EC\u7ACB\u5224\u65AD\u5E76\u91C7\u53D6\u6280\u672F\u624B\u6BB5\u4E88\u4EE5\u5220\u9664\u3001\u5C4F\u853D\u6216\u65AD\u5F00\u76F8\u5173\u7684\u4FE1\u606F\u3002\u540C\u65F6\uFF0C\u5927\u9053\u4E91\u5E73\u53F0\u6709\u6743\u89C6\u60A8\u7684\u884C\u4E3A\u6027\u8D28\uFF0C\u5BF9\u60A8\u91C7\u53D6\u5305\u62EC\u4F46\u4E0D\u9650\u4E8E\u6682\u505C\u6216\u7EC8\u6B62\u90E8\u5206\u6216\u5168\u90E8\u672C\u670D\u52A1\u3001\u4E2D\u6B62\u6216\u7EC8\u6B62\u60A8\u5BF9\u8D26\u53F7\u7684\u4F7F\u7528\u3001\u8FFD\u7A76\u6CD5\u5F8B\u8D23\u4EFB\u7B49\u63AA\u65BD\uFF0C\u800C\u7531\u6B64\u7ED9\u60A8\u5E26\u6765\u7684\u635F\u5931\uFF08\u5305\u62EC\u4F46\u4E0D\u9650\u4E8E\u901A\u4FE1\u4E2D\u65AD\u3001\u76F8\u5173\u6570\u636E\u6E05\u7A7A\u3001\u670D\u52A1\u8D39\u7528\u4F5C\u4E3A\u8FDD\u7EA6\u91D1\u800C\u5F52\u5927\u9053\u4E91\u5E73\u53F0\u6240\u6709\u7B49\uFF09\uFF0C\u7531\u60A8\u81EA\u884C\u627F\u62C5\uFF0C\u9020\u6210\u5927\u9053\u4E91\u5E73\u53F0\u635F\u5931\u7684\uFF0C\u60A8\u4E5F\u5E94\u4E88\u4EE5\u8D54\u507F\u3002\u82E5\u5927\u9053\u4E91\u5E73\u53F0\u4F9D\u524D\u8FF0\u7EA6\u5B9A\u5BF9\u60A8\u91C7\u53D6\u6682\u505C\u6216\u7EC8\u6B62\u90E8\u5206\u6216\u5168\u90E8\u672C\u670D\u52A1\u7684\uFF0C\u5927\u9053\u4E91\u5E73\u53F0\u65E0\u9700\u5411\u60A8\u9000\u8FD8\u4EFB\u4F55\u8D39\u7528\uFF0C\u5269\u4F59\u7684\u670D\u52A1\u8D39\u7528\uFF0C\u4F5C\u4E3A\u8FDD\u7EA6\u91D1\u800C\u5F52\u5927\u9053\u4E91\u5E73\u53F0\u6240\u6709\u3002</span></p><p>\xA0</p><p>7.2\u3010\u5BF9\u7B2C\u4E09\u65B9\u635F\u5BB3\u7684\u5904\u7406\u3011</p><p> \u60A8\u6709\u8FDD\u53CD\u672C\u534F\u8BAE\u4EFB\u4F55\u884C\u4E3A\uFF0C\u5BFC\u81F4\u4EFB\u4F55\u7B2C\u4E09\u65B9\u635F\u5BB3\u7684\uFF0C\u60A8\u5E94\u5F53\u72EC\u7ACB\u627F\u62C5\u8D23\u4EFB\uFF1B\u5927\u9053\u4E91\u5E73\u53F0\u56E0\u6B64\u906D\u53D7\u635F\u5931\u7684\uFF0C\u60A8\u4E5F\u5E94\u5F53\u4E00\u5E76\u8D54\u507F\u3002 </p><p>\xA0</p><p><span class="bold">7.3\u3010\u5355\u65B9\u63D0\u524D\u7EC8\u6B62\u670D\u52A1\u3011</span></p><p><span class="bold">\u60A8\u5145\u5206\u4E86\u89E3\u5E76\u540C\u610F\uFF0C\u60A8\u5728\u9009\u62E9\u4F7F\u7528\u672C\u670D\u52A1\u540E\uFF0C\u82E5\u60A8\u5728\u65E0\u4EFB\u4F55\u6CD5\u5B9A\u6216\u7EA6\u5B9A\u7406\u7531\u7684\u60C5\u51B5\u4E4B\u4E0B\uFF0C\u5355\u65B9\u8981\u6C42\u63D0\u524D\u7EC8\u6B62\u672C\u670D\u52A1\u7684\uFF0C\u5927\u9053\u4E91\u5E73\u53F0\u65E0\u9700\u5411\u60A8\u9000\u8FD8\u4EFB\u4F55\u8D39\u7528\uFF0C\u5269\u4F59\u7684\u670D\u52A1\u8D39\u7528\uFF0C\u4F5C\u4E3A\u8FDD\u7EA6\u91D1\u800C\u5F52\u5927\u9053\u4E91\u5E73\u53F0\u6240\u6709\u3002</span></p><p>\xA0</p><p><span class="bold">\u516B\u3001\u514D\u8D23\u6761\u6B3E</span></p><p>\xA0</p><p><span class="bold">8.1 \u60A8\u7406\u89E3\u5E76\u540C\u610F\uFF1A\u5728\u4F7F\u7528\u672C\u670D\u52A1\u7684\u8FC7\u7A0B\u4E2D\uFF0C\u53EF\u80FD\u4F1A\u56E0\u4E0D\u53EF\u6297\u529B\u800C\u4F7F\u672C\u670D\u52A1\u53D1\u751F\u4E2D\u65AD\uFF0C\u5E76\u56E0\u6B64\u800C\u5F15\u53D1\u635F\u5BB3\u3002\u4E0D\u53EF\u6297\u529B\u662F\u6307\u4E0D\u80FD\u9884\u89C1\u3001\u4E0D\u80FD\u514B\u670D\u5E76\u4E0D\u80FD\u907F\u514D\u4E14\u5BF9\u4E00\u65B9\u6216\u53CC\u65B9\u9020\u6210\u91CD\u5927\u5F71\u54CD\u7684\u5BA2\u89C2\u4E8B\u4EF6\uFF0C\u5305\u62EC\u4F46\u4E0D\u9650\u4E8E\u81EA\u7136\u707E\u5BB3\u5982\u6D2A\u6C34\u3001\u5730\u9707\u3001\u98CE\u66B4\u3001\u75AB\u60C5\u7B49\u4EE5\u53CA\u793E\u4F1A\u4E8B\u4EF6\u5982\u6218\u4E89\u3001\u52A8\u4E71\u3001\u653F\u5E9C\u884C\u4E3A\u7B49\u3002\u51FA\u73B0\u4E0A\u8FF0\u60C5\u51B5\u65F6\uFF0C\u5927\u9053\u4E91\u5E73\u53F0\u5C06\u52AA\u529B\u5728\u7B2C\u4E00\u65F6\u95F4\u4E0E\u76F8\u5173\u5355\u4F4D\u914D\u5408\uFF0C\u53CA\u65F6\u8FDB\u884C\u4FEE\u590D\uFF0C\u82E5\u7531\u6B64\u7ED9\u60A8\u9020\u6210\u635F\u5931\u7684\uFF0C\u60A8\u540C\u610F\u653E\u5F03\u8FFD\u7A76\u5927\u9053\u4E91\u5E73\u53F0\u7684\u8D23\u4EFB\u3002</span></p><p><span class="bold">8.2 \u60A8\u7406\u89E3\u5E76\u540C\u610F\uFF1A\u82E5\u7531\u4E8E\u4EE5\u4E0B\u60C5\u5F62\u5BFC\u81F4\u7684\u529F\u80FD\u4E2D\u65AD\u6216\u53D7\u963B\uFF0C\u5927\u9053\u4E91\u5E73\u53F0\u5E76\u4E0D\u627F\u62C5\u4EFB\u4F55\u6CD5\u5F8B\u8D23\u4EFB\uFF1A</span></p><p><span class="bold">8.2.1 \u53D7\u5230\u8BA1\u7B97\u673A\u75C5\u6BD2\u3001\u6728\u9A6C\u6216\u5176\u4ED6\u6076\u610F\u7A0B\u5E8F\u3001\u9ED1\u5BA2\u653B\u51FB\u7684\u7834\u574F\uFF1B</span></p><p><span class="bold">8.2.2 \u60A8\u64CD\u4F5C\u4E0D\u5F53\uFF1B</span></p><p><span class="bold">8.2.3 \u5176\u4ED6\u5927\u9053\u4E91\u5E73\u53F0\u65E0\u6CD5\u63A7\u5236\u6216\u5408\u7406\u9884\u89C1\u7684\u60C5\u5F62\u3002</span></p><p>\xA0</p><p>\u4E5D\u3001\u5176\u4ED6</p><p>\xA0</p><p>9.1\u3010\u534F\u8BAE\u7684\u751F\u6548\u4E0E\u53D8\u66F4\u3011</p><p> \u60A8\u4F7F\u7528\u672C\u670D\u52A1\u5373\u89C6\u4E3A\u60A8\u5DF2\u9605\u8BFB\u5E76\u540C\u610F\u53D7\u672C\u534F\u8BAE\u7684\u7EA6\u675F\u3002\u5927\u9053\u4E91\u5E73\u53F0\u6709\u6743\u5728\u5FC5\u8981\u65F6\u4FEE\u6539\u672C\u534F\u8BAE\u6761\u6B3E\u3002\u60A8\u53EF\u4EE5\u5728\u76F8\u5173\u9875\u9762\u4E2D\u67E5\u9605\u6700\u65B0\u7684\u534F\u8BAE\u6761\u6B3E\u3002\u672C\u534F\u8BAE\u6761\u6B3E\u53D8\u66F4\u540E\uFF0C\u5982\u679C\u60A8\u7EE7\u7EED\u4F7F\u7528\u672C\u670D\u52A1\uFF0C\u5373\u89C6\u4E3A\u60A8\u5DF2\u63A5\u53D7\u4FEE\u6539\u540E\u7684\u534F\u8BAE\u3002\u5982\u679C\u60A8\u4E0D\u63A5\u53D7\u4FEE\u6539\u540E\u7684\u534F\u8BAE\uFF0C\u5E94\u5F53\u505C\u6B62\u4F7F\u7528\u672C\u670D\u52A1\u3002 </p><p>9.2\u3010\u534F\u8BAE\u7B7E\u8BA2\u5730\u3011</p><p>\u672C\u534F\u8BAE\u7B7E\u8BA2\u5730\u4E3A\u4E2D\u534E\u4EBA\u6C11\u5171\u548C\u56FD\u6DF1\u5733\u5E02\u5357\u5C71\u533A\u3002</p><p>9.3\u3010\u9002\u7528\u6CD5\u5F8B\u3011</p><p> \u672C\u534F\u8BAE\u7684\u6210\u7ACB\u3001\u751F\u6548\u3001\u5C65\u884C\u3001\u89E3\u91CA\u53CA\u7EA0\u7EB7\u89E3\u51B3\uFF0C\u9002\u7528\u4E2D\u534E\u4EBA\u6C11\u5171\u548C\u56FD\u5927\u9646\u5730\u533A\u6CD5\u5F8B\uFF08\u4E0D\u5305\u62EC\u51B2\u7A81\u6CD5\uFF09\u3002 </p><p><span class="bold">9.4\u3010\u4E89\u8BAE\u89E3\u51B3\u3011</span></p><p><span class="bold">\u82E5\u60A8\u548C\u5927\u9053\u4E91\u5E73\u53F0\u4E4B\u95F4\u53D1\u751F\u4EFB\u4F55\u7EA0\u7EB7\u6216\u4E89\u8BAE\uFF0C\u9996\u5148\u5E94\u53CB\u597D\u534F\u5546\u89E3\u51B3\uFF1B\u534F\u5546\u4E0D\u6210\u7684\uFF0C\u5404\u65B9\u5171\u540C\u7EA6\u5B9A\uFF0C\u51E1\u56E0\u672C\u534F\u8BAE\u5F15\u8D77\u7684\u6216\u4E0E\u672C\u534F\u8BAE\u6709\u5173\u7684\u4EFB\u4F55\u4E89\u8BAE\uFF0C\u5747\u63D0\u4EA4\u6E5B\u6C5F\u4EF2\u88C1\u59D4\u5458\u4F1A\u4F9D\u5176\u89C4\u5219\u548C\u56FD\u5BB6\u6CD5\u5F8B\u6CD5\u89C4\u4ECE\u901F\u4EF2\u88C1\u3002</span></p><p>9.5\u3010\u6761\u6B3E\u6807\u9898\u3011</p><p>\u672C\u534F\u8BAE\u6240\u6709\u6761\u6B3E\u7684\u6807\u9898\u4EC5\u4E3A\u9605\u8BFB\u65B9\u4FBF\uFF0C\u672C\u8EAB\u5E76\u65E0\u5B9E\u9645\u6DB5\u4E49\uFF0C\u4E0D\u80FD\u4F5C\u4E3A\u672C\u534F\u8BAE\u6DB5\u4E49\u89E3\u91CA\u7684\u4F9D\u636E\u3002</p><p>9.6\u3010\u6761\u6B3E\u6548\u529B\u3011</p><p>\u672C\u534F\u8BAE\u6761\u6B3E\u65E0\u8BBA\u56E0\u4F55\u79CD\u539F\u56E0\u90E8\u5206\u65E0\u6548\u6216\u4E0D\u53EF\u6267\u884C\uFF0C\u5176\u4F59\u6761\u6B3E\u4ECD\u6709\u6548\uFF0C\u5BF9\u53CC\u65B9\u4ECD\u5177\u6709\u7EA6\u675F\u529B\u3002</p><p>\xA0</p><p>\xA0</p>', 96)
|
|
1922
|
-
]));
|
|
1946
|
+
])]);
|
|
1923
1947
|
}
|
|
1924
1948
|
|
|
1925
|
-
/* unplugin-vue-components disabled */const script$
|
|
1949
|
+
/* unplugin-vue-components disabled */const script$D = {};
|
|
1926
1950
|
|
|
1927
|
-
script$
|
|
1928
|
-
script$
|
|
1951
|
+
script$D.render = render$2;
|
|
1952
|
+
script$D.__file = "src/payment/components/UserAgreement.vue";
|
|
1929
1953
|
|
|
1930
|
-
const _hoisted_1$
|
|
1931
|
-
const _hoisted_2$
|
|
1932
|
-
const _hoisted_3$
|
|
1954
|
+
const _hoisted_1$z = { class: "recharge-result" };
|
|
1955
|
+
const _hoisted_2$p = { class: "content" };
|
|
1956
|
+
const _hoisted_3$j = {
|
|
1933
1957
|
key: 0,
|
|
1934
1958
|
class: "caption"
|
|
1935
1959
|
};
|
|
@@ -1937,7 +1961,7 @@ const _hoisted_4$e = {
|
|
|
1937
1961
|
key: 1,
|
|
1938
1962
|
class: "caption"
|
|
1939
1963
|
};
|
|
1940
|
-
var script$
|
|
1964
|
+
var script$C = /* @__PURE__ */ defineComponent({
|
|
1941
1965
|
__name: "RechargeResult",
|
|
1942
1966
|
props: {
|
|
1943
1967
|
type: { type: String, required: true, default: "recharge" },
|
|
@@ -1955,26 +1979,26 @@ var script$B = /* @__PURE__ */ defineComponent({
|
|
|
1955
1979
|
}
|
|
1956
1980
|
return (_ctx, _cache) => {
|
|
1957
1981
|
const _component_nut_button = Button;
|
|
1958
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1959
|
-
createElementVNode("div", _hoisted_2$
|
|
1982
|
+
return openBlock(), createElementBlock("div", _hoisted_1$z, [
|
|
1983
|
+
createElementVNode("div", _hoisted_2$p, [
|
|
1960
1984
|
_cache[1] || (_cache[1] = createElementVNode(
|
|
1961
1985
|
"div",
|
|
1962
1986
|
{ class: "figure" },
|
|
1963
1987
|
null,
|
|
1964
1988
|
-1
|
|
1965
|
-
/*
|
|
1989
|
+
/* CACHED */
|
|
1966
1990
|
)),
|
|
1967
1991
|
createElementVNode(
|
|
1968
1992
|
"h2",
|
|
1969
1993
|
null,
|
|
1970
|
-
toDisplayString(views[
|
|
1994
|
+
toDisplayString(views[__props.type][0]) + "\u6210\u529F",
|
|
1971
1995
|
1
|
|
1972
1996
|
/* TEXT */
|
|
1973
1997
|
),
|
|
1974
|
-
|
|
1998
|
+
__props.payMethod == "bean" ? (openBlock(), createElementBlock("div", _hoisted_3$j, "\u6743\u76CA\u5DF2\u5230\u8D26")) : (openBlock(), createElementBlock(
|
|
1975
1999
|
"div",
|
|
1976
2000
|
_hoisted_4$e,
|
|
1977
|
-
toDisplayString(views[
|
|
2001
|
+
toDisplayString(views[__props.type][1]) + "\u5C06\u57281\u5206\u949F\u4E4B\u5185\u5230\u8D26",
|
|
1978
2002
|
1
|
|
1979
2003
|
/* TEXT */
|
|
1980
2004
|
)),
|
|
@@ -1983,9 +2007,13 @@ var script$B = /* @__PURE__ */ defineComponent({
|
|
|
1983
2007
|
type: "default",
|
|
1984
2008
|
onClick: onBackClick
|
|
1985
2009
|
}, {
|
|
1986
|
-
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
1987
|
-
createTextVNode(
|
|
1988
|
-
|
|
2010
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
|
2011
|
+
createTextVNode(
|
|
2012
|
+
"\u8FD4\u56DE",
|
|
2013
|
+
-1
|
|
2014
|
+
/* CACHED */
|
|
2015
|
+
)
|
|
2016
|
+
])]),
|
|
1989
2017
|
_: 1
|
|
1990
2018
|
/* STABLE */
|
|
1991
2019
|
})
|
|
@@ -1995,12 +2023,12 @@ var script$B = /* @__PURE__ */ defineComponent({
|
|
|
1995
2023
|
}
|
|
1996
2024
|
});
|
|
1997
2025
|
|
|
1998
|
-
script$
|
|
2026
|
+
script$C.__file = "src/payment/components/RechargeResult.vue";
|
|
1999
2027
|
|
|
2000
|
-
const _hoisted_1$
|
|
2001
|
-
const _hoisted_2$
|
|
2002
|
-
const _hoisted_3$
|
|
2003
|
-
var script$
|
|
2028
|
+
const _hoisted_1$y = { class: "tag" };
|
|
2029
|
+
const _hoisted_2$o = { class: "token-line number" };
|
|
2030
|
+
const _hoisted_3$i = { class: "number" };
|
|
2031
|
+
var script$B = /* @__PURE__ */ defineComponent({
|
|
2004
2032
|
__name: "RightsPicker",
|
|
2005
2033
|
props: {
|
|
2006
2034
|
items: { type: Array, required: true, default: () => [] },
|
|
@@ -2029,7 +2057,7 @@ var script$A = /* @__PURE__ */ defineComponent({
|
|
|
2029
2057
|
(openBlock(true), createElementBlock(
|
|
2030
2058
|
Fragment,
|
|
2031
2059
|
null,
|
|
2032
|
-
renderList(
|
|
2060
|
+
renderList(__props.items, (amount, index) => {
|
|
2033
2061
|
return openBlock(), createBlock(_component_nut_grid_item, {
|
|
2034
2062
|
class: normalizeClass(["tile", { selected: state.selected === index }]),
|
|
2035
2063
|
onClick: () => onGridItemClick(index),
|
|
@@ -2038,23 +2066,27 @@ var script$A = /* @__PURE__ */ defineComponent({
|
|
|
2038
2066
|
default: withCtx(() => [
|
|
2039
2067
|
createElementVNode(
|
|
2040
2068
|
"div",
|
|
2041
|
-
_hoisted_1$
|
|
2069
|
+
_hoisted_1$y,
|
|
2042
2070
|
toDisplayString(amount.paymentDesc),
|
|
2043
2071
|
1
|
|
2044
2072
|
/* TEXT */
|
|
2045
2073
|
),
|
|
2046
2074
|
createElementVNode(
|
|
2047
2075
|
"h4",
|
|
2048
|
-
_hoisted_2$
|
|
2076
|
+
_hoisted_2$o,
|
|
2049
2077
|
toDisplayString(amount.priceRightNum) + "\u7B14",
|
|
2050
2078
|
1
|
|
2051
2079
|
/* TEXT */
|
|
2052
2080
|
),
|
|
2053
2081
|
createElementVNode("h5", null, [
|
|
2054
|
-
_cache[0] || (_cache[0] = createTextVNode(
|
|
2082
|
+
_cache[0] || (_cache[0] = createTextVNode(
|
|
2083
|
+
"\xA5",
|
|
2084
|
+
-1
|
|
2085
|
+
/* CACHED */
|
|
2086
|
+
)),
|
|
2055
2087
|
createElementVNode(
|
|
2056
2088
|
"span",
|
|
2057
|
-
_hoisted_3$
|
|
2089
|
+
_hoisted_3$i,
|
|
2058
2090
|
toDisplayString(amount.paymentAmount),
|
|
2059
2091
|
1
|
|
2060
2092
|
/* TEXT */
|
|
@@ -2076,7 +2108,7 @@ var script$A = /* @__PURE__ */ defineComponent({
|
|
|
2076
2108
|
}
|
|
2077
2109
|
});
|
|
2078
2110
|
|
|
2079
|
-
script$
|
|
2111
|
+
script$B.__file = "src/payment/components/RightsPicker.vue";
|
|
2080
2112
|
|
|
2081
2113
|
function useAmount() {
|
|
2082
2114
|
function limitDecimal(value, precision = 1) {
|
|
@@ -2104,9 +2136,9 @@ function useAmount() {
|
|
|
2104
2136
|
};
|
|
2105
2137
|
}
|
|
2106
2138
|
|
|
2107
|
-
const _hoisted_1$
|
|
2108
|
-
const _hoisted_2$
|
|
2109
|
-
const _hoisted_3$
|
|
2139
|
+
const _hoisted_1$x = { class: "view recharge-view2" };
|
|
2140
|
+
const _hoisted_2$n = { class: "flex-grow" };
|
|
2141
|
+
const _hoisted_3$h = {
|
|
2110
2142
|
key: 0,
|
|
2111
2143
|
class: "bean-buy"
|
|
2112
2144
|
};
|
|
@@ -2132,7 +2164,7 @@ const _hoisted_13$2 = { class: "amount" };
|
|
|
2132
2164
|
const _hoisted_14$2 = { class: "item" };
|
|
2133
2165
|
const _hoisted_15$2 = { class: "item" };
|
|
2134
2166
|
const _hoisted_16$2 = { class: "item" };
|
|
2135
|
-
var script$
|
|
2167
|
+
var script$A = /* @__PURE__ */ defineComponent({
|
|
2136
2168
|
__name: "TradeView",
|
|
2137
2169
|
props: {
|
|
2138
2170
|
headerApp: { type: String, required: true },
|
|
@@ -2169,7 +2201,7 @@ var script$z = /* @__PURE__ */ defineComponent({
|
|
|
2169
2201
|
});
|
|
2170
2202
|
onMounted(() => {
|
|
2171
2203
|
const $http = useHttp$2({ Appcode: props.headerApp, Tenant: props.tenant });
|
|
2172
|
-
$http.get(endpoints.\u83B7\u53D6\u589E\u503C\u6743\u76CA\u7C7B\u76EE, {
|
|
2204
|
+
$http.get(endpoints$1.\u83B7\u53D6\u589E\u503C\u6743\u76CA\u7C7B\u76EE, {
|
|
2173
2205
|
rightCode: props.app === "corporateStar" ? "riskQueryCompany" : "riskQueryMulti"
|
|
2174
2206
|
}).then((res) => {
|
|
2175
2207
|
balance.value = res.balance;
|
|
@@ -2254,21 +2286,21 @@ var script$z = /* @__PURE__ */ defineComponent({
|
|
|
2254
2286
|
const _component_nut_checkbox = Checkbox;
|
|
2255
2287
|
const _component_nut_button = Button;
|
|
2256
2288
|
const _component_nut_dialog = Dialog;
|
|
2257
|
-
return openBlock(), createElementBlock("view", _hoisted_1$
|
|
2258
|
-
createElementVNode("view", _hoisted_2$
|
|
2259
|
-
createVNode(script$
|
|
2289
|
+
return openBlock(), createElementBlock("view", _hoisted_1$x, [
|
|
2290
|
+
createElementVNode("view", _hoisted_2$n, [
|
|
2291
|
+
createVNode(script$B, {
|
|
2260
2292
|
items: amounts.value,
|
|
2261
2293
|
selected: state.selected,
|
|
2262
2294
|
onChange: onAmountSelect
|
|
2263
2295
|
}, null, 8, ["items", "selected"]),
|
|
2264
|
-
amounts.value[state.selected] ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
2296
|
+
amounts.value[state.selected] ? (openBlock(), createElementBlock("div", _hoisted_3$h, [
|
|
2265
2297
|
createElementVNode("div", _hoisted_4$d, [
|
|
2266
2298
|
_cache[4] || (_cache[4] = createElementVNode(
|
|
2267
2299
|
"div",
|
|
2268
2300
|
{ class: "title" },
|
|
2269
2301
|
"\u4F7F\u7528\u4E91\u8C46\u652F\u4ED8",
|
|
2270
2302
|
-1
|
|
2271
|
-
/*
|
|
2303
|
+
/* CACHED */
|
|
2272
2304
|
)),
|
|
2273
2305
|
!selectBean.value ? (openBlock(), createElementBlock(
|
|
2274
2306
|
"div",
|
|
@@ -2311,7 +2343,11 @@ var script$z = /* @__PURE__ */ defineComponent({
|
|
|
2311
2343
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => state.agreed = $event)
|
|
2312
2344
|
}, {
|
|
2313
2345
|
default: withCtx(() => [
|
|
2314
|
-
_cache[5] || (_cache[5] = createTextVNode(
|
|
2346
|
+
_cache[5] || (_cache[5] = createTextVNode(
|
|
2347
|
+
"\u6211\u5DF2\u9605\u8BFB\u5E76\u540C\u610F",
|
|
2348
|
+
-1
|
|
2349
|
+
/* CACHED */
|
|
2350
|
+
)),
|
|
2315
2351
|
createElementVNode("a", {
|
|
2316
2352
|
class: "link inline",
|
|
2317
2353
|
onClick: onAgreementLinkClick
|
|
@@ -2323,14 +2359,18 @@ var script$z = /* @__PURE__ */ defineComponent({
|
|
|
2323
2359
|
])) : createCommentVNode("v-if", true),
|
|
2324
2360
|
createElementVNode("div", _hoisted_11$3, [
|
|
2325
2361
|
createElementVNode("div", _hoisted_12$3, [
|
|
2326
|
-
_cache[7] || (_cache[7] = createTextVNode(
|
|
2362
|
+
_cache[7] || (_cache[7] = createTextVNode(
|
|
2363
|
+
" \u5F85\u652F\u4ED8\uFF1A ",
|
|
2364
|
+
-1
|
|
2365
|
+
/* CACHED */
|
|
2366
|
+
)),
|
|
2327
2367
|
createElementVNode("span", _hoisted_13$2, [
|
|
2328
2368
|
_cache[6] || (_cache[6] = createElementVNode(
|
|
2329
2369
|
"i",
|
|
2330
2370
|
null,
|
|
2331
2371
|
"\uFFE5",
|
|
2332
2372
|
-1
|
|
2333
|
-
/*
|
|
2373
|
+
/* CACHED */
|
|
2334
2374
|
)),
|
|
2335
2375
|
createTextVNode(
|
|
2336
2376
|
toDisplayString(unref(formatAmount)(currentAmount.value)),
|
|
@@ -2346,9 +2386,13 @@ var script$z = /* @__PURE__ */ defineComponent({
|
|
|
2346
2386
|
onClick: onPayClick,
|
|
2347
2387
|
class: "recharge-button"
|
|
2348
2388
|
}, {
|
|
2349
|
-
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
2350
|
-
createTextVNode(
|
|
2351
|
-
|
|
2389
|
+
default: withCtx(() => [..._cache[8] || (_cache[8] = [
|
|
2390
|
+
createTextVNode(
|
|
2391
|
+
"\u8D2D\u4E70",
|
|
2392
|
+
-1
|
|
2393
|
+
/* CACHED */
|
|
2394
|
+
)
|
|
2395
|
+
])]),
|
|
2352
2396
|
_: 1
|
|
2353
2397
|
/* STABLE */
|
|
2354
2398
|
}, 8, ["loading"])
|
|
@@ -2401,22 +2445,22 @@ var script$z = /* @__PURE__ */ defineComponent({
|
|
|
2401
2445
|
}
|
|
2402
2446
|
});
|
|
2403
2447
|
|
|
2404
|
-
script$
|
|
2448
|
+
script$A.__file = "src/payment/components/TradeView.vue";
|
|
2405
2449
|
|
|
2406
2450
|
const components = {
|
|
2407
|
-
AmountPicker: script$
|
|
2408
|
-
RechargeView: script$
|
|
2409
|
-
UserAgreement: script$
|
|
2410
|
-
RechargeResult: script$
|
|
2411
|
-
TradeView: script$
|
|
2451
|
+
AmountPicker: script$M,
|
|
2452
|
+
RechargeView: script$E,
|
|
2453
|
+
UserAgreement: script$D,
|
|
2454
|
+
RechargeResult: script$C,
|
|
2455
|
+
TradeView: script$A
|
|
2412
2456
|
};
|
|
2413
2457
|
|
|
2414
|
-
const _hoisted_1$
|
|
2415
|
-
const _hoisted_2$
|
|
2416
|
-
const _hoisted_3$
|
|
2458
|
+
const _hoisted_1$w = { class: "account-card" };
|
|
2459
|
+
const _hoisted_2$m = { class: "card" };
|
|
2460
|
+
const _hoisted_3$g = { class: "card-row" };
|
|
2417
2461
|
const _hoisted_4$c = { class: "card-row-left" };
|
|
2418
2462
|
const _hoisted_5$b = { class: "bean-nums number" };
|
|
2419
|
-
var script$
|
|
2463
|
+
var script$z = /* @__PURE__ */ defineComponent({
|
|
2420
2464
|
__name: "BalanceCard",
|
|
2421
2465
|
props: {
|
|
2422
2466
|
app: { type: String, required: true, default: "" }
|
|
@@ -2440,7 +2484,7 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2440
2484
|
});
|
|
2441
2485
|
async function loadBalance() {
|
|
2442
2486
|
const $http = useHttp$3();
|
|
2443
|
-
$http.get(endpoints$
|
|
2487
|
+
$http.get(endpoints$2.\u83B7\u53D6\u4F59\u989D\u660E\u7EC6, {
|
|
2444
2488
|
app: props.app
|
|
2445
2489
|
}).then((data) => {
|
|
2446
2490
|
balance.value.total = data.total || data.commonAccount;
|
|
@@ -2457,9 +2501,9 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2457
2501
|
reload: loadBalance
|
|
2458
2502
|
});
|
|
2459
2503
|
return (_ctx, _cache) => {
|
|
2460
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2461
|
-
createElementVNode("div", _hoisted_2$
|
|
2462
|
-
createElementVNode("div", _hoisted_3$
|
|
2504
|
+
return openBlock(), createElementBlock("div", _hoisted_1$w, [
|
|
2505
|
+
createElementVNode("div", _hoisted_2$m, [
|
|
2506
|
+
createElementVNode("div", _hoisted_3$g, [
|
|
2463
2507
|
createElementVNode("div", _hoisted_4$c, [
|
|
2464
2508
|
_cache[0] || (_cache[0] = createElementVNode(
|
|
2465
2509
|
"div",
|
|
@@ -2474,7 +2518,7 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2474
2518
|
createElementVNode("span", { class: "baan-name" }, "\u4E91\u8C46")
|
|
2475
2519
|
],
|
|
2476
2520
|
-1
|
|
2477
|
-
/*
|
|
2521
|
+
/* CACHED */
|
|
2478
2522
|
)),
|
|
2479
2523
|
createElementVNode(
|
|
2480
2524
|
"div",
|
|
@@ -2488,13 +2532,13 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2488
2532
|
createElementVNode("div", {
|
|
2489
2533
|
class: "account-info-entry",
|
|
2490
2534
|
onClick: gotoDetail
|
|
2491
|
-
}, _cache[1] || (_cache[1] = [
|
|
2535
|
+
}, [..._cache[1] || (_cache[1] = [
|
|
2492
2536
|
createElementVNode(
|
|
2493
2537
|
"div",
|
|
2494
2538
|
{ class: "account-info-name" },
|
|
2495
2539
|
"\u8D26\u6237\u660E\u7EC6",
|
|
2496
2540
|
-1
|
|
2497
|
-
/*
|
|
2541
|
+
/* CACHED */
|
|
2498
2542
|
),
|
|
2499
2543
|
createElementVNode(
|
|
2500
2544
|
"div",
|
|
@@ -2506,9 +2550,9 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2506
2550
|
})
|
|
2507
2551
|
],
|
|
2508
2552
|
-1
|
|
2509
|
-
/*
|
|
2553
|
+
/* CACHED */
|
|
2510
2554
|
)
|
|
2511
|
-
]))
|
|
2555
|
+
])])
|
|
2512
2556
|
])
|
|
2513
2557
|
]),
|
|
2514
2558
|
createCommentVNode(' <div class="line"></div>\r\n <div class="card-row">\r\n <div class="card-row-left desc">\u6743\u76CA\u4F7F\u7528\u65F6\u81EA\u52A8\u6263\u51CF\u4E91\u8C46</div>\r\n <div class="card-row-right">\r\n <div class="pay" @click="gotoRecharge">\r\n <div>\u5145\u503C</div>\r\n <img\r\n class="pay-icon"\r\n src="https://cdn.ddjf.com/static/images/bpms-workBench/bean-right.png"\r\n />\r\n </div>\r\n </div>\r\n </div> ')
|
|
@@ -2518,7 +2562,7 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2518
2562
|
}
|
|
2519
2563
|
});
|
|
2520
2564
|
|
|
2521
|
-
script$
|
|
2565
|
+
script$z.__file = "src/balance/components/BalanceCard.vue";
|
|
2522
2566
|
|
|
2523
2567
|
const consumptionTypes = [
|
|
2524
2568
|
"\u5168\u90E8",
|
|
@@ -2535,12 +2579,12 @@ const consumptionTypes = [
|
|
|
2535
2579
|
const consumptionPositions = ["\u5168\u90E8", "\u4E91\u8C46", "\u6743\u76CA"];
|
|
2536
2580
|
const consumptionDirections = ["\u5168\u90E8", "\u6536\u5165", "\u652F\u51FA"];
|
|
2537
2581
|
|
|
2538
|
-
const _hoisted_1$
|
|
2539
|
-
const _hoisted_2$
|
|
2540
|
-
const _hoisted_3$
|
|
2582
|
+
const _hoisted_1$v = { class: "consumption-filter" };
|
|
2583
|
+
const _hoisted_2$l = { class: "consumption-filter-content" };
|
|
2584
|
+
const _hoisted_3$f = { class: "title" };
|
|
2541
2585
|
const _hoisted_4$b = { class: "info" };
|
|
2542
2586
|
const _hoisted_5$a = ["onClick"];
|
|
2543
|
-
var script$
|
|
2587
|
+
var script$y = /* @__PURE__ */ defineComponent({
|
|
2544
2588
|
__name: "ConsumptionFilter",
|
|
2545
2589
|
props: {
|
|
2546
2590
|
modelValue: { type: Array, required: true, default: () => ["\u5168\u90E8", "\u5168\u90E8", "\u5168\u90E8", ""] }
|
|
@@ -2580,7 +2624,7 @@ var script$x = /* @__PURE__ */ defineComponent({
|
|
|
2580
2624
|
result[3] = "";
|
|
2581
2625
|
};
|
|
2582
2626
|
const \u8BF7\u6C42\u6743\u76CA\u7C7B\u76EE = () => {
|
|
2583
|
-
$http.get(endpoints$
|
|
2627
|
+
$http.get(endpoints$2.\u83B7\u53D6\u6743\u76CA\u7C7B\u76EE).then((data) => {
|
|
2584
2628
|
filterSections.value[3].data = [
|
|
2585
2629
|
{ code: "", name: "\u5168\u90E8" },
|
|
2586
2630
|
...data
|
|
@@ -2592,15 +2636,15 @@ var script$x = /* @__PURE__ */ defineComponent({
|
|
|
2592
2636
|
emit("complete", result);
|
|
2593
2637
|
};
|
|
2594
2638
|
return (_ctx, _cache) => {
|
|
2595
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2639
|
+
return openBlock(), createElementBlock("div", _hoisted_1$v, [
|
|
2596
2640
|
_cache[0] || (_cache[0] = createElementVNode(
|
|
2597
2641
|
"div",
|
|
2598
2642
|
{ class: "consumption-filter-title" },
|
|
2599
2643
|
" \u9009\u62E9\u7B5B\u9009\u9879 ",
|
|
2600
2644
|
-1
|
|
2601
|
-
/*
|
|
2645
|
+
/* CACHED */
|
|
2602
2646
|
)),
|
|
2603
|
-
createElementVNode("div", _hoisted_2$
|
|
2647
|
+
createElementVNode("div", _hoisted_2$l, [
|
|
2604
2648
|
(openBlock(true), createElementBlock(
|
|
2605
2649
|
Fragment,
|
|
2606
2650
|
null,
|
|
@@ -2611,7 +2655,7 @@ var script$x = /* @__PURE__ */ defineComponent({
|
|
|
2611
2655
|
[
|
|
2612
2656
|
createElementVNode(
|
|
2613
2657
|
"div",
|
|
2614
|
-
_hoisted_3$
|
|
2658
|
+
_hoisted_3$f,
|
|
2615
2659
|
toDisplayString(item.title),
|
|
2616
2660
|
1
|
|
2617
2661
|
/* TEXT */
|
|
@@ -2655,19 +2699,19 @@ var script$x = /* @__PURE__ */ defineComponent({
|
|
|
2655
2699
|
{ class: "consumption-filter-bottom" },
|
|
2656
2700
|
null,
|
|
2657
2701
|
-1
|
|
2658
|
-
/*
|
|
2702
|
+
/* CACHED */
|
|
2659
2703
|
))
|
|
2660
2704
|
]);
|
|
2661
2705
|
};
|
|
2662
2706
|
}
|
|
2663
2707
|
});
|
|
2664
2708
|
|
|
2665
|
-
script$
|
|
2709
|
+
script$y.__file = "src/balance/components/ConsumptionFilter.vue";
|
|
2666
2710
|
|
|
2667
|
-
const _hoisted_1$
|
|
2668
|
-
const _hoisted_2$
|
|
2669
|
-
const _hoisted_3$
|
|
2670
|
-
var script$
|
|
2711
|
+
const _hoisted_1$u = { class: "appkit-date-filter" };
|
|
2712
|
+
const _hoisted_2$k = { class: "content" };
|
|
2713
|
+
const _hoisted_3$e = { class: "time" };
|
|
2714
|
+
var script$x = /* @__PURE__ */ defineComponent({
|
|
2671
2715
|
__name: "DateFilter",
|
|
2672
2716
|
props: {
|
|
2673
2717
|
from: { type: String, required: true },
|
|
@@ -2742,23 +2786,23 @@ var script$w = /* @__PURE__ */ defineComponent({
|
|
|
2742
2786
|
return (_ctx, _cache) => {
|
|
2743
2787
|
const _component_nut_date_picker = DatePicker;
|
|
2744
2788
|
const _component_nut_popup = Popup;
|
|
2745
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2789
|
+
return openBlock(), createElementBlock("div", _hoisted_1$u, [
|
|
2746
2790
|
_cache[6] || (_cache[6] = createElementVNode(
|
|
2747
2791
|
"div",
|
|
2748
2792
|
{ class: "date-filter-header" },
|
|
2749
2793
|
"\u65E5\u671F\u9009\u62E9",
|
|
2750
2794
|
-1
|
|
2751
|
-
/*
|
|
2795
|
+
/* CACHED */
|
|
2752
2796
|
)),
|
|
2753
|
-
createElementVNode("div", _hoisted_2$
|
|
2797
|
+
createElementVNode("div", _hoisted_2$k, [
|
|
2754
2798
|
_cache[5] || (_cache[5] = createElementVNode(
|
|
2755
2799
|
"div",
|
|
2756
2800
|
{ class: "title" },
|
|
2757
2801
|
"\u81EA\u5B9A\u4E49",
|
|
2758
2802
|
-1
|
|
2759
|
-
/*
|
|
2803
|
+
/* CACHED */
|
|
2760
2804
|
)),
|
|
2761
|
-
createElementVNode("div", _hoisted_3$
|
|
2805
|
+
createElementVNode("div", _hoisted_3$e, [
|
|
2762
2806
|
createElementVNode(
|
|
2763
2807
|
"div",
|
|
2764
2808
|
{
|
|
@@ -2774,7 +2818,7 @@ var script$w = /* @__PURE__ */ defineComponent({
|
|
|
2774
2818
|
{ class: "line" },
|
|
2775
2819
|
"-",
|
|
2776
2820
|
-1
|
|
2777
|
-
/*
|
|
2821
|
+
/* CACHED */
|
|
2778
2822
|
)),
|
|
2779
2823
|
createElementVNode(
|
|
2780
2824
|
"div",
|
|
@@ -2803,7 +2847,7 @@ var script$w = /* @__PURE__ */ defineComponent({
|
|
|
2803
2847
|
{ class: "bottom" },
|
|
2804
2848
|
null,
|
|
2805
2849
|
-1
|
|
2806
|
-
/*
|
|
2850
|
+
/* CACHED */
|
|
2807
2851
|
)),
|
|
2808
2852
|
createVNode(_component_nut_popup, {
|
|
2809
2853
|
visible: datePickerOpen.value,
|
|
@@ -2832,22 +2876,22 @@ var script$w = /* @__PURE__ */ defineComponent({
|
|
|
2832
2876
|
}
|
|
2833
2877
|
});
|
|
2834
2878
|
|
|
2835
|
-
script$
|
|
2879
|
+
script$x.__file = "src/balance/components/DateFilter.vue";
|
|
2836
2880
|
|
|
2837
|
-
const _hoisted_1$
|
|
2838
|
-
var script$
|
|
2881
|
+
const _hoisted_1$t = { class: "consumption-rules" };
|
|
2882
|
+
var script$w = /* @__PURE__ */ defineComponent({
|
|
2839
2883
|
__name: "ConsumptionRules",
|
|
2840
2884
|
emits: ["complete"],
|
|
2841
2885
|
setup(__props, { emit: __emit }) {
|
|
2842
2886
|
const emit = __emit;
|
|
2843
2887
|
return (_ctx, _cache) => {
|
|
2844
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2888
|
+
return openBlock(), createElementBlock("div", _hoisted_1$t, [
|
|
2845
2889
|
_cache[1] || (_cache[1] = createElementVNode(
|
|
2846
2890
|
"div",
|
|
2847
2891
|
{ class: "title" },
|
|
2848
2892
|
"\u89C4\u5219\u8BF4\u660E",
|
|
2849
2893
|
-1
|
|
2850
|
-
/*
|
|
2894
|
+
/* CACHED */
|
|
2851
2895
|
)),
|
|
2852
2896
|
_cache[2] || (_cache[2] = createElementVNode(
|
|
2853
2897
|
"div",
|
|
@@ -2862,7 +2906,7 @@ var script$v = /* @__PURE__ */ defineComponent({
|
|
|
2862
2906
|
createElementVNode("div", null, " 2\u3001\u4EA7\u54C1\u6743\u76CA\u7684\u4F7F\u7528\u8303\u56F4\uFF1A\u4EA7\u54C1\u6743\u76CA\u7528\u4E8E\u5927\u9053\u4E91\u5E73\u53F0\u5404\u4E2A\u7CFB\u7EDF\u4EA7\u54C1\u7684\u6D88\u8017\u4F7F\u7528\uFF0C\u7CFB\u7EDF\u5305\u62EC\u4F46\u4E0D\u9650\u4E8E\u4F01\u660E\u661F\u3001AI\u5BA1\u6279\u3001\u7535\u5B50\u7B7E\u7EA6\u3001\u8702\u9E1F\u5468\u8F6C\u7CFB\u7EDF\u3001\u8702\u9E1F\u5C45\u95F4\u7CFB\u7EDF\uFF0C\u5404\u4E2A\u7CFB\u7EDF\u7684\u4EA7\u54C1\u6743\u76CA\u4EC5\u7528\u4E8E\u5404\u4EA7\u54C1\u4E13\u9879\u4F7F\u7528\uFF0C\u65E0\u6CD5\u8DE8\u4EA7\u54C1\u4F7F\u7528\u3002 ")
|
|
2863
2907
|
],
|
|
2864
2908
|
-1
|
|
2865
|
-
/*
|
|
2909
|
+
/* CACHED */
|
|
2866
2910
|
)),
|
|
2867
2911
|
createElementVNode("div", {
|
|
2868
2912
|
class: "know",
|
|
@@ -2873,11 +2917,11 @@ var script$v = /* @__PURE__ */ defineComponent({
|
|
|
2873
2917
|
}
|
|
2874
2918
|
});
|
|
2875
2919
|
|
|
2876
|
-
script$
|
|
2920
|
+
script$w.__file = "src/balance/components/ConsumptionRules.vue";
|
|
2877
2921
|
|
|
2878
|
-
const _hoisted_1$
|
|
2922
|
+
const _hoisted_1$s = { class: "empty-view" };
|
|
2879
2923
|
function render$1(_ctx, _cache) {
|
|
2880
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2924
|
+
return openBlock(), createElementBlock("div", _hoisted_1$s, [..._cache[0] || (_cache[0] = [
|
|
2881
2925
|
createElementVNode(
|
|
2882
2926
|
"img",
|
|
2883
2927
|
{
|
|
@@ -2886,28 +2930,28 @@ function render$1(_ctx, _cache) {
|
|
|
2886
2930
|
},
|
|
2887
2931
|
null,
|
|
2888
2932
|
-1
|
|
2889
|
-
/*
|
|
2933
|
+
/* CACHED */
|
|
2890
2934
|
),
|
|
2891
2935
|
createElementVNode(
|
|
2892
2936
|
"div",
|
|
2893
2937
|
{ class: "empty-view-text" },
|
|
2894
2938
|
"\u6682\u65E0\u6570\u636E",
|
|
2895
2939
|
-1
|
|
2896
|
-
/*
|
|
2940
|
+
/* CACHED */
|
|
2897
2941
|
)
|
|
2898
|
-
]));
|
|
2942
|
+
])]);
|
|
2899
2943
|
}
|
|
2900
2944
|
|
|
2901
|
-
/* unplugin-vue-components disabled */const script$
|
|
2945
|
+
/* unplugin-vue-components disabled */const script$v = {};
|
|
2902
2946
|
|
|
2903
|
-
script$
|
|
2904
|
-
script$
|
|
2947
|
+
script$v.render = render$1;
|
|
2948
|
+
script$v.__file = "src/shared/components/EmptyView.vue";
|
|
2905
2949
|
|
|
2906
|
-
const _hoisted_1$
|
|
2950
|
+
const _hoisted_1$r = {
|
|
2907
2951
|
key: 0,
|
|
2908
2952
|
class: "tip"
|
|
2909
2953
|
};
|
|
2910
|
-
var script$
|
|
2954
|
+
var script$u = /* @__PURE__ */ defineComponent({
|
|
2911
2955
|
__name: "Tip",
|
|
2912
2956
|
setup(__props) {
|
|
2913
2957
|
const show = ref(false);
|
|
@@ -2919,7 +2963,7 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
2919
2963
|
}
|
|
2920
2964
|
});
|
|
2921
2965
|
return (_ctx, _cache) => {
|
|
2922
|
-
return show.value ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
2966
|
+
return show.value ? (openBlock(), createElementBlock("div", _hoisted_1$r, [..._cache[0] || (_cache[0] = [
|
|
2923
2967
|
createElementVNode(
|
|
2924
2968
|
"img",
|
|
2925
2969
|
{
|
|
@@ -2928,25 +2972,25 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
2928
2972
|
},
|
|
2929
2973
|
null,
|
|
2930
2974
|
-1
|
|
2931
|
-
/*
|
|
2975
|
+
/* CACHED */
|
|
2932
2976
|
),
|
|
2933
2977
|
createElementVNode(
|
|
2934
2978
|
"div",
|
|
2935
2979
|
{ class: "tip-content" },
|
|
2936
2980
|
"2024\u5E745\u670831\u65E5\u8D77\uFF0C\u4EBA\u6C11\u5E01\u4E0E\u4E91\u8C46\u5151\u6362\u6BD4\u4F8B\u8C03\u6574\u4E3A1\u4EBA\u6C11\u5E01=1\u4E91\u8C46\uFF0C\u4E91\u8C46\u4F59\u989D\u6839\u636E\u5151\u6362\u6BD4\u4F8B\u8C03\u6574",
|
|
2937
2981
|
-1
|
|
2938
|
-
/*
|
|
2982
|
+
/* CACHED */
|
|
2939
2983
|
)
|
|
2940
|
-
]))) : createCommentVNode("v-if", true);
|
|
2984
|
+
])])) : createCommentVNode("v-if", true);
|
|
2941
2985
|
};
|
|
2942
2986
|
}
|
|
2943
2987
|
});
|
|
2944
2988
|
|
|
2945
|
-
script$
|
|
2989
|
+
script$u.__file = "src/balance/components/Tip.vue";
|
|
2946
2990
|
|
|
2947
|
-
const _hoisted_1$
|
|
2948
|
-
const _hoisted_2$
|
|
2949
|
-
const _hoisted_3$
|
|
2991
|
+
const _hoisted_1$q = { class: "account-view" };
|
|
2992
|
+
const _hoisted_2$j = { class: "scroll-content" };
|
|
2993
|
+
const _hoisted_3$d = { class: "balance" };
|
|
2950
2994
|
const _hoisted_4$a = { class: "bean-box spa-between" };
|
|
2951
2995
|
const _hoisted_5$9 = { class: "bean-counts spa-between" };
|
|
2952
2996
|
const _hoisted_6$5 = { class: "counts number" };
|
|
@@ -3001,7 +3045,7 @@ const _hoisted_36 = {
|
|
|
3001
3045
|
key: 0,
|
|
3002
3046
|
class: "box-not-text"
|
|
3003
3047
|
};
|
|
3004
|
-
var script$
|
|
3048
|
+
var script$t = /* @__PURE__ */ defineComponent({
|
|
3005
3049
|
__name: "AccountView",
|
|
3006
3050
|
props: {
|
|
3007
3051
|
app: { type: String, required: true, default: "" }
|
|
@@ -3078,7 +3122,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3078
3122
|
title: `\u52A0\u8F7D\u4E2D...`,
|
|
3079
3123
|
mask: true
|
|
3080
3124
|
});
|
|
3081
|
-
$http.get(endpoints$
|
|
3125
|
+
$http.get(endpoints$2.\u83B7\u53D6\u8D26\u6237\u6D41\u6C34, {
|
|
3082
3126
|
app: props.app,
|
|
3083
3127
|
...filtering
|
|
3084
3128
|
}).then((response) => {
|
|
@@ -3095,7 +3139,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3095
3139
|
}
|
|
3096
3140
|
async function loadBalance() {
|
|
3097
3141
|
const $http = useHttp$3();
|
|
3098
|
-
$http.get(endpoints$
|
|
3142
|
+
$http.get(endpoints$2.\u83B7\u53D6\u4F59\u989D\u660E\u7EC6, {
|
|
3099
3143
|
app: props.app
|
|
3100
3144
|
}).then((data) => {
|
|
3101
3145
|
const { privileges, total } = data;
|
|
@@ -3185,9 +3229,9 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3185
3229
|
Fragment,
|
|
3186
3230
|
null,
|
|
3187
3231
|
[
|
|
3188
|
-
createElementVNode("div", _hoisted_1$
|
|
3189
|
-
createElementVNode("div", _hoisted_2$
|
|
3190
|
-
createVNode(unref(script$
|
|
3232
|
+
createElementVNode("div", _hoisted_1$q, [
|
|
3233
|
+
createElementVNode("div", _hoisted_2$j, [
|
|
3234
|
+
createVNode(unref(script$L), {
|
|
3191
3235
|
title: unref(Taro).getEnv() !== "WEB" ? "\u6211\u7684\u8D26\u6237" : "",
|
|
3192
3236
|
class: normalizeClass({ "with-background": scrolled.value > 0 }),
|
|
3193
3237
|
onClose: onPageHeaderClose
|
|
@@ -3196,17 +3240,17 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3196
3240
|
createElementVNode("div", {
|
|
3197
3241
|
class: "small-bean-button",
|
|
3198
3242
|
onClick: onSecondBalanceButtonClick
|
|
3199
|
-
}, _cache[7] || (_cache[7] = [
|
|
3243
|
+
}, [..._cache[7] || (_cache[7] = [
|
|
3200
3244
|
createElementVNode(
|
|
3201
3245
|
"label",
|
|
3202
3246
|
{ class: "label" },
|
|
3203
3247
|
"\u6536\u652F\u660E\u7EC6",
|
|
3204
3248
|
-1
|
|
3205
|
-
/*
|
|
3249
|
+
/* CACHED */
|
|
3206
3250
|
)
|
|
3207
|
-
]))
|
|
3251
|
+
])])
|
|
3208
3252
|
]),
|
|
3209
|
-
createElementVNode("div", _hoisted_3$
|
|
3253
|
+
createElementVNode("div", _hoisted_3$d, [
|
|
3210
3254
|
createElementVNode("div", _hoisted_4$a, [
|
|
3211
3255
|
_cache[8] || (_cache[8] = createElementVNode(
|
|
3212
3256
|
"div",
|
|
@@ -3219,7 +3263,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3219
3263
|
createElementVNode("div", { class: "bean-tag tag" }, "\u4E91\u8C46")
|
|
3220
3264
|
],
|
|
3221
3265
|
-1
|
|
3222
|
-
/*
|
|
3266
|
+
/* CACHED */
|
|
3223
3267
|
)),
|
|
3224
3268
|
createElementVNode("div", {
|
|
3225
3269
|
class: "rule",
|
|
@@ -3240,14 +3284,14 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3240
3284
|
}, "\u4E91\u8C46\u5145\u503C")
|
|
3241
3285
|
])
|
|
3242
3286
|
]),
|
|
3243
|
-
createVNode(script$
|
|
3287
|
+
createVNode(script$u),
|
|
3244
3288
|
balance.value.privileges?.corporateStar ? (openBlock(), createElementBlock("div", _hoisted_7$5, [
|
|
3245
3289
|
_cache[10] || (_cache[10] = createElementVNode(
|
|
3246
3290
|
"div",
|
|
3247
3291
|
{ class: "title" },
|
|
3248
3292
|
"\u4F01\u660E\u661F\u6743\u76CA",
|
|
3249
3293
|
-1
|
|
3250
|
-
/*
|
|
3294
|
+
/* CACHED */
|
|
3251
3295
|
)),
|
|
3252
3296
|
createElementVNode("div", _hoisted_8$4, [
|
|
3253
3297
|
(openBlock(true), createElementBlock(
|
|
@@ -3294,7 +3338,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3294
3338
|
},
|
|
3295
3339
|
null,
|
|
3296
3340
|
-1
|
|
3297
|
-
/*
|
|
3341
|
+
/* CACHED */
|
|
3298
3342
|
))
|
|
3299
3343
|
])) : createCommentVNode("v-if", true)
|
|
3300
3344
|
])
|
|
@@ -3311,7 +3355,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3311
3355
|
{ class: "title" },
|
|
3312
3356
|
"AI\u5BA1\u6279\u6743\u76CA",
|
|
3313
3357
|
-1
|
|
3314
|
-
/*
|
|
3358
|
+
/* CACHED */
|
|
3315
3359
|
)),
|
|
3316
3360
|
createElementVNode("div", _hoisted_14$1, [
|
|
3317
3361
|
(openBlock(true), createElementBlock(
|
|
@@ -3349,7 +3393,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3349
3393
|
},
|
|
3350
3394
|
null,
|
|
3351
3395
|
-1
|
|
3352
|
-
/*
|
|
3396
|
+
/* CACHED */
|
|
3353
3397
|
))
|
|
3354
3398
|
])) : createCommentVNode("v-if", true)
|
|
3355
3399
|
])
|
|
@@ -3366,7 +3410,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3366
3410
|
{ class: "title" },
|
|
3367
3411
|
"\u7535\u5B50\u7B7E\u7EA6\u6743\u76CA",
|
|
3368
3412
|
-1
|
|
3369
|
-
/*
|
|
3413
|
+
/* CACHED */
|
|
3370
3414
|
)),
|
|
3371
3415
|
createElementVNode("div", _hoisted_20$1, [
|
|
3372
3416
|
(openBlock(true), createElementBlock(
|
|
@@ -3407,7 +3451,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3407
3451
|
"close-on-click-overlay": false
|
|
3408
3452
|
}, {
|
|
3409
3453
|
default: withCtx(() => [
|
|
3410
|
-
createVNode(script$
|
|
3454
|
+
createVNode(script$w, {
|
|
3411
3455
|
onComplete: _cache[1] || (_cache[1] = ($event) => rulesPopupOpen.value = false)
|
|
3412
3456
|
})
|
|
3413
3457
|
]),
|
|
@@ -3423,7 +3467,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3423
3467
|
"onUpdate:visible": _cache[3] || (_cache[3] = ($event) => datePickerOpen.value = $event)
|
|
3424
3468
|
}, {
|
|
3425
3469
|
default: withCtx(() => [
|
|
3426
|
-
datePickerOpen.value ? (openBlock(), createBlock(script$
|
|
3470
|
+
datePickerOpen.value ? (openBlock(), createBlock(script$x, {
|
|
3427
3471
|
key: 0,
|
|
3428
3472
|
from: filtering.dateFrom,
|
|
3429
3473
|
to: filtering.dateTo,
|
|
@@ -3443,7 +3487,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3443
3487
|
"onUpdate:visible": _cache[4] || (_cache[4] = ($event) => filterOpen.value = $event)
|
|
3444
3488
|
}, {
|
|
3445
3489
|
default: withCtx(() => [
|
|
3446
|
-
createVNode(script$
|
|
3490
|
+
createVNode(script$y, {
|
|
3447
3491
|
modelValue: [
|
|
3448
3492
|
filtering.\u8D26\u6237\u7C7B\u578B,
|
|
3449
3493
|
filtering.\u6536\u5165\u8FD8\u662F\u652F\u51FA,
|
|
@@ -3456,7 +3500,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3456
3500
|
_: 1
|
|
3457
3501
|
/* STABLE */
|
|
3458
3502
|
}, 8, ["visible"]),
|
|
3459
|
-
createVNode(unref(script$
|
|
3503
|
+
createVNode(unref(script$K), {
|
|
3460
3504
|
modelValue: secondBalanceOpen.value,
|
|
3461
3505
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => secondBalanceOpen.value = $event),
|
|
3462
3506
|
title: "\u6536\u652F\u660E\u7EC6"
|
|
@@ -3475,7 +3519,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3475
3519
|
{ class: "title" },
|
|
3476
3520
|
"\u6536\u652F\u660E\u7EC6",
|
|
3477
3521
|
-1
|
|
3478
|
-
/*
|
|
3522
|
+
/* CACHED */
|
|
3479
3523
|
)),
|
|
3480
3524
|
withDirectives(createElementVNode(
|
|
3481
3525
|
"div",
|
|
@@ -3500,7 +3544,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3500
3544
|
},
|
|
3501
3545
|
null,
|
|
3502
3546
|
-1
|
|
3503
|
-
/*
|
|
3547
|
+
/* CACHED */
|
|
3504
3548
|
))
|
|
3505
3549
|
],
|
|
3506
3550
|
512
|
|
@@ -3512,13 +3556,13 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3512
3556
|
createElementVNode("div", {
|
|
3513
3557
|
class: "search",
|
|
3514
3558
|
onClick: _cache[5] || (_cache[5] = ($event) => filterOpen.value = true)
|
|
3515
|
-
}, _cache[16] || (_cache[16] = [
|
|
3559
|
+
}, [..._cache[16] || (_cache[16] = [
|
|
3516
3560
|
createElementVNode(
|
|
3517
3561
|
"span",
|
|
3518
3562
|
{ class: "text" },
|
|
3519
3563
|
"\u7B5B\u9009",
|
|
3520
3564
|
-1
|
|
3521
|
-
/*
|
|
3565
|
+
/* CACHED */
|
|
3522
3566
|
),
|
|
3523
3567
|
createElementVNode(
|
|
3524
3568
|
"img",
|
|
@@ -3528,9 +3572,9 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3528
3572
|
},
|
|
3529
3573
|
null,
|
|
3530
3574
|
-1
|
|
3531
|
-
/*
|
|
3575
|
+
/* CACHED */
|
|
3532
3576
|
)
|
|
3533
|
-
]))
|
|
3577
|
+
])])
|
|
3534
3578
|
],
|
|
3535
3579
|
2
|
|
3536
3580
|
/* CLASS */
|
|
@@ -3620,7 +3664,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3620
3664
|
/* KEYED_FRAGMENT */
|
|
3621
3665
|
)),
|
|
3622
3666
|
reachedLastPage.value ? (openBlock(), createElementBlock("div", _hoisted_36, "\u6CA1\u6709\u66F4\u591A\u4E86")) : createCommentVNode("v-if", true)
|
|
3623
|
-
])) : (openBlock(), createBlock(script$
|
|
3667
|
+
])) : (openBlock(), createBlock(script$v, { key: 1 }))
|
|
3624
3668
|
]),
|
|
3625
3669
|
_: 1
|
|
3626
3670
|
/* STABLE */
|
|
@@ -3639,14 +3683,14 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3639
3683
|
}
|
|
3640
3684
|
});
|
|
3641
3685
|
|
|
3642
|
-
script$
|
|
3686
|
+
script$t.__file = "src/balance/components/AccountView.vue";
|
|
3643
3687
|
|
|
3644
|
-
const _hoisted_1$
|
|
3645
|
-
const _hoisted_2$
|
|
3646
|
-
const _hoisted_3$
|
|
3688
|
+
const _hoisted_1$p = { class: "balance-reminder" };
|
|
3689
|
+
const _hoisted_2$i = { class: "body" };
|
|
3690
|
+
const _hoisted_3$c = { class: "footer" };
|
|
3647
3691
|
const _hoisted_4$9 = { class: "col" };
|
|
3648
3692
|
const _hoisted_5$8 = { class: "col" };
|
|
3649
|
-
var script$
|
|
3693
|
+
var script$s = /* @__PURE__ */ defineComponent({
|
|
3650
3694
|
__name: "BalanceReminder",
|
|
3651
3695
|
props: {
|
|
3652
3696
|
modelValue: { type: Boolean, required: true, default: () => false },
|
|
@@ -3663,37 +3707,41 @@ var script$r = /* @__PURE__ */ defineComponent({
|
|
|
3663
3707
|
"pop-class": "balance-reminder-popup",
|
|
3664
3708
|
round: "",
|
|
3665
3709
|
teleport: "#app",
|
|
3666
|
-
visible:
|
|
3710
|
+
visible: __props.modelValue,
|
|
3667
3711
|
"close-on-click-overlay": false
|
|
3668
3712
|
}, {
|
|
3669
3713
|
default: withCtx(() => [
|
|
3670
|
-
createElementVNode("div", _hoisted_1$
|
|
3671
|
-
createElementVNode("div", _hoisted_2$
|
|
3714
|
+
createElementVNode("div", _hoisted_1$p, [
|
|
3715
|
+
createElementVNode("div", _hoisted_2$i, [
|
|
3672
3716
|
_cache[2] || (_cache[2] = createElementVNode(
|
|
3673
3717
|
"h2",
|
|
3674
3718
|
null,
|
|
3675
3719
|
"\u6E29\u99A8\u63D0\u793A",
|
|
3676
3720
|
-1
|
|
3677
|
-
/*
|
|
3721
|
+
/* CACHED */
|
|
3678
3722
|
)),
|
|
3679
3723
|
createElementVNode(
|
|
3680
3724
|
"p",
|
|
3681
3725
|
null,
|
|
3682
|
-
toDisplayString(
|
|
3726
|
+
toDisplayString(__props.tip),
|
|
3683
3727
|
1
|
|
3684
3728
|
/* TEXT */
|
|
3685
3729
|
)
|
|
3686
3730
|
]),
|
|
3687
|
-
createElementVNode("div", _hoisted_3$
|
|
3731
|
+
createElementVNode("div", _hoisted_3$c, [
|
|
3688
3732
|
createElementVNode("div", _hoisted_4$9, [
|
|
3689
3733
|
createVNode(_component_nut_button, {
|
|
3690
3734
|
class: "cancel-button",
|
|
3691
3735
|
onClick: _cache[0] || (_cache[0] = ($event) => emit("update:modelValue", false)),
|
|
3692
3736
|
block: ""
|
|
3693
3737
|
}, {
|
|
3694
|
-
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
3695
|
-
createTextVNode(
|
|
3696
|
-
|
|
3738
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
3739
|
+
createTextVNode(
|
|
3740
|
+
"\u53D6\u6D88",
|
|
3741
|
+
-1
|
|
3742
|
+
/* CACHED */
|
|
3743
|
+
)
|
|
3744
|
+
])]),
|
|
3697
3745
|
_: 1
|
|
3698
3746
|
/* STABLE */
|
|
3699
3747
|
})
|
|
@@ -3706,7 +3754,7 @@ var script$r = /* @__PURE__ */ defineComponent({
|
|
|
3706
3754
|
}, {
|
|
3707
3755
|
default: withCtx(() => [
|
|
3708
3756
|
createTextVNode(
|
|
3709
|
-
toDisplayString(
|
|
3757
|
+
toDisplayString(__props.buttonText),
|
|
3710
3758
|
1
|
|
3711
3759
|
/* TEXT */
|
|
3712
3760
|
)
|
|
@@ -3725,10 +3773,10 @@ var script$r = /* @__PURE__ */ defineComponent({
|
|
|
3725
3773
|
}
|
|
3726
3774
|
});
|
|
3727
3775
|
|
|
3728
|
-
script$
|
|
3776
|
+
script$s.__file = "src/balance/components/BalanceReminder.vue";
|
|
3729
3777
|
|
|
3730
|
-
const _hoisted_1$
|
|
3731
|
-
var script$
|
|
3778
|
+
const _hoisted_1$o = { class: "text" };
|
|
3779
|
+
var script$r = /* @__PURE__ */ defineComponent({
|
|
3732
3780
|
__name: "DateRange",
|
|
3733
3781
|
props: {
|
|
3734
3782
|
"modelValue": {
|
|
@@ -3782,7 +3830,7 @@ var script$q = /* @__PURE__ */ defineComponent({
|
|
|
3782
3830
|
}, [
|
|
3783
3831
|
createElementVNode(
|
|
3784
3832
|
"div",
|
|
3785
|
-
_hoisted_1$
|
|
3833
|
+
_hoisted_1$o,
|
|
3786
3834
|
toDisplayString(dateRangeDisplay.value),
|
|
3787
3835
|
1
|
|
3788
3836
|
/* TEXT */
|
|
@@ -3796,7 +3844,7 @@ var script$q = /* @__PURE__ */ defineComponent({
|
|
|
3796
3844
|
},
|
|
3797
3845
|
null,
|
|
3798
3846
|
-1
|
|
3799
|
-
/*
|
|
3847
|
+
/* CACHED */
|
|
3800
3848
|
))
|
|
3801
3849
|
]),
|
|
3802
3850
|
createVNode(_component_nut_popup, {
|
|
@@ -3808,7 +3856,7 @@ var script$q = /* @__PURE__ */ defineComponent({
|
|
|
3808
3856
|
"onUpdate:visible": _cache[0] || (_cache[0] = ($event) => datePickerOpen.value = $event)
|
|
3809
3857
|
}, {
|
|
3810
3858
|
default: withCtx(() => [
|
|
3811
|
-
createVNode(script$
|
|
3859
|
+
createVNode(script$x, {
|
|
3812
3860
|
from: model.value.from,
|
|
3813
3861
|
to: model.value.to,
|
|
3814
3862
|
onReset: onDateReset,
|
|
@@ -3826,14 +3874,14 @@ var script$q = /* @__PURE__ */ defineComponent({
|
|
|
3826
3874
|
}
|
|
3827
3875
|
});
|
|
3828
3876
|
|
|
3829
|
-
script$
|
|
3877
|
+
script$r.__file = "src/balance/components/DateRange.vue";
|
|
3830
3878
|
|
|
3831
|
-
const _hoisted_1$
|
|
3832
|
-
const _hoisted_2$
|
|
3833
|
-
const _hoisted_3$
|
|
3879
|
+
const _hoisted_1$n = { class: "list-filter-picker" };
|
|
3880
|
+
const _hoisted_2$h = { class: "list-filter-picker-content" };
|
|
3881
|
+
const _hoisted_3$b = { class: "title" };
|
|
3834
3882
|
const _hoisted_4$8 = { class: "info" };
|
|
3835
3883
|
const _hoisted_5$7 = ["onClick"];
|
|
3836
|
-
var script$
|
|
3884
|
+
var script$q = /* @__PURE__ */ defineComponent({
|
|
3837
3885
|
__name: "ListFilterPicker",
|
|
3838
3886
|
props: {
|
|
3839
3887
|
modelValue: { type: Object, required: true }
|
|
@@ -3883,15 +3931,15 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
3883
3931
|
emit("complete", result);
|
|
3884
3932
|
};
|
|
3885
3933
|
return (_ctx, _cache) => {
|
|
3886
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
3934
|
+
return openBlock(), createElementBlock("div", _hoisted_1$n, [
|
|
3887
3935
|
_cache[0] || (_cache[0] = createElementVNode(
|
|
3888
3936
|
"div",
|
|
3889
3937
|
{ class: "list-filter-picker-title" },
|
|
3890
3938
|
" \u9009\u62E9\u7B5B\u9009\u9879 ",
|
|
3891
3939
|
-1
|
|
3892
|
-
/*
|
|
3940
|
+
/* CACHED */
|
|
3893
3941
|
)),
|
|
3894
|
-
createElementVNode("div", _hoisted_2$
|
|
3942
|
+
createElementVNode("div", _hoisted_2$h, [
|
|
3895
3943
|
(openBlock(true), createElementBlock(
|
|
3896
3944
|
Fragment,
|
|
3897
3945
|
null,
|
|
@@ -3902,7 +3950,7 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
3902
3950
|
[
|
|
3903
3951
|
createElementVNode(
|
|
3904
3952
|
"div",
|
|
3905
|
-
_hoisted_3$
|
|
3953
|
+
_hoisted_3$b,
|
|
3906
3954
|
toDisplayString(item.label),
|
|
3907
3955
|
1
|
|
3908
3956
|
/* TEXT */
|
|
@@ -3946,16 +3994,16 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
3946
3994
|
{ class: "list-filter-picker-bottom" },
|
|
3947
3995
|
null,
|
|
3948
3996
|
-1
|
|
3949
|
-
/*
|
|
3997
|
+
/* CACHED */
|
|
3950
3998
|
))
|
|
3951
3999
|
]);
|
|
3952
4000
|
};
|
|
3953
4001
|
}
|
|
3954
4002
|
});
|
|
3955
4003
|
|
|
3956
|
-
script$
|
|
4004
|
+
script$q.__file = "src/balance/components/ListFilterPicker.vue";
|
|
3957
4005
|
|
|
3958
|
-
var script$
|
|
4006
|
+
var script$p = /* @__PURE__ */ defineComponent({
|
|
3959
4007
|
__name: "ListFilter",
|
|
3960
4008
|
props: {
|
|
3961
4009
|
"modelValue": {
|
|
@@ -3974,7 +4022,7 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
3974
4022
|
const emit = __emit;
|
|
3975
4023
|
const openPicker = () => {
|
|
3976
4024
|
$n.sheet({
|
|
3977
|
-
component: script$
|
|
4025
|
+
component: script$q,
|
|
3978
4026
|
class: "ns-sheet-reset list-filter-sheet",
|
|
3979
4027
|
props: {
|
|
3980
4028
|
modelValue: model,
|
|
@@ -3990,13 +4038,13 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
3990
4038
|
return openBlock(), createElementBlock("div", {
|
|
3991
4039
|
class: "list-filter",
|
|
3992
4040
|
onClick: openPicker
|
|
3993
|
-
}, _cache[0] || (_cache[0] = [
|
|
4041
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
3994
4042
|
createElementVNode(
|
|
3995
4043
|
"span",
|
|
3996
4044
|
{ class: "text" },
|
|
3997
4045
|
"\u7B5B\u9009",
|
|
3998
4046
|
-1
|
|
3999
|
-
/*
|
|
4047
|
+
/* CACHED */
|
|
4000
4048
|
),
|
|
4001
4049
|
createElementVNode(
|
|
4002
4050
|
"img",
|
|
@@ -4006,21 +4054,21 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
4006
4054
|
},
|
|
4007
4055
|
null,
|
|
4008
4056
|
-1
|
|
4009
|
-
/*
|
|
4057
|
+
/* CACHED */
|
|
4010
4058
|
)
|
|
4011
|
-
]));
|
|
4059
|
+
])]);
|
|
4012
4060
|
};
|
|
4013
4061
|
}
|
|
4014
4062
|
});
|
|
4015
4063
|
|
|
4016
|
-
script$
|
|
4064
|
+
script$p.__file = "src/balance/components/ListFilter.vue";
|
|
4017
4065
|
|
|
4018
|
-
const _hoisted_1$
|
|
4066
|
+
const _hoisted_1$m = {
|
|
4019
4067
|
key: 0,
|
|
4020
4068
|
class: "promoter-card-tab"
|
|
4021
4069
|
};
|
|
4022
|
-
const _hoisted_2$
|
|
4023
|
-
const _hoisted_3$
|
|
4070
|
+
const _hoisted_2$g = { class: "promoter-card-hd-num number" };
|
|
4071
|
+
const _hoisted_3$a = ["src"];
|
|
4024
4072
|
const _hoisted_4$7 = { class: "promoter-card-ft" };
|
|
4025
4073
|
const _hoisted_5$6 = {
|
|
4026
4074
|
key: 0,
|
|
@@ -4039,7 +4087,7 @@ const _hoisted_10$1 = {
|
|
|
4039
4087
|
};
|
|
4040
4088
|
const _hoisted_11$1 = { class: "promoter-card-ft-info" };
|
|
4041
4089
|
const _hoisted_12$1 = ["src"];
|
|
4042
|
-
var script$
|
|
4090
|
+
var script$o = /* @__PURE__ */ defineComponent({
|
|
4043
4091
|
__name: "PromoterCard",
|
|
4044
4092
|
props: {
|
|
4045
4093
|
useCase: { type: String, required: true, default: "" },
|
|
@@ -4089,7 +4137,7 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4089
4137
|
}
|
|
4090
4138
|
async function loadPromoter() {
|
|
4091
4139
|
const $http = useHttp$3();
|
|
4092
|
-
$http.get(endpoints$
|
|
4140
|
+
$http.get(endpoints$2.\u83B7\u53D6\u63A8\u5E7F\u65B9\u8D26\u6237\u4FE1\u606F, {
|
|
4093
4141
|
useCase: tab.value,
|
|
4094
4142
|
companyFlag: tab.value === "person" ? "2" : "1"
|
|
4095
4143
|
}).then((data) => {
|
|
@@ -4129,14 +4177,14 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4129
4177
|
}
|
|
4130
4178
|
});
|
|
4131
4179
|
return (_ctx, _cache) => {
|
|
4132
|
-
return
|
|
4180
|
+
return __props.applyRecord.distributorFlag === "Y" || __props.applyRecord.accessCheckStatus === "Y" ? (openBlock(), createElementBlock(
|
|
4133
4181
|
"div",
|
|
4134
4182
|
{
|
|
4135
4183
|
key: 0,
|
|
4136
4184
|
class: normalizeClass(["promoter-card", { inAccount: inAccount.value }])
|
|
4137
4185
|
},
|
|
4138
4186
|
[
|
|
4139
|
-
|
|
4187
|
+
__props.useCase === "company" && __props.isAdmin ? (openBlock(), createElementBlock("div", _hoisted_1$m, [
|
|
4140
4188
|
createElementVNode("div", null, [
|
|
4141
4189
|
createVNode(unref(NsButtonGroup), {
|
|
4142
4190
|
size: "sm",
|
|
@@ -4154,14 +4202,14 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4154
4202
|
]),
|
|
4155
4203
|
renderSlot(_ctx.$slots, "tab-btn")
|
|
4156
4204
|
])) : createCommentVNode("v-if", true),
|
|
4157
|
-
|
|
4205
|
+
__props.applyRecord.distributorFlag === "Y" || __props.applyRecord.accessCheckStatus === "Y" ? (openBlock(), createElementBlock("div", {
|
|
4158
4206
|
key: 1,
|
|
4159
4207
|
class: "promoter-card-hd",
|
|
4160
4208
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("blance", tab.value))
|
|
4161
4209
|
}, [
|
|
4162
4210
|
createElementVNode(
|
|
4163
4211
|
"div",
|
|
4164
|
-
_hoisted_2$
|
|
4212
|
+
_hoisted_2$g,
|
|
4165
4213
|
toDisplayString(unref(formatAmount)(promoter.value.allowWithdrawalBalance || 0)),
|
|
4166
4214
|
1
|
|
4167
4215
|
/* TEXT */
|
|
@@ -4171,18 +4219,18 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4171
4219
|
{ class: "promoter-card-hd-info" },
|
|
4172
4220
|
"\u53EF\u63D0\u73B0\u4F59\u989D(\u5143)",
|
|
4173
4221
|
-1
|
|
4174
|
-
/*
|
|
4222
|
+
/* CACHED */
|
|
4175
4223
|
)),
|
|
4176
4224
|
createElementVNode("img", {
|
|
4177
4225
|
class: "arrow-img",
|
|
4178
4226
|
style: { "margin-left": "8px" },
|
|
4179
4227
|
src: arrowImg.value,
|
|
4180
4228
|
alt: ""
|
|
4181
|
-
}, null, 8, _hoisted_3$
|
|
4229
|
+
}, null, 8, _hoisted_3$a)
|
|
4182
4230
|
])) : createCommentVNode("v-if", true),
|
|
4183
4231
|
createElementVNode("div", _hoisted_4$7, [
|
|
4184
|
-
|
|
4185
|
-
|
|
4232
|
+
__props.applyRecord.accessCheckStatus === "Y" ? (openBlock(), createElementBlock("div", _hoisted_5$6, [
|
|
4233
|
+
__props.\u663E\u793A\u4E0B\u7EA7\u5206\u9500\u5546 ? (openBlock(), createElementBlock(
|
|
4186
4234
|
Fragment,
|
|
4187
4235
|
{ key: 0 },
|
|
4188
4236
|
[
|
|
@@ -4191,7 +4239,7 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4191
4239
|
{ class: "promoter-card-ft-info" },
|
|
4192
4240
|
"\u4E0B\u7EA7\u5206\u9500\u5546\u6570\u91CF",
|
|
4193
4241
|
-1
|
|
4194
|
-
/*
|
|
4242
|
+
/* CACHED */
|
|
4195
4243
|
)),
|
|
4196
4244
|
createElementVNode(
|
|
4197
4245
|
"div",
|
|
@@ -4208,7 +4256,11 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4208
4256
|
{ key: 1 },
|
|
4209
4257
|
[
|
|
4210
4258
|
createElementVNode("div", _hoisted_7$4, [
|
|
4211
|
-
_cache[8] || (_cache[8] = createTextVNode(
|
|
4259
|
+
_cache[8] || (_cache[8] = createTextVNode(
|
|
4260
|
+
"\u4EA7\u54C1\u9500\u552E\u6536\u76CA(\u5143) ",
|
|
4261
|
+
-1
|
|
4262
|
+
/* CACHED */
|
|
4263
|
+
)),
|
|
4212
4264
|
createVNode(unref(IconFont), {
|
|
4213
4265
|
class: "icon",
|
|
4214
4266
|
name: "ask",
|
|
@@ -4235,10 +4287,14 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4235
4287
|
/* STABLE_FRAGMENT */
|
|
4236
4288
|
))
|
|
4237
4289
|
])) : createCommentVNode("v-if", true),
|
|
4238
|
-
|
|
4239
|
-
|
|
4290
|
+
__props.applyRecord.accessCheckStatus === "Y" && __props.applyRecord.distributorFlag === "Y" ? (openBlock(), createElementBlock("div", _hoisted_9$2)) : createCommentVNode("v-if", true),
|
|
4291
|
+
__props.applyRecord.distributorFlag === "Y" ? (openBlock(), createElementBlock("div", _hoisted_10$1, [
|
|
4240
4292
|
createElementVNode("div", _hoisted_11$1, [
|
|
4241
|
-
_cache[9] || (_cache[9] = createTextVNode(
|
|
4293
|
+
_cache[9] || (_cache[9] = createTextVNode(
|
|
4294
|
+
"\u5206\u9500\u8FD4\u4F63\u6536\u76CA(\u5143) ",
|
|
4295
|
+
-1
|
|
4296
|
+
/* CACHED */
|
|
4297
|
+
)),
|
|
4242
4298
|
createVNode(unref(IconFont), {
|
|
4243
4299
|
class: "icon",
|
|
4244
4300
|
name: "ask",
|
|
@@ -4270,9 +4326,9 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4270
4326
|
}
|
|
4271
4327
|
});
|
|
4272
4328
|
|
|
4273
|
-
script$
|
|
4329
|
+
script$o.__file = "src/balance/components/PromoterCard.vue";
|
|
4274
4330
|
|
|
4275
|
-
var script$
|
|
4331
|
+
var script$n = /* @__PURE__ */ defineComponent({
|
|
4276
4332
|
__name: "index",
|
|
4277
4333
|
props: {
|
|
4278
4334
|
name: { type: String, required: true },
|
|
@@ -4289,7 +4345,7 @@ var script$m = /* @__PURE__ */ defineComponent({
|
|
|
4289
4345
|
return openBlock(), createElementBlock(
|
|
4290
4346
|
"view",
|
|
4291
4347
|
{
|
|
4292
|
-
class: normalizeClass(["iconfont",
|
|
4348
|
+
class: normalizeClass(["iconfont", __props.name]),
|
|
4293
4349
|
style: normalizeStyle(styles.value)
|
|
4294
4350
|
},
|
|
4295
4351
|
null,
|
|
@@ -4300,10 +4356,10 @@ var script$m = /* @__PURE__ */ defineComponent({
|
|
|
4300
4356
|
}
|
|
4301
4357
|
});
|
|
4302
4358
|
|
|
4303
|
-
script$
|
|
4359
|
+
script$n.__file = "src/components/dd-icon/index.vue";
|
|
4304
4360
|
|
|
4305
|
-
const _hoisted_1$
|
|
4306
|
-
var script$
|
|
4361
|
+
const _hoisted_1$l = { class: "dd-area" };
|
|
4362
|
+
var script$m = /* @__PURE__ */ defineComponent({
|
|
4307
4363
|
__name: "index",
|
|
4308
4364
|
props: {
|
|
4309
4365
|
value: { type: String, required: false, default: "" },
|
|
@@ -4462,7 +4518,7 @@ var script$l = /* @__PURE__ */ defineComponent({
|
|
|
4462
4518
|
disabled: props.disabled
|
|
4463
4519
|
}, {
|
|
4464
4520
|
default: withCtx(() => [
|
|
4465
|
-
createElementVNode("div", _hoisted_1$
|
|
4521
|
+
createElementVNode("div", _hoisted_1$l, [
|
|
4466
4522
|
createElementVNode(
|
|
4467
4523
|
"div",
|
|
4468
4524
|
{
|
|
@@ -4473,7 +4529,7 @@ var script$l = /* @__PURE__ */ defineComponent({
|
|
|
4473
4529
|
/* TEXT, CLASS */
|
|
4474
4530
|
),
|
|
4475
4531
|
renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
4476
|
-
props.rightIcon ? (openBlock(), createBlock(script$
|
|
4532
|
+
props.rightIcon ? (openBlock(), createBlock(script$n, {
|
|
4477
4533
|
key: 0,
|
|
4478
4534
|
name: "icon-arrow",
|
|
4479
4535
|
size: "11px",
|
|
@@ -4490,11 +4546,11 @@ var script$l = /* @__PURE__ */ defineComponent({
|
|
|
4490
4546
|
}
|
|
4491
4547
|
});
|
|
4492
4548
|
|
|
4493
|
-
script$
|
|
4549
|
+
script$m.__file = "src/components/dd-area/index.vue";
|
|
4494
4550
|
|
|
4495
|
-
const _hoisted_1$
|
|
4496
|
-
const _hoisted_2$
|
|
4497
|
-
var script$
|
|
4551
|
+
const _hoisted_1$k = { class: "dd-selector" };
|
|
4552
|
+
const _hoisted_2$f = { class: "dd-selector-value" };
|
|
4553
|
+
var script$l = /* @__PURE__ */ defineComponent({
|
|
4498
4554
|
__name: "index",
|
|
4499
4555
|
props: {
|
|
4500
4556
|
value: { type: String, required: false, default: "" },
|
|
@@ -4554,8 +4610,8 @@ var script$k = /* @__PURE__ */ defineComponent({
|
|
|
4554
4610
|
}, {
|
|
4555
4611
|
default: withCtx(() => [
|
|
4556
4612
|
renderSlot(_ctx.$slots, "content", {}, () => [
|
|
4557
|
-
createElementVNode("div", _hoisted_1$
|
|
4558
|
-
createElementVNode("div", _hoisted_2$
|
|
4613
|
+
createElementVNode("div", _hoisted_1$k, [
|
|
4614
|
+
createElementVNode("div", _hoisted_2$f, [
|
|
4559
4615
|
createElementVNode(
|
|
4560
4616
|
"div",
|
|
4561
4617
|
{
|
|
@@ -4572,7 +4628,7 @@ var script$k = /* @__PURE__ */ defineComponent({
|
|
|
4572
4628
|
])
|
|
4573
4629
|
]),
|
|
4574
4630
|
renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
4575
|
-
props.rightIcon ? (openBlock(), createBlock(script$
|
|
4631
|
+
props.rightIcon ? (openBlock(), createBlock(script$n, {
|
|
4576
4632
|
key: 0,
|
|
4577
4633
|
name: "icon-arrow",
|
|
4578
4634
|
size: "11px",
|
|
@@ -4590,14 +4646,14 @@ var script$k = /* @__PURE__ */ defineComponent({
|
|
|
4590
4646
|
}
|
|
4591
4647
|
});
|
|
4592
4648
|
|
|
4593
|
-
script$
|
|
4649
|
+
script$l.__file = "src/components/dd-selector/index.vue";
|
|
4594
4650
|
|
|
4595
|
-
const _hoisted_1$
|
|
4596
|
-
const _hoisted_2$
|
|
4597
|
-
const _hoisted_3$
|
|
4651
|
+
const _hoisted_1$j = { class: "self-registration" };
|
|
4652
|
+
const _hoisted_2$e = { class: "self-registration-body" };
|
|
4653
|
+
const _hoisted_3$9 = ["src"];
|
|
4598
4654
|
const _hoisted_4$6 = { class: "self-registration__input" };
|
|
4599
4655
|
const _hoisted_5$5 = { class: "self-registration-bottom" };
|
|
4600
|
-
var script$
|
|
4656
|
+
var script$k = /* @__PURE__ */ defineComponent({
|
|
4601
4657
|
__name: "SelfRegistration",
|
|
4602
4658
|
props: {
|
|
4603
4659
|
banner: { type: String, required: false, default: "https://cdn.ddjf.com/static/images/wx-yunservice/ai-form-bg2.png" }
|
|
@@ -4699,13 +4755,13 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4699
4755
|
const _component_nut_form_item = FormItem;
|
|
4700
4756
|
const _component_nut_form = Form;
|
|
4701
4757
|
const _component_nut_button = Button;
|
|
4702
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
4703
|
-
createElementVNode("div", _hoisted_2$
|
|
4758
|
+
return openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
4759
|
+
createElementVNode("div", _hoisted_2$e, [
|
|
4704
4760
|
createElementVNode("img", {
|
|
4705
|
-
src:
|
|
4761
|
+
src: __props.banner,
|
|
4706
4762
|
class: "self-registration-banner",
|
|
4707
4763
|
alt: ""
|
|
4708
|
-
}, null, 8, _hoisted_3$
|
|
4764
|
+
}, null, 8, _hoisted_3$9),
|
|
4709
4765
|
createVNode(_component_nut_form, null, {
|
|
4710
4766
|
default: withCtx(() => [
|
|
4711
4767
|
createVNode(_component_nut_form_item, {
|
|
@@ -4721,16 +4777,24 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4721
4777
|
}, {
|
|
4722
4778
|
default: withCtx(() => [
|
|
4723
4779
|
createVNode(_component_nut_radio, { label: "person" }, {
|
|
4724
|
-
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
4725
|
-
createTextVNode(
|
|
4726
|
-
|
|
4780
|
+
default: withCtx(() => [..._cache[7] || (_cache[7] = [
|
|
4781
|
+
createTextVNode(
|
|
4782
|
+
"\u4E2A\u4EBA\u4F7F\u7528",
|
|
4783
|
+
-1
|
|
4784
|
+
/* CACHED */
|
|
4785
|
+
)
|
|
4786
|
+
])]),
|
|
4727
4787
|
_: 1
|
|
4728
4788
|
/* STABLE */
|
|
4729
4789
|
}),
|
|
4730
4790
|
createVNode(_component_nut_radio, { label: "company" }, {
|
|
4731
|
-
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
4732
|
-
createTextVNode(
|
|
4733
|
-
|
|
4791
|
+
default: withCtx(() => [..._cache[8] || (_cache[8] = [
|
|
4792
|
+
createTextVNode(
|
|
4793
|
+
"\u516C\u53F8\u4F7F\u7528",
|
|
4794
|
+
-1
|
|
4795
|
+
/* CACHED */
|
|
4796
|
+
)
|
|
4797
|
+
])]),
|
|
4734
4798
|
_: 1
|
|
4735
4799
|
/* STABLE */
|
|
4736
4800
|
})
|
|
@@ -4763,8 +4827,8 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4763
4827
|
), [
|
|
4764
4828
|
[vModelText, formState.name]
|
|
4765
4829
|
]),
|
|
4766
|
-
createVNode(script$
|
|
4767
|
-
icon: withCtx(() => _cache[9] || (_cache[9] = [
|
|
4830
|
+
createVNode(script$G, { onComplete: onOCRInfo }, {
|
|
4831
|
+
icon: withCtx(() => [..._cache[9] || (_cache[9] = [
|
|
4768
4832
|
createElementVNode(
|
|
4769
4833
|
"img",
|
|
4770
4834
|
{
|
|
@@ -4773,9 +4837,9 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4773
4837
|
},
|
|
4774
4838
|
null,
|
|
4775
4839
|
-1
|
|
4776
|
-
/*
|
|
4840
|
+
/* CACHED */
|
|
4777
4841
|
)
|
|
4778
|
-
])),
|
|
4842
|
+
])]),
|
|
4779
4843
|
_: 1
|
|
4780
4844
|
/* STABLE */
|
|
4781
4845
|
})
|
|
@@ -4817,7 +4881,7 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4817
4881
|
required: ""
|
|
4818
4882
|
}, {
|
|
4819
4883
|
default: withCtx(() => [
|
|
4820
|
-
createVNode(script$
|
|
4884
|
+
createVNode(script$l, {
|
|
4821
4885
|
value: formState.position,
|
|
4822
4886
|
"onUpdate:value": _cache[3] || (_cache[3] = ($event) => formState.position = $event),
|
|
4823
4887
|
options: positionOptions
|
|
@@ -4879,7 +4943,7 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4879
4943
|
required: ""
|
|
4880
4944
|
}, {
|
|
4881
4945
|
default: withCtx(() => [
|
|
4882
|
-
createVNode(script$
|
|
4946
|
+
createVNode(script$m, {
|
|
4883
4947
|
value: formState.areaCode,
|
|
4884
4948
|
"onUpdate:value": _cache[6] || (_cache[6] = ($event) => formState.areaCode = $event),
|
|
4885
4949
|
type: "city",
|
|
@@ -4905,9 +4969,13 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4905
4969
|
class: "experience-button",
|
|
4906
4970
|
onClick: submit
|
|
4907
4971
|
}, {
|
|
4908
|
-
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
4909
|
-
createTextVNode(
|
|
4910
|
-
|
|
4972
|
+
default: withCtx(() => [..._cache[10] || (_cache[10] = [
|
|
4973
|
+
createTextVNode(
|
|
4974
|
+
"\u7ACB\u5373\u4F53\u9A8C",
|
|
4975
|
+
-1
|
|
4976
|
+
/* CACHED */
|
|
4977
|
+
)
|
|
4978
|
+
])]),
|
|
4911
4979
|
_: 1
|
|
4912
4980
|
/* STABLE */
|
|
4913
4981
|
})
|
|
@@ -4917,10 +4985,40 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4917
4985
|
}
|
|
4918
4986
|
});
|
|
4919
4987
|
|
|
4920
|
-
script$
|
|
4988
|
+
script$k.__file = "src/register/components/SelfRegistration.vue";
|
|
4921
4989
|
|
|
4922
|
-
const
|
|
4923
|
-
|
|
4990
|
+
const mappings = {};
|
|
4991
|
+
const endpointsList$1 = {
|
|
4992
|
+
\u6D88\u606F\u5217\u8868: {
|
|
4993
|
+
path: "/cas/msg/queryUserMsg",
|
|
4994
|
+
translate: (data) => {
|
|
4995
|
+
data.pageNum = data.page || 1;
|
|
4996
|
+
return data;
|
|
4997
|
+
},
|
|
4998
|
+
transform: (response) => {
|
|
4999
|
+
const data = response.list.map((row) => {
|
|
5000
|
+
row["\u6807\u9898"] = row.title == row.context ? "" : row.title;
|
|
5001
|
+
row["\u5185\u5BB9"] = row.context;
|
|
5002
|
+
row["\u65F6\u95F4"] = row.receiveTime && dayjs(row.receiveTime).format("YYYY-MM-DD HH:mm:ss");
|
|
5003
|
+
row["\u5DF2\u8BFB"] = row.isRead == "1";
|
|
5004
|
+
row["\u662F\u516C\u544A"] = row.msgType == "3";
|
|
5005
|
+
return row;
|
|
5006
|
+
});
|
|
5007
|
+
return data;
|
|
5008
|
+
}
|
|
5009
|
+
},
|
|
5010
|
+
\u5168\u90E8\u5DF2\u8BFB: {
|
|
5011
|
+
path: "/cas/msg/read-all",
|
|
5012
|
+
translate: (data) => data,
|
|
5013
|
+
transform: (result) => transformRow(result, mappings)
|
|
5014
|
+
},
|
|
5015
|
+
\u5DF2\u8BFB: {
|
|
5016
|
+
path: "/cas/msg/read",
|
|
5017
|
+
translate: (data) => data,
|
|
5018
|
+
transform: (result) => transformRow(result, mappings)
|
|
5019
|
+
}
|
|
5020
|
+
};
|
|
5021
|
+
const endpoints = Object.fromEntries(
|
|
4924
5022
|
Object.entries(endpointsList$1).map(([name, def]) => [name, def.path])
|
|
4925
5023
|
);
|
|
4926
5024
|
const translates$1 = Object.fromEntries(
|
|
@@ -4929,6 +5027,9 @@ const translates$1 = Object.fromEntries(
|
|
|
4929
5027
|
const transforms$1 = Object.fromEntries(
|
|
4930
5028
|
Object.entries(endpointsList$1).map(([, def]) => [def.path, def.transform])
|
|
4931
5029
|
);
|
|
5030
|
+
const transformRow = (row, mappings2) => {
|
|
5031
|
+
return Object.fromEntries(Object.entries(row).map(([k, v]) => [mappings2[k] || k, v]));
|
|
5032
|
+
};
|
|
4932
5033
|
|
|
4933
5034
|
const logger$1 = useLogger();
|
|
4934
5035
|
const vendor$1 = {
|
|
@@ -4998,13 +5099,19 @@ function useHttp$1() {
|
|
|
4998
5099
|
}
|
|
4999
5100
|
],
|
|
5000
5101
|
paging: {
|
|
5001
|
-
translate: (params) =>
|
|
5002
|
-
|
|
5003
|
-
|
|
5004
|
-
|
|
5102
|
+
translate: (params) => {
|
|
5103
|
+
console.log(params);
|
|
5104
|
+
return {
|
|
5105
|
+
pageNum: params.page,
|
|
5106
|
+
pageSize: params.pageSize || 10
|
|
5107
|
+
};
|
|
5108
|
+
},
|
|
5005
5109
|
transform(data) {
|
|
5110
|
+
const totalRecords = +data.total || 0, pageSize = +data.pageSize || 10, total = data.pages || Math.ceil(totalRecords / pageSize), isLastPage = data.pages === data.pageNum;
|
|
5006
5111
|
return {
|
|
5007
|
-
|
|
5112
|
+
total,
|
|
5113
|
+
totalRecords,
|
|
5114
|
+
isLastPage
|
|
5008
5115
|
};
|
|
5009
5116
|
}
|
|
5010
5117
|
},
|
|
@@ -5014,9 +5121,9 @@ function useHttp$1() {
|
|
|
5014
5121
|
return $http;
|
|
5015
5122
|
}
|
|
5016
5123
|
|
|
5017
|
-
const _hoisted_1$
|
|
5018
|
-
const _hoisted_2$
|
|
5019
|
-
var script$
|
|
5124
|
+
const _hoisted_1$i = { class: "notice-popup-bd" };
|
|
5125
|
+
const _hoisted_2$d = { style: { "white-space": "pre-wrap" } };
|
|
5126
|
+
var script$j = /* @__PURE__ */ defineComponent({
|
|
5020
5127
|
__name: "NoticePopup",
|
|
5021
5128
|
props: {
|
|
5022
5129
|
message: { type: null, required: true, default: {} },
|
|
@@ -5069,17 +5176,17 @@ var script$i = /* @__PURE__ */ defineComponent({
|
|
|
5069
5176
|
createTextVNode("\u7CFB\u7EDF\u516C\u544A ")
|
|
5070
5177
|
],
|
|
5071
5178
|
-1
|
|
5072
|
-
/*
|
|
5179
|
+
/* CACHED */
|
|
5073
5180
|
)),
|
|
5074
|
-
createElementVNode("div", _hoisted_1$
|
|
5181
|
+
createElementVNode("div", _hoisted_1$i, [
|
|
5075
5182
|
createElementVNode(
|
|
5076
5183
|
"div",
|
|
5077
|
-
_hoisted_2$
|
|
5078
|
-
toDisplayString(
|
|
5184
|
+
_hoisted_2$d,
|
|
5185
|
+
toDisplayString(__props.message.context.replace("\u3010\u7CFB\u7EDF\u516C\u544A\u3011 ", "")),
|
|
5079
5186
|
1
|
|
5080
5187
|
/* TEXT */
|
|
5081
5188
|
),
|
|
5082
|
-
|
|
5189
|
+
__props.message.jumpUrl || __props.message.link ? (openBlock(), createElementBlock("div", {
|
|
5083
5190
|
key: 0,
|
|
5084
5191
|
class: "notice-popup-bd-link",
|
|
5085
5192
|
onClick: toViewAttachment
|
|
@@ -5099,7 +5206,7 @@ var script$i = /* @__PURE__ */ defineComponent({
|
|
|
5099
5206
|
}
|
|
5100
5207
|
});
|
|
5101
5208
|
|
|
5102
|
-
script$
|
|
5209
|
+
script$j.__file = "src/notice/components/NoticePopup.vue";
|
|
5103
5210
|
|
|
5104
5211
|
function useNotice() {
|
|
5105
5212
|
async function noticeClick(item, cb) {
|
|
@@ -5127,9 +5234,9 @@ function useNotice() {
|
|
|
5127
5234
|
};
|
|
5128
5235
|
}
|
|
5129
5236
|
|
|
5130
|
-
const _hoisted_1$
|
|
5131
|
-
const _hoisted_2$
|
|
5132
|
-
var script$
|
|
5237
|
+
const _hoisted_1$h = { class: "notice-banner-text" };
|
|
5238
|
+
const _hoisted_2$c = ["onClick"];
|
|
5239
|
+
var script$i = /* @__PURE__ */ defineComponent({
|
|
5133
5240
|
__name: "NoticeBanner",
|
|
5134
5241
|
props: {
|
|
5135
5242
|
app: { type: String, required: true, default: "" },
|
|
@@ -5253,7 +5360,7 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
5253
5360
|
"div",
|
|
5254
5361
|
{
|
|
5255
5362
|
key: 0,
|
|
5256
|
-
class: normalizeClass(["notice-banner", { fixed:
|
|
5363
|
+
class: normalizeClass(["notice-banner", { fixed: __props.fixed }]),
|
|
5257
5364
|
style: normalizeStyle(topStype.value),
|
|
5258
5365
|
onTouchstart: onTouchStart,
|
|
5259
5366
|
onTouchend: _cache[0] || (_cache[0] = //@ts-ignore
|
|
@@ -5264,7 +5371,7 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
5264
5371
|
Fragment,
|
|
5265
5372
|
null,
|
|
5266
5373
|
renderList(bannerMessages.value, (item, key) => {
|
|
5267
|
-
return openBlock(), createBlock(script$
|
|
5374
|
+
return openBlock(), createBlock(script$I, {
|
|
5268
5375
|
class: normalizeClass({ show: key === activeKey.value }),
|
|
5269
5376
|
key,
|
|
5270
5377
|
showClose: item.noticeType === 0,
|
|
@@ -5280,11 +5387,11 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
5280
5387
|
},
|
|
5281
5388
|
null,
|
|
5282
5389
|
-1
|
|
5283
|
-
/*
|
|
5390
|
+
/* CACHED */
|
|
5284
5391
|
)),
|
|
5285
5392
|
createElementVNode(
|
|
5286
5393
|
"div",
|
|
5287
|
-
_hoisted_1$
|
|
5394
|
+
_hoisted_1$h,
|
|
5288
5395
|
toDisplayString(item.context),
|
|
5289
5396
|
1
|
|
5290
5397
|
/* TEXT */
|
|
@@ -5292,7 +5399,7 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
5292
5399
|
createElementVNode("div", {
|
|
5293
5400
|
class: "notice-banner-btn",
|
|
5294
5401
|
onClick: ($event) => onDetail(item)
|
|
5295
|
-
}, "\u8BE6\u60C5", 8, _hoisted_2$
|
|
5402
|
+
}, "\u8BE6\u60C5", 8, _hoisted_2$c)
|
|
5296
5403
|
]),
|
|
5297
5404
|
_: 2
|
|
5298
5405
|
/* DYNAMIC */
|
|
@@ -5306,9 +5413,9 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
5306
5413
|
/* CLASS, STYLE, NEED_HYDRATION */
|
|
5307
5414
|
)) : createCommentVNode("v-if", true),
|
|
5308
5415
|
createCommentVNode(" \u7CFB\u7EDF\u516C\u544A\u5F3A\u5236\u5F39\u6846 "),
|
|
5309
|
-
popMessages.value.length ? (openBlock(), createBlock(script$
|
|
5416
|
+
popMessages.value.length ? (openBlock(), createBlock(script$j, {
|
|
5310
5417
|
key: 1,
|
|
5311
|
-
device:
|
|
5418
|
+
device: __props.device,
|
|
5312
5419
|
message: popMessages.value[0],
|
|
5313
5420
|
onClose: onPopupClose,
|
|
5314
5421
|
onView: _cache[1] || (_cache[1] = ($event) => onView(popMessages.value[0]))
|
|
@@ -5321,14 +5428,14 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
5321
5428
|
}
|
|
5322
5429
|
});
|
|
5323
5430
|
|
|
5324
|
-
script$
|
|
5431
|
+
script$i.__file = "src/notice/components/NoticeBanner.vue";
|
|
5325
5432
|
|
|
5326
|
-
const _hoisted_1$
|
|
5327
|
-
const _hoisted_2$
|
|
5433
|
+
const _hoisted_1$g = { class: "notice-entry" };
|
|
5434
|
+
const _hoisted_2$b = {
|
|
5328
5435
|
key: 0,
|
|
5329
5436
|
class: "notice-entry-icon"
|
|
5330
5437
|
};
|
|
5331
|
-
var script$
|
|
5438
|
+
var script$h = /* @__PURE__ */ defineComponent({
|
|
5332
5439
|
__name: "NoticeEntry",
|
|
5333
5440
|
props: {
|
|
5334
5441
|
app: { type: String, required: true, default: "" },
|
|
@@ -5364,7 +5471,7 @@ var script$g = /* @__PURE__ */ defineComponent({
|
|
|
5364
5471
|
});
|
|
5365
5472
|
}
|
|
5366
5473
|
return (_ctx, _cache) => {
|
|
5367
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5474
|
+
return openBlock(), createElementBlock("div", _hoisted_1$g, [
|
|
5368
5475
|
_cache[0] || (_cache[0] = createElementVNode(
|
|
5369
5476
|
"img",
|
|
5370
5477
|
{
|
|
@@ -5374,27 +5481,27 @@ var script$g = /* @__PURE__ */ defineComponent({
|
|
|
5374
5481
|
},
|
|
5375
5482
|
null,
|
|
5376
5483
|
-1
|
|
5377
|
-
/*
|
|
5484
|
+
/* CACHED */
|
|
5378
5485
|
)),
|
|
5379
5486
|
_cache[1] || (_cache[1] = createElementVNode(
|
|
5380
5487
|
"span",
|
|
5381
5488
|
null,
|
|
5382
5489
|
"\u901A\u77E5",
|
|
5383
5490
|
-1
|
|
5384
|
-
/*
|
|
5491
|
+
/* CACHED */
|
|
5385
5492
|
)),
|
|
5386
|
-
noticeShow.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
5493
|
+
noticeShow.value ? (openBlock(), createElementBlock("div", _hoisted_2$b)) : createCommentVNode("v-if", true)
|
|
5387
5494
|
]);
|
|
5388
5495
|
};
|
|
5389
5496
|
}
|
|
5390
5497
|
});
|
|
5391
5498
|
|
|
5392
|
-
script$
|
|
5499
|
+
script$h.__file = "src/notice/components/NoticeEntry.vue";
|
|
5393
5500
|
|
|
5394
|
-
const _hoisted_1$
|
|
5395
|
-
const _hoisted_2$
|
|
5396
|
-
const _hoisted_3$
|
|
5397
|
-
var script$
|
|
5501
|
+
const _hoisted_1$f = { class: "dd-search__form" };
|
|
5502
|
+
const _hoisted_2$a = { class: "dd-search__control" };
|
|
5503
|
+
const _hoisted_3$8 = ["disabled", "placeholder", "focus"];
|
|
5504
|
+
var script$g = /* @__PURE__ */ defineComponent({
|
|
5398
5505
|
__name: "index",
|
|
5399
5506
|
props: {
|
|
5400
5507
|
disabled: { type: Boolean, required: false, default: false },
|
|
@@ -5447,7 +5554,7 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5447
5554
|
}])
|
|
5448
5555
|
},
|
|
5449
5556
|
[
|
|
5450
|
-
createElementVNode("div", _hoisted_1$
|
|
5557
|
+
createElementVNode("div", _hoisted_1$f, [
|
|
5451
5558
|
_cache[2] || (_cache[2] = createElementVNode(
|
|
5452
5559
|
"div",
|
|
5453
5560
|
{ class: "dd-search__prefix" },
|
|
@@ -5458,9 +5565,9 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5458
5565
|
})
|
|
5459
5566
|
],
|
|
5460
5567
|
-1
|
|
5461
|
-
/*
|
|
5568
|
+
/* CACHED */
|
|
5462
5569
|
)),
|
|
5463
|
-
createElementVNode("div", _hoisted_2$
|
|
5570
|
+
createElementVNode("div", _hoisted_2$a, [
|
|
5464
5571
|
withDirectives(createElementVNode("input", {
|
|
5465
5572
|
class: "dd-search__input",
|
|
5466
5573
|
type: "text",
|
|
@@ -5474,7 +5581,7 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5474
5581
|
onConfirm,
|
|
5475
5582
|
onFocus: onFoucs,
|
|
5476
5583
|
onBlur
|
|
5477
|
-
}, null, 40, _hoisted_3$
|
|
5584
|
+
}, null, 40, _hoisted_3$8), [
|
|
5478
5585
|
[vModelText, key.value]
|
|
5479
5586
|
])
|
|
5480
5587
|
]),
|
|
@@ -5484,7 +5591,7 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5484
5591
|
class: "dd-search__suffix",
|
|
5485
5592
|
onTap: onClear
|
|
5486
5593
|
},
|
|
5487
|
-
_cache[1] || (_cache[1] = [
|
|
5594
|
+
[..._cache[1] || (_cache[1] = [
|
|
5488
5595
|
createElementVNode(
|
|
5489
5596
|
"image",
|
|
5490
5597
|
{
|
|
@@ -5493,9 +5600,9 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5493
5600
|
},
|
|
5494
5601
|
null,
|
|
5495
5602
|
-1
|
|
5496
|
-
/*
|
|
5603
|
+
/* CACHED */
|
|
5497
5604
|
)
|
|
5498
|
-
]),
|
|
5605
|
+
])],
|
|
5499
5606
|
544
|
|
5500
5607
|
/* NEED_HYDRATION, NEED_PATCH */
|
|
5501
5608
|
), [
|
|
@@ -5515,7 +5622,7 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5515
5622
|
}
|
|
5516
5623
|
});
|
|
5517
5624
|
|
|
5518
|
-
script$
|
|
5625
|
+
script$g.__file = "src/components/dd-search/index.vue";
|
|
5519
5626
|
|
|
5520
5627
|
function useCommonList(api, query, loading = true, method = "GET") {
|
|
5521
5628
|
const isLast = ref(false);
|
|
@@ -5576,9 +5683,9 @@ function useCommonList(api, query, loading = true, method = "GET") {
|
|
|
5576
5683
|
};
|
|
5577
5684
|
}
|
|
5578
5685
|
|
|
5579
|
-
const _hoisted_1$
|
|
5580
|
-
const _hoisted_2$
|
|
5581
|
-
const _hoisted_3$
|
|
5686
|
+
const _hoisted_1$e = { class: "notice-list" };
|
|
5687
|
+
const _hoisted_2$9 = { style: { "flex": "1", "overflow": "hidden" } };
|
|
5688
|
+
const _hoisted_3$7 = {
|
|
5582
5689
|
key: 0,
|
|
5583
5690
|
class: "wrapper"
|
|
5584
5691
|
};
|
|
@@ -5598,7 +5705,7 @@ const _hoisted_9$1 = {
|
|
|
5598
5705
|
key: 1,
|
|
5599
5706
|
class: "no-data"
|
|
5600
5707
|
};
|
|
5601
|
-
var script$
|
|
5708
|
+
var script$f = /* @__PURE__ */ defineComponent({
|
|
5602
5709
|
__name: "NoticeList",
|
|
5603
5710
|
props: {
|
|
5604
5711
|
app: { type: String, required: true, default: "" },
|
|
@@ -5675,16 +5782,16 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
5675
5782
|
const emits = __emit;
|
|
5676
5783
|
return (_ctx, _cache) => {
|
|
5677
5784
|
const _component_rich_text = resolveComponent("rich-text");
|
|
5678
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5679
|
-
createVNode(script$
|
|
5785
|
+
return openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
5786
|
+
createVNode(script$g, {
|
|
5680
5787
|
bordered: false,
|
|
5681
5788
|
focus: false,
|
|
5682
5789
|
value: query.value.title,
|
|
5683
5790
|
placeholder: "\u8BF7\u8F93\u5165\u5173\u952E\u5B57\u641C\u7D22",
|
|
5684
5791
|
onSearch
|
|
5685
5792
|
}, null, 8, ["value"]),
|
|
5686
|
-
createElementVNode("div", _hoisted_2$
|
|
5687
|
-
unref(list).length ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
5793
|
+
createElementVNode("div", _hoisted_2$9, [
|
|
5794
|
+
unref(list).length ? (openBlock(), createElementBlock("div", _hoisted_3$7, [
|
|
5688
5795
|
createVNode(unref(ScrollView), {
|
|
5689
5796
|
class: "content",
|
|
5690
5797
|
"scroll-y": true,
|
|
@@ -5710,7 +5817,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
5710
5817
|
{ class: "point" },
|
|
5711
5818
|
null,
|
|
5712
5819
|
-1
|
|
5713
|
-
/*
|
|
5820
|
+
/* CACHED */
|
|
5714
5821
|
)),
|
|
5715
5822
|
createElementVNode("div", null, [
|
|
5716
5823
|
createElementVNode(
|
|
@@ -5720,7 +5827,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
5720
5827
|
1
|
|
5721
5828
|
/* TEXT */
|
|
5722
5829
|
),
|
|
5723
|
-
|
|
5830
|
+
__props.app !== "loankit" || __props.app === "loankit" && item.title !== item.context ? (openBlock(), createElementBlock(
|
|
5724
5831
|
"div",
|
|
5725
5832
|
{
|
|
5726
5833
|
key: 0,
|
|
@@ -5733,7 +5840,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
5733
5840
|
1
|
|
5734
5841
|
/* TEXT */
|
|
5735
5842
|
),
|
|
5736
|
-
|
|
5843
|
+
__props.showApp && appMap[item.appCode] ? (openBlock(), createElementBlock(
|
|
5737
5844
|
"div",
|
|
5738
5845
|
_hoisted_6$3,
|
|
5739
5846
|
toDisplayString(appMap[item.appCode]),
|
|
@@ -5774,7 +5881,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
5774
5881
|
_: 1
|
|
5775
5882
|
/* STABLE */
|
|
5776
5883
|
}, 8, ["refresherTriggered", "onScrolltolower"])
|
|
5777
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_9$1, _cache[1] || (_cache[1] = [
|
|
5884
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_9$1, [..._cache[1] || (_cache[1] = [
|
|
5778
5885
|
createElementVNode(
|
|
5779
5886
|
"div",
|
|
5780
5887
|
{ class: "no-data-img" },
|
|
@@ -5786,23 +5893,311 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
5786
5893
|
})
|
|
5787
5894
|
],
|
|
5788
5895
|
-1
|
|
5789
|
-
/*
|
|
5896
|
+
/* CACHED */
|
|
5790
5897
|
),
|
|
5791
5898
|
createElementVNode(
|
|
5792
5899
|
"div",
|
|
5793
5900
|
{ class: "text" },
|
|
5794
5901
|
"\u6682\u65E0\u8BB0\u5F55",
|
|
5795
5902
|
-1
|
|
5796
|
-
/*
|
|
5903
|
+
/* CACHED */
|
|
5797
5904
|
)
|
|
5798
|
-
])))
|
|
5905
|
+
])]))
|
|
5799
5906
|
])
|
|
5800
5907
|
]);
|
|
5801
5908
|
};
|
|
5802
5909
|
}
|
|
5803
5910
|
});
|
|
5804
5911
|
|
|
5805
|
-
script$
|
|
5912
|
+
script$f.__file = "src/notice/components/NoticeList.vue";
|
|
5913
|
+
|
|
5914
|
+
function dataURItoBlob(dataURI) {
|
|
5915
|
+
const byteString = atob(dataURI.split(",")[1]);
|
|
5916
|
+
const mimeString = dataURI.split(",")[0].split(":")[1].split(";")[0];
|
|
5917
|
+
const ab = new ArrayBuffer(byteString.length);
|
|
5918
|
+
const ia = new Uint8Array(ab);
|
|
5919
|
+
for (let i = 0; i < byteString.length; i++) {
|
|
5920
|
+
ia[i] = byteString.charCodeAt(i);
|
|
5921
|
+
}
|
|
5922
|
+
return new Blob([ab], { type: mimeString });
|
|
5923
|
+
}
|
|
5924
|
+
function isWeb() {
|
|
5925
|
+
const env = process.env.TARO_ENV || "";
|
|
5926
|
+
return env === "h5" || Taro.getEnv() === "WEB";
|
|
5927
|
+
}
|
|
5928
|
+
|
|
5929
|
+
const _hoisted_1$d = {
|
|
5930
|
+
key: 0,
|
|
5931
|
+
class: "read-all"
|
|
5932
|
+
};
|
|
5933
|
+
const _hoisted_2$8 = {
|
|
5934
|
+
key: 0,
|
|
5935
|
+
class: "news-item-title-icon",
|
|
5936
|
+
src: "https://cdn.ddjf.com/static/images/loan-manage-app/ic_msg_system_notice.webp"
|
|
5937
|
+
};
|
|
5938
|
+
const _hoisted_3$6 = { class: "news-item-time" };
|
|
5939
|
+
var script$e = /* @__PURE__ */ defineComponent({
|
|
5940
|
+
__name: "NoticeList2",
|
|
5941
|
+
props: {
|
|
5942
|
+
deviceType: { type: String, required: false, default: "2" },
|
|
5943
|
+
userId: { type: String, required: true, default: "" },
|
|
5944
|
+
app: { type: String, required: true, default: "" }
|
|
5945
|
+
},
|
|
5946
|
+
emits: ["itemClick"],
|
|
5947
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
5948
|
+
const props = __props;
|
|
5949
|
+
const $http = useHttp$1(), \u663E\u793A\u9AA8\u67B6\u5C4F = ref(true);
|
|
5950
|
+
useDidShow(() => {
|
|
5951
|
+
nextPage(1);
|
|
5952
|
+
});
|
|
5953
|
+
const state = reactive({
|
|
5954
|
+
search: "",
|
|
5955
|
+
tab: "\u5168\u90E8",
|
|
5956
|
+
list: []
|
|
5957
|
+
});
|
|
5958
|
+
async function load(page) {
|
|
5959
|
+
if (!props.app?.replace(",cloudkitPro", "")) {
|
|
5960
|
+
state.list = [];
|
|
5961
|
+
return { paging: { page: 1, pageSize: 10, total: 0 }, data: [] };
|
|
5962
|
+
}
|
|
5963
|
+
const appkitOptions = useAppKitOptions();
|
|
5964
|
+
const data = {
|
|
5965
|
+
page,
|
|
5966
|
+
pageSize: 10,
|
|
5967
|
+
appCode: props.app,
|
|
5968
|
+
tenantId: appkitOptions.tenant(),
|
|
5969
|
+
userId: props.userId,
|
|
5970
|
+
deviceType: props.deviceType,
|
|
5971
|
+
readOrderStatus: "1"
|
|
5972
|
+
};
|
|
5973
|
+
if (state.tab == "\u4E1A\u52A1\u6D88\u606F") {
|
|
5974
|
+
data["msgType"] = "1";
|
|
5975
|
+
} else if (state.tab == "\u7CFB\u7EDF\u516C\u544A") {
|
|
5976
|
+
data["msgType"] = "3";
|
|
5977
|
+
}
|
|
5978
|
+
if (state.tab == "\u672A\u8BFB") {
|
|
5979
|
+
data["isRead"] = "0";
|
|
5980
|
+
}
|
|
5981
|
+
const ep = endpoints["\u6D88\u606F\u5217\u8868"];
|
|
5982
|
+
return $http.post(ep, data).then((res) => {
|
|
5983
|
+
\u663E\u793A\u9AA8\u67B6\u5C4F.value = false;
|
|
5984
|
+
if (page === 1) {
|
|
5985
|
+
state.list = [];
|
|
5986
|
+
}
|
|
5987
|
+
state.list = [...state.list, ...res.data];
|
|
5988
|
+
return { paging: res.paging, data: res.data };
|
|
5989
|
+
});
|
|
5990
|
+
}
|
|
5991
|
+
const { paging, nextPage } = usePaging(load);
|
|
5992
|
+
function onTabChange() {
|
|
5993
|
+
\u663E\u793A\u9AA8\u67B6\u5C4F.value = true;
|
|
5994
|
+
nextPage(1);
|
|
5995
|
+
}
|
|
5996
|
+
const isRefresh = ref(false);
|
|
5997
|
+
async function onRefresh() {
|
|
5998
|
+
isRefresh.value = true;
|
|
5999
|
+
await nextPage(1);
|
|
6000
|
+
isRefresh.value = false;
|
|
6001
|
+
}
|
|
6002
|
+
function itemClick(item) {
|
|
6003
|
+
read(item);
|
|
6004
|
+
emits("itemClick", item);
|
|
6005
|
+
}
|
|
6006
|
+
function read(item) {
|
|
6007
|
+
if (item.isRead == "1") return;
|
|
6008
|
+
const ep = endpoints["\u5DF2\u8BFB"];
|
|
6009
|
+
$http.post(ep, [item.id]).then(() => {
|
|
6010
|
+
item["\u5DF2\u8BFB"] = true;
|
|
6011
|
+
});
|
|
6012
|
+
}
|
|
6013
|
+
async function readAll() {
|
|
6014
|
+
try {
|
|
6015
|
+
Taro.showLoading({
|
|
6016
|
+
title: "\u8BF7\u7A0D\u540E..."
|
|
6017
|
+
});
|
|
6018
|
+
const appkitOptions = useAppKitOptions();
|
|
6019
|
+
const ep = endpoints["\u5168\u90E8\u5DF2\u8BFB"];
|
|
6020
|
+
const data = {
|
|
6021
|
+
tenantId: appkitOptions.tenant(),
|
|
6022
|
+
userId: props.userId,
|
|
6023
|
+
deviceType: props.deviceType
|
|
6024
|
+
};
|
|
6025
|
+
$http.post(ep, data).then(() => {
|
|
6026
|
+
state.list.forEach((item) => {
|
|
6027
|
+
item["\u5DF2\u8BFB"] = true;
|
|
6028
|
+
});
|
|
6029
|
+
});
|
|
6030
|
+
} finally {
|
|
6031
|
+
Taro.hideLoading();
|
|
6032
|
+
}
|
|
6033
|
+
}
|
|
6034
|
+
const emits = __emit;
|
|
6035
|
+
__expose({
|
|
6036
|
+
readAll
|
|
6037
|
+
});
|
|
6038
|
+
return (_ctx, _cache) => {
|
|
6039
|
+
const _component_nut_ellipsis = Ellipsis;
|
|
6040
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
6041
|
+
return openBlock(), createBlock(unref(NsPage), { class: "news-list" }, {
|
|
6042
|
+
default: withCtx(() => [
|
|
6043
|
+
createElementVNode(
|
|
6044
|
+
"div",
|
|
6045
|
+
{
|
|
6046
|
+
class: normalizeClass(["tabContainer", { inH5: unref(isWeb)() }])
|
|
6047
|
+
},
|
|
6048
|
+
[
|
|
6049
|
+
createCommentVNode(' <ns-search\r\n v-track-search="{\r\n trackInput: false,\r\n trackSubmit: true,\r\n minLength: 2,\r\n }"\r\n style="margin: 0 12px"\r\n placeholder="\u8BF7\u8F93\u5165\u5173\u952E\u5B57\u641C\u7D22"\r\n v-model="state.search"\r\n ></ns-search> '),
|
|
6050
|
+
createVNode(unref(NsTabs), {
|
|
6051
|
+
modelValue: state.tab,
|
|
6052
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => state.tab = $event),
|
|
6053
|
+
fill: "#fff",
|
|
6054
|
+
square: "",
|
|
6055
|
+
size: "xl",
|
|
6056
|
+
style: { "height": "46px" },
|
|
6057
|
+
onChange: onTabChange
|
|
6058
|
+
}, {
|
|
6059
|
+
default: withCtx(() => [
|
|
6060
|
+
createVNode(unref(NsTabsItem), {
|
|
6061
|
+
key: "\u5168\u90E8",
|
|
6062
|
+
tab: "\u5168\u90E8"
|
|
6063
|
+
}),
|
|
6064
|
+
createVNode(unref(NsTabsItem), {
|
|
6065
|
+
key: "\u4E1A\u52A1\u6D88\u606F",
|
|
6066
|
+
tab: "\u4E1A\u52A1\u6D88\u606F"
|
|
6067
|
+
}),
|
|
6068
|
+
createVNode(unref(NsTabsItem), {
|
|
6069
|
+
key: "\u7CFB\u7EDF\u516C\u544A",
|
|
6070
|
+
tab: "\u7CFB\u7EDF\u516C\u544A"
|
|
6071
|
+
}),
|
|
6072
|
+
createVNode(unref(NsTabsItem), {
|
|
6073
|
+
key: "\u672A\u8BFB",
|
|
6074
|
+
tab: "\u672A\u8BFB"
|
|
6075
|
+
})
|
|
6076
|
+
]),
|
|
6077
|
+
_: 1
|
|
6078
|
+
/* STABLE */
|
|
6079
|
+
}, 8, ["modelValue"]),
|
|
6080
|
+
state.list.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$d, [
|
|
6081
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
6082
|
+
class: "btn",
|
|
6083
|
+
onClick: readAll
|
|
6084
|
+
}, [..._cache[1] || (_cache[1] = [
|
|
6085
|
+
createTextVNode(
|
|
6086
|
+
"\u5168\u90E8\u5DF2\u8BFB",
|
|
6087
|
+
-1
|
|
6088
|
+
/* CACHED */
|
|
6089
|
+
)
|
|
6090
|
+
])])), [
|
|
6091
|
+
[_directive_track_click, "click"]
|
|
6092
|
+
])
|
|
6093
|
+
])) : createCommentVNode("v-if", true)
|
|
6094
|
+
],
|
|
6095
|
+
2
|
|
6096
|
+
/* CLASS */
|
|
6097
|
+
),
|
|
6098
|
+
createVNode(unref(NsPageContent), {
|
|
6099
|
+
class: "mt-68px",
|
|
6100
|
+
scrollable: "",
|
|
6101
|
+
refreshable: "",
|
|
6102
|
+
"refresh-triggered": isRefresh.value,
|
|
6103
|
+
onPullDownRefresh: onRefresh,
|
|
6104
|
+
onBottomReached: unref(nextPage)
|
|
6105
|
+
}, {
|
|
6106
|
+
default: withCtx(() => [
|
|
6107
|
+
\u663E\u793A\u9AA8\u67B6\u5C4F.value ? (openBlock(), createBlock(unref(NsSkeleton), {
|
|
6108
|
+
key: 0,
|
|
6109
|
+
row: 8
|
|
6110
|
+
})) : (openBlock(), createElementBlock(
|
|
6111
|
+
Fragment,
|
|
6112
|
+
{ key: 1 },
|
|
6113
|
+
[
|
|
6114
|
+
createVNode(unref(NsRepeator), {
|
|
6115
|
+
align: "stretch",
|
|
6116
|
+
direction: "column",
|
|
6117
|
+
gap: 10,
|
|
6118
|
+
data: state.list,
|
|
6119
|
+
"show-no-more": unref(paging).isLastPage
|
|
6120
|
+
}, {
|
|
6121
|
+
default: withCtx((item) => [
|
|
6122
|
+
withDirectives((openBlock(), createBlock(unref(NsCard), {
|
|
6123
|
+
r: 5,
|
|
6124
|
+
fill: "#fff",
|
|
6125
|
+
class: "news-item w-full",
|
|
6126
|
+
onClick: ($event) => itemClick(item)
|
|
6127
|
+
}, {
|
|
6128
|
+
default: withCtx(() => [
|
|
6129
|
+
item.\u6807\u9898 ? (openBlock(), createElementBlock(
|
|
6130
|
+
"div",
|
|
6131
|
+
{
|
|
6132
|
+
key: 0,
|
|
6133
|
+
style: normalizeStyle({ color: item.\u5DF2\u8BFB ? "#35353599" : "#353535" }),
|
|
6134
|
+
class: "news-item-title"
|
|
6135
|
+
},
|
|
6136
|
+
[
|
|
6137
|
+
item.\u662F\u516C\u544A ? (openBlock(), createElementBlock("img", _hoisted_2$8)) : createCommentVNode("v-if", true),
|
|
6138
|
+
createTextVNode(
|
|
6139
|
+
" " + toDisplayString(item.\u6807\u9898),
|
|
6140
|
+
1
|
|
6141
|
+
/* TEXT */
|
|
6142
|
+
)
|
|
6143
|
+
],
|
|
6144
|
+
4
|
|
6145
|
+
/* STYLE */
|
|
6146
|
+
)) : createCommentVNode("v-if", true),
|
|
6147
|
+
createVNode(_component_nut_ellipsis, {
|
|
6148
|
+
style: normalizeStyle({ color: item.\u5DF2\u8BFB ? "#35353566" : "#353535CC" }),
|
|
6149
|
+
class: "news-item-content",
|
|
6150
|
+
direction: "end",
|
|
6151
|
+
rows: "3",
|
|
6152
|
+
"expand-text": "\u5C55\u5F00",
|
|
6153
|
+
"collapse-text": "\u6536\u8D77",
|
|
6154
|
+
content: item.\u5185\u5BB9
|
|
6155
|
+
}, null, 8, ["style", "content"]),
|
|
6156
|
+
createElementVNode(
|
|
6157
|
+
"div",
|
|
6158
|
+
_hoisted_3$6,
|
|
6159
|
+
toDisplayString(item.\u65F6\u95F4),
|
|
6160
|
+
1
|
|
6161
|
+
/* TEXT */
|
|
6162
|
+
)
|
|
6163
|
+
]),
|
|
6164
|
+
_: 2
|
|
6165
|
+
/* DYNAMIC */
|
|
6166
|
+
}, 1032, ["onClick"])), [
|
|
6167
|
+
[_directive_track_click, {
|
|
6168
|
+
event: "click",
|
|
6169
|
+
elementText: "\u6D88\u606F\u8BE6\u60C5"
|
|
6170
|
+
}]
|
|
6171
|
+
])
|
|
6172
|
+
]),
|
|
6173
|
+
_: 1
|
|
6174
|
+
/* STABLE */
|
|
6175
|
+
}, 8, ["data", "show-no-more"]),
|
|
6176
|
+
state.list.length == 0 ? (openBlock(), createBlock(unref(NsEmpty), { key: 0 })) : createCommentVNode("v-if", true),
|
|
6177
|
+
_cache[2] || (_cache[2] = createElementVNode(
|
|
6178
|
+
"div",
|
|
6179
|
+
{ class: "safe-area-space" },
|
|
6180
|
+
null,
|
|
6181
|
+
-1
|
|
6182
|
+
/* CACHED */
|
|
6183
|
+
))
|
|
6184
|
+
],
|
|
6185
|
+
64
|
|
6186
|
+
/* STABLE_FRAGMENT */
|
|
6187
|
+
))
|
|
6188
|
+
]),
|
|
6189
|
+
_: 1
|
|
6190
|
+
/* STABLE */
|
|
6191
|
+
}, 8, ["refresh-triggered", "onBottomReached"])
|
|
6192
|
+
]),
|
|
6193
|
+
_: 1
|
|
6194
|
+
/* STABLE */
|
|
6195
|
+
});
|
|
6196
|
+
};
|
|
6197
|
+
}
|
|
6198
|
+
});
|
|
6199
|
+
|
|
6200
|
+
script$e.__file = "src/notice/components/NoticeList2.vue";
|
|
5806
6201
|
|
|
5807
6202
|
const _hoisted_1$c = { class: "user-entry" };
|
|
5808
6203
|
const _hoisted_2$7 = { class: "user-entry-head" };
|
|
@@ -5832,12 +6227,12 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
5832
6227
|
return (_ctx, _cache) => {
|
|
5833
6228
|
return openBlock(), createElementBlock("div", _hoisted_1$c, [
|
|
5834
6229
|
createElementVNode("div", _hoisted_2$7, [
|
|
5835
|
-
|
|
6230
|
+
__props.avatar ? (openBlock(), createElementBlock("img", {
|
|
5836
6231
|
key: 0,
|
|
5837
6232
|
class: "user-entry-head-img",
|
|
5838
6233
|
onClick: toUser,
|
|
5839
6234
|
mode: "aspectFit",
|
|
5840
|
-
src:
|
|
6235
|
+
src: __props.avatar,
|
|
5841
6236
|
alt: ""
|
|
5842
6237
|
}, null, 8, _hoisted_3$5)) : (openBlock(), createElementBlock("img", {
|
|
5843
6238
|
key: 1,
|
|
@@ -5849,12 +6244,16 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
5849
6244
|
}))
|
|
5850
6245
|
]),
|
|
5851
6246
|
createElementVNode("div", _hoisted_4$4, [
|
|
5852
|
-
!
|
|
6247
|
+
!__props.mobile ? (openBlock(), createElementBlock("div", {
|
|
5853
6248
|
key: 0,
|
|
5854
6249
|
class: "user-entry-bd-bigtxt",
|
|
5855
6250
|
onClick: toLogin
|
|
5856
|
-
}, _cache[0] || (_cache[0] = [
|
|
5857
|
-
createTextVNode(
|
|
6251
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
6252
|
+
createTextVNode(
|
|
6253
|
+
" \u8BF7\u767B\u5F55 ",
|
|
6254
|
+
-1
|
|
6255
|
+
/* CACHED */
|
|
6256
|
+
),
|
|
5858
6257
|
createElementVNode(
|
|
5859
6258
|
"span",
|
|
5860
6259
|
{ class: "user-entry-bd-arrow" },
|
|
@@ -5865,9 +6264,9 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
5865
6264
|
})
|
|
5866
6265
|
],
|
|
5867
6266
|
-1
|
|
5868
|
-
/*
|
|
6267
|
+
/* CACHED */
|
|
5869
6268
|
)
|
|
5870
|
-
]))) : (openBlock(), createElementBlock(
|
|
6269
|
+
])])) : (openBlock(), createElementBlock(
|
|
5871
6270
|
Fragment,
|
|
5872
6271
|
{ key: 1 },
|
|
5873
6272
|
[
|
|
@@ -5876,7 +6275,7 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
5876
6275
|
class: "user-entry-bd-txt"
|
|
5877
6276
|
}, [
|
|
5878
6277
|
createTextVNode(
|
|
5879
|
-
toDisplayString(
|
|
6278
|
+
toDisplayString(__props.name) + " ",
|
|
5880
6279
|
1
|
|
5881
6280
|
/* TEXT */
|
|
5882
6281
|
),
|
|
@@ -5890,7 +6289,7 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
5890
6289
|
})
|
|
5891
6290
|
],
|
|
5892
6291
|
-1
|
|
5893
|
-
/*
|
|
6292
|
+
/* CACHED */
|
|
5894
6293
|
))
|
|
5895
6294
|
]),
|
|
5896
6295
|
createElementVNode(
|
|
@@ -5899,7 +6298,7 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
5899
6298
|
onClick: toUser,
|
|
5900
6299
|
class: "user-entry-bd-smalltxt"
|
|
5901
6300
|
},
|
|
5902
|
-
toDisplayString(unref(encodePhone)(
|
|
6301
|
+
toDisplayString(unref(encodePhone)(__props.mobile)),
|
|
5903
6302
|
1
|
|
5904
6303
|
/* TEXT */
|
|
5905
6304
|
)
|
|
@@ -5930,24 +6329,24 @@ var script$c = /* @__PURE__ */ defineComponent({
|
|
|
5930
6329
|
(openBlock(true), createElementBlock(
|
|
5931
6330
|
Fragment,
|
|
5932
6331
|
null,
|
|
5933
|
-
renderList(
|
|
6332
|
+
renderList(__props.row, (item, key) => {
|
|
5934
6333
|
return openBlock(), createElementBlock("div", {
|
|
5935
6334
|
class: "dd-skeleton__item",
|
|
5936
6335
|
key
|
|
5937
6336
|
}, [
|
|
5938
|
-
Number(
|
|
6337
|
+
Number(__props.shortRow) > 0 ? (openBlock(), createBlock(_component_nut_skeleton, {
|
|
5939
6338
|
key: 0,
|
|
5940
6339
|
width: "40%",
|
|
5941
6340
|
height: "15px",
|
|
5942
6341
|
animated: "",
|
|
5943
|
-
row:
|
|
6342
|
+
row: __props.shortRow
|
|
5944
6343
|
}, null, 8, ["row"])) : createCommentVNode("v-if", true),
|
|
5945
6344
|
createVNode(_component_nut_skeleton, {
|
|
5946
6345
|
width: "100%",
|
|
5947
6346
|
height: "15px",
|
|
5948
6347
|
title: "",
|
|
5949
6348
|
animated: "",
|
|
5950
|
-
row:
|
|
6349
|
+
row: __props.longRow
|
|
5951
6350
|
}, null, 8, ["row"])
|
|
5952
6351
|
]);
|
|
5953
6352
|
}),
|
|
@@ -6046,11 +6445,14 @@ function useHttp() {
|
|
|
6046
6445
|
paging: {
|
|
6047
6446
|
translate: (params) => ({
|
|
6048
6447
|
pageNum: params.page,
|
|
6049
|
-
pageSize: params.pageSize
|
|
6448
|
+
pageSize: params.pageSize || 10
|
|
6050
6449
|
}),
|
|
6051
6450
|
transform(data) {
|
|
6451
|
+
const totalRecords = +data.total || 0, pageSize = +data.pageSize || 10, total = data.pages || Math.ceil(totalRecords / pageSize), isLastPage = data.pages === data.pageNum;
|
|
6052
6452
|
return {
|
|
6053
|
-
|
|
6453
|
+
total,
|
|
6454
|
+
totalRecords,
|
|
6455
|
+
isLastPage
|
|
6054
6456
|
};
|
|
6055
6457
|
}
|
|
6056
6458
|
},
|
|
@@ -6349,7 +6751,7 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6349
6751
|
{ class: "user-info-tit" },
|
|
6350
6752
|
"\u8D26\u53F7\u4FE1\u606F",
|
|
6351
6753
|
-1
|
|
6352
|
-
/*
|
|
6754
|
+
/* CACHED */
|
|
6353
6755
|
)),
|
|
6354
6756
|
createElementVNode("div", _hoisted_2$6, [
|
|
6355
6757
|
createElementVNode("div", {
|
|
@@ -6375,7 +6777,7 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6375
6777
|
})
|
|
6376
6778
|
],
|
|
6377
6779
|
-1
|
|
6378
|
-
/*
|
|
6780
|
+
/* CACHED */
|
|
6379
6781
|
))
|
|
6380
6782
|
]),
|
|
6381
6783
|
createVNode(_component_nut_cell, {
|
|
@@ -6409,9 +6811,9 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6409
6811
|
/* STABLE */
|
|
6410
6812
|
})
|
|
6411
6813
|
]),
|
|
6412
|
-
|
|
6814
|
+
__props.hasQiyezuhu ? (openBlock(), createElementBlock("div", _hoisted_8$1, "\u4F01\u4E1A/\u56E2\u961F")) : createCommentVNode("v-if", true),
|
|
6413
6815
|
createElementVNode("div", _hoisted_9, [
|
|
6414
|
-
|
|
6816
|
+
__props.hasQiyezuhu ? (openBlock(true), createElementBlock(
|
|
6415
6817
|
Fragment,
|
|
6416
6818
|
{ key: 0 },
|
|
6417
6819
|
renderList(userInfo.value.tenantInfoList, (item, key) => {
|
|
@@ -6459,7 +6861,11 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6459
6861
|
class: "user-info-team-item-role-btn",
|
|
6460
6862
|
onClick: ($event) => toShowRole(item)
|
|
6461
6863
|
}, [
|
|
6462
|
-
_cache[7] || (_cache[7] = createTextVNode(
|
|
6864
|
+
_cache[7] || (_cache[7] = createTextVNode(
|
|
6865
|
+
" \u89D2\u8272\u8BE6\u60C5 ",
|
|
6866
|
+
-1
|
|
6867
|
+
/* CACHED */
|
|
6868
|
+
)),
|
|
6463
6869
|
createElementVNode(
|
|
6464
6870
|
"img",
|
|
6465
6871
|
{
|
|
@@ -6550,9 +6956,13 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6550
6956
|
plain: "",
|
|
6551
6957
|
type: "primary"
|
|
6552
6958
|
}, {
|
|
6553
|
-
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
6554
|
-
createTextVNode(
|
|
6555
|
-
|
|
6959
|
+
default: withCtx(() => [..._cache[8] || (_cache[8] = [
|
|
6960
|
+
createTextVNode(
|
|
6961
|
+
"\u9000\u51FA\u767B\u5F55",
|
|
6962
|
+
-1
|
|
6963
|
+
/* CACHED */
|
|
6964
|
+
)
|
|
6965
|
+
])]),
|
|
6556
6966
|
_: 1
|
|
6557
6967
|
/* STABLE */
|
|
6558
6968
|
})
|
|
@@ -6577,9 +6987,13 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6577
6987
|
type: "default",
|
|
6578
6988
|
onClick: onUserNameCancel
|
|
6579
6989
|
}, {
|
|
6580
|
-
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
6581
|
-
createTextVNode(
|
|
6582
|
-
|
|
6990
|
+
default: withCtx(() => [..._cache[10] || (_cache[10] = [
|
|
6991
|
+
createTextVNode(
|
|
6992
|
+
" \u53D6\u6D88 ",
|
|
6993
|
+
-1
|
|
6994
|
+
/* CACHED */
|
|
6995
|
+
)
|
|
6996
|
+
])]),
|
|
6583
6997
|
_: 1
|
|
6584
6998
|
/* STABLE */
|
|
6585
6999
|
}),
|
|
@@ -6588,9 +7002,13 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6588
7002
|
type: "primary",
|
|
6589
7003
|
onClick: onUserNameOk
|
|
6590
7004
|
}, {
|
|
6591
|
-
default: withCtx(() => _cache[11] || (_cache[11] = [
|
|
6592
|
-
createTextVNode(
|
|
6593
|
-
|
|
7005
|
+
default: withCtx(() => [..._cache[11] || (_cache[11] = [
|
|
7006
|
+
createTextVNode(
|
|
7007
|
+
" \u786E\u5B9A ",
|
|
7008
|
+
-1
|
|
7009
|
+
/* CACHED */
|
|
7010
|
+
)
|
|
7011
|
+
])]),
|
|
6594
7012
|
_: 1
|
|
6595
7013
|
/* STABLE */
|
|
6596
7014
|
})
|
|
@@ -6621,9 +7039,13 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6621
7039
|
type: "default",
|
|
6622
7040
|
onClick: onNickNameCancel
|
|
6623
7041
|
}, {
|
|
6624
|
-
default: withCtx(() => _cache[12] || (_cache[12] = [
|
|
6625
|
-
createTextVNode(
|
|
6626
|
-
|
|
7042
|
+
default: withCtx(() => [..._cache[12] || (_cache[12] = [
|
|
7043
|
+
createTextVNode(
|
|
7044
|
+
" \u53D6\u6D88 ",
|
|
7045
|
+
-1
|
|
7046
|
+
/* CACHED */
|
|
7047
|
+
)
|
|
7048
|
+
])]),
|
|
6627
7049
|
_: 1
|
|
6628
7050
|
/* STABLE */
|
|
6629
7051
|
}),
|
|
@@ -6632,9 +7054,13 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6632
7054
|
type: "primary",
|
|
6633
7055
|
onClick: onNickNameOk
|
|
6634
7056
|
}, {
|
|
6635
|
-
default: withCtx(() => _cache[13] || (_cache[13] = [
|
|
6636
|
-
createTextVNode(
|
|
6637
|
-
|
|
7057
|
+
default: withCtx(() => [..._cache[13] || (_cache[13] = [
|
|
7058
|
+
createTextVNode(
|
|
7059
|
+
" \u786E\u5B9A ",
|
|
7060
|
+
-1
|
|
7061
|
+
/* CACHED */
|
|
7062
|
+
)
|
|
7063
|
+
])]),
|
|
6638
7064
|
_: 1
|
|
6639
7065
|
/* STABLE */
|
|
6640
7066
|
})
|
|
@@ -6801,16 +7227,24 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
6801
7227
|
}, {
|
|
6802
7228
|
default: withCtx(() => [
|
|
6803
7229
|
createVNode(_component_nut_step, { title: "\u8EAB\u4EFD\u8BA4\u8BC1" }, {
|
|
6804
|
-
default: withCtx(() => _cache[4] || (_cache[4] = [
|
|
6805
|
-
createTextVNode(
|
|
6806
|
-
|
|
7230
|
+
default: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
7231
|
+
createTextVNode(
|
|
7232
|
+
"1",
|
|
7233
|
+
-1
|
|
7234
|
+
/* CACHED */
|
|
7235
|
+
)
|
|
7236
|
+
])]),
|
|
6807
7237
|
_: 1
|
|
6808
7238
|
/* STABLE */
|
|
6809
7239
|
}),
|
|
6810
7240
|
createVNode(_component_nut_step, { title: "\u6362\u7ED1\u624B\u673A" }, {
|
|
6811
|
-
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
6812
|
-
createTextVNode(
|
|
6813
|
-
|
|
7241
|
+
default: withCtx(() => [..._cache[5] || (_cache[5] = [
|
|
7242
|
+
createTextVNode(
|
|
7243
|
+
"2",
|
|
7244
|
+
-1
|
|
7245
|
+
/* CACHED */
|
|
7246
|
+
)
|
|
7247
|
+
])]),
|
|
6814
7248
|
_: 1
|
|
6815
7249
|
/* STABLE */
|
|
6816
7250
|
})
|
|
@@ -6887,9 +7321,13 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
6887
7321
|
type: "primary",
|
|
6888
7322
|
onClick: onAuth
|
|
6889
7323
|
}, {
|
|
6890
|
-
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
6891
|
-
createTextVNode(
|
|
6892
|
-
|
|
7324
|
+
default: withCtx(() => [..._cache[6] || (_cache[6] = [
|
|
7325
|
+
createTextVNode(
|
|
7326
|
+
"\u63D0\u4EA4",
|
|
7327
|
+
-1
|
|
7328
|
+
/* CACHED */
|
|
7329
|
+
)
|
|
7330
|
+
])]),
|
|
6893
7331
|
_: 1
|
|
6894
7332
|
/* STABLE */
|
|
6895
7333
|
}, 8, ["disabled"])
|
|
@@ -6960,9 +7398,13 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
6960
7398
|
type: "primary",
|
|
6961
7399
|
onClick: onBinding
|
|
6962
7400
|
}, {
|
|
6963
|
-
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
6964
|
-
createTextVNode(
|
|
6965
|
-
|
|
7401
|
+
default: withCtx(() => [..._cache[7] || (_cache[7] = [
|
|
7402
|
+
createTextVNode(
|
|
7403
|
+
"\u63D0\u4EA4",
|
|
7404
|
+
-1
|
|
7405
|
+
/* CACHED */
|
|
7406
|
+
)
|
|
7407
|
+
])]),
|
|
6966
7408
|
_: 1
|
|
6967
7409
|
/* STABLE */
|
|
6968
7410
|
}, 8, ["disabled"])
|
|
@@ -7004,7 +7446,7 @@ var script$9 = /* @__PURE__ */ defineComponent({
|
|
|
7004
7446
|
},
|
|
7005
7447
|
null,
|
|
7006
7448
|
-1
|
|
7007
|
-
/*
|
|
7449
|
+
/* CACHED */
|
|
7008
7450
|
)),
|
|
7009
7451
|
createElementVNode(
|
|
7010
7452
|
"div",
|
|
@@ -7028,9 +7470,13 @@ var script$9 = /* @__PURE__ */ defineComponent({
|
|
|
7028
7470
|
type: "primary",
|
|
7029
7471
|
onClick: toBinding
|
|
7030
7472
|
}, {
|
|
7031
|
-
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
7032
|
-
createTextVNode(
|
|
7033
|
-
|
|
7473
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
7474
|
+
createTextVNode(
|
|
7475
|
+
"\u6362\u7ED1\u624B\u673A\u53F7\u7801",
|
|
7476
|
+
-1
|
|
7477
|
+
/* CACHED */
|
|
7478
|
+
)
|
|
7479
|
+
])]),
|
|
7034
7480
|
_: 1
|
|
7035
7481
|
/* STABLE */
|
|
7036
7482
|
})
|
|
@@ -7696,28 +8142,28 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7696
8142
|
{ class: "line row row1" },
|
|
7697
8143
|
null,
|
|
7698
8144
|
-1
|
|
7699
|
-
/*
|
|
8145
|
+
/* CACHED */
|
|
7700
8146
|
)),
|
|
7701
8147
|
_cache[13] || (_cache[13] = createElementVNode(
|
|
7702
8148
|
"view",
|
|
7703
8149
|
{ class: "line row row2" },
|
|
7704
8150
|
null,
|
|
7705
8151
|
-1
|
|
7706
|
-
/*
|
|
8152
|
+
/* CACHED */
|
|
7707
8153
|
)),
|
|
7708
8154
|
_cache[14] || (_cache[14] = createElementVNode(
|
|
7709
8155
|
"view",
|
|
7710
8156
|
{ class: "line col col1" },
|
|
7711
8157
|
null,
|
|
7712
8158
|
-1
|
|
7713
|
-
/*
|
|
8159
|
+
/* CACHED */
|
|
7714
8160
|
)),
|
|
7715
8161
|
_cache[15] || (_cache[15] = createElementVNode(
|
|
7716
8162
|
"view",
|
|
7717
8163
|
{ class: "line col col2" },
|
|
7718
8164
|
null,
|
|
7719
8165
|
-1
|
|
7720
|
-
/*
|
|
8166
|
+
/* CACHED */
|
|
7721
8167
|
))
|
|
7722
8168
|
],
|
|
7723
8169
|
64
|
|
@@ -8118,14 +8564,14 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
8118
8564
|
},
|
|
8119
8565
|
null,
|
|
8120
8566
|
-1
|
|
8121
|
-
/*
|
|
8567
|
+
/* CACHED */
|
|
8122
8568
|
)),
|
|
8123
8569
|
_cache[5] || (_cache[5] = createElementVNode(
|
|
8124
8570
|
"div",
|
|
8125
8571
|
{ class: "user-feedback-tit" },
|
|
8126
8572
|
"\u8865\u5145\u63CF\u8FF0",
|
|
8127
8573
|
-1
|
|
8128
|
-
/*
|
|
8574
|
+
/* CACHED */
|
|
8129
8575
|
)),
|
|
8130
8576
|
createElementVNode("div", _hoisted_2$2, [
|
|
8131
8577
|
createVNode(_component_editor, {
|
|
@@ -8169,7 +8615,7 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
8169
8615
|
},
|
|
8170
8616
|
null,
|
|
8171
8617
|
-1
|
|
8172
|
-
/*
|
|
8618
|
+
/* CACHED */
|
|
8173
8619
|
)
|
|
8174
8620
|
])], 8, _hoisted_6$1)
|
|
8175
8621
|
],
|
|
@@ -8186,7 +8632,7 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
8186
8632
|
},
|
|
8187
8633
|
null,
|
|
8188
8634
|
-1
|
|
8189
|
-
/*
|
|
8635
|
+
/* CACHED */
|
|
8190
8636
|
))
|
|
8191
8637
|
]);
|
|
8192
8638
|
}),
|
|
@@ -8206,9 +8652,13 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
8206
8652
|
type: "primary",
|
|
8207
8653
|
onClick: onCancel
|
|
8208
8654
|
}, {
|
|
8209
|
-
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
8210
|
-
createTextVNode(
|
|
8211
|
-
|
|
8655
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
8656
|
+
createTextVNode(
|
|
8657
|
+
"\u6700\u5C0F\u5316",
|
|
8658
|
+
-1
|
|
8659
|
+
/* CACHED */
|
|
8660
|
+
)
|
|
8661
|
+
])]),
|
|
8212
8662
|
_: 1
|
|
8213
8663
|
/* STABLE */
|
|
8214
8664
|
}),
|
|
@@ -8217,14 +8667,18 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
8217
8667
|
type: "primary",
|
|
8218
8668
|
onClick: onOk
|
|
8219
8669
|
}, {
|
|
8220
|
-
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
8221
|
-
createTextVNode(
|
|
8222
|
-
|
|
8670
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
8671
|
+
createTextVNode(
|
|
8672
|
+
"\u53CD\u9988",
|
|
8673
|
+
-1
|
|
8674
|
+
/* CACHED */
|
|
8675
|
+
)
|
|
8676
|
+
])]),
|
|
8223
8677
|
_: 1
|
|
8224
8678
|
/* STABLE */
|
|
8225
8679
|
})
|
|
8226
8680
|
])
|
|
8227
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_8, _cache[6] || (_cache[6] = [
|
|
8681
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_8, [..._cache[6] || (_cache[6] = [
|
|
8228
8682
|
createElementVNode(
|
|
8229
8683
|
"img",
|
|
8230
8684
|
{
|
|
@@ -8234,16 +8688,16 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
8234
8688
|
},
|
|
8235
8689
|
null,
|
|
8236
8690
|
-1
|
|
8237
|
-
/*
|
|
8691
|
+
/* CACHED */
|
|
8238
8692
|
),
|
|
8239
8693
|
createElementVNode(
|
|
8240
8694
|
"div",
|
|
8241
8695
|
{ class: "user-feedback-success-info" },
|
|
8242
8696
|
"\u63D0\u4EA4\u6210\u529F",
|
|
8243
8697
|
-1
|
|
8244
|
-
/*
|
|
8698
|
+
/* CACHED */
|
|
8245
8699
|
)
|
|
8246
|
-
])))
|
|
8700
|
+
])]))
|
|
8247
8701
|
],
|
|
8248
8702
|
2
|
|
8249
8703
|
/* CLASS */
|
|
@@ -8412,7 +8866,7 @@ var script$5 = /* @__PURE__ */ defineComponent({
|
|
|
8412
8866
|
});
|
|
8413
8867
|
const emits = __emit;
|
|
8414
8868
|
return (_ctx, _cache) => {
|
|
8415
|
-
return !
|
|
8869
|
+
return !__props.hasStorage ? (openBlock(), createElementBlock(
|
|
8416
8870
|
"div",
|
|
8417
8871
|
{
|
|
8418
8872
|
key: 0,
|
|
@@ -8424,7 +8878,7 @@ var script$5 = /* @__PURE__ */ defineComponent({
|
|
|
8424
8878
|
class: "user-feedback-entry",
|
|
8425
8879
|
onClick: onJump
|
|
8426
8880
|
},
|
|
8427
|
-
_cache[2] || (_cache[2] = [
|
|
8881
|
+
[..._cache[2] || (_cache[2] = [
|
|
8428
8882
|
createElementVNode(
|
|
8429
8883
|
"img",
|
|
8430
8884
|
{
|
|
@@ -8434,16 +8888,16 @@ var script$5 = /* @__PURE__ */ defineComponent({
|
|
|
8434
8888
|
},
|
|
8435
8889
|
null,
|
|
8436
8890
|
-1
|
|
8437
|
-
/*
|
|
8891
|
+
/* CACHED */
|
|
8438
8892
|
),
|
|
8439
8893
|
createElementVNode(
|
|
8440
8894
|
"div",
|
|
8441
8895
|
null,
|
|
8442
8896
|
"\u53CD\u9988",
|
|
8443
8897
|
-1
|
|
8444
|
-
/*
|
|
8898
|
+
/* CACHED */
|
|
8445
8899
|
)
|
|
8446
|
-
]),
|
|
8900
|
+
])],
|
|
8447
8901
|
36
|
|
8448
8902
|
/* STYLE, NEED_HYDRATION */
|
|
8449
8903
|
)) : (openBlock(), createElementBlock(
|
|
@@ -8467,7 +8921,7 @@ var script$5 = /* @__PURE__ */ defineComponent({
|
|
|
8467
8921
|
createElementVNode("div", {
|
|
8468
8922
|
class: "user-feedback-entry-close",
|
|
8469
8923
|
onClick: onClose
|
|
8470
|
-
}, _cache[3] || (_cache[3] = [
|
|
8924
|
+
}, [..._cache[3] || (_cache[3] = [
|
|
8471
8925
|
createElementVNode(
|
|
8472
8926
|
"img",
|
|
8473
8927
|
{
|
|
@@ -8476,9 +8930,9 @@ var script$5 = /* @__PURE__ */ defineComponent({
|
|
|
8476
8930
|
},
|
|
8477
8931
|
null,
|
|
8478
8932
|
-1
|
|
8479
|
-
/*
|
|
8933
|
+
/* CACHED */
|
|
8480
8934
|
)
|
|
8481
|
-
]))
|
|
8935
|
+
])])
|
|
8482
8936
|
],
|
|
8483
8937
|
36
|
|
8484
8938
|
/* STYLE, NEED_HYDRATION */
|
|
@@ -8542,7 +8996,7 @@ var script$4 = /* @__PURE__ */ defineComponent({
|
|
|
8542
8996
|
}, 100);
|
|
8543
8997
|
const emits = __emit;
|
|
8544
8998
|
return (_ctx, _cache) => {
|
|
8545
|
-
return
|
|
8999
|
+
return __props.show && showLoginRule.value ? (openBlock(), createElementBlock(
|
|
8546
9000
|
"div",
|
|
8547
9001
|
{
|
|
8548
9002
|
key: 0,
|
|
@@ -8558,7 +9012,7 @@ var script$4 = /* @__PURE__ */ defineComponent({
|
|
|
8558
9012
|
},
|
|
8559
9013
|
null,
|
|
8560
9014
|
-1
|
|
8561
|
-
/*
|
|
9015
|
+
/* CACHED */
|
|
8562
9016
|
)),
|
|
8563
9017
|
createElementVNode(
|
|
8564
9018
|
"div",
|
|
@@ -8600,7 +9054,7 @@ var script$3 = /* @__PURE__ */ defineComponent({
|
|
|
8600
9054
|
return str;
|
|
8601
9055
|
});
|
|
8602
9056
|
return (_ctx, _cache) => {
|
|
8603
|
-
return
|
|
9057
|
+
return __props.show ? (openBlock(), createElementBlock(
|
|
8604
9058
|
"div",
|
|
8605
9059
|
{
|
|
8606
9060
|
key: 0,
|
|
@@ -8616,12 +9070,12 @@ var script$3 = /* @__PURE__ */ defineComponent({
|
|
|
8616
9070
|
},
|
|
8617
9071
|
null,
|
|
8618
9072
|
-1
|
|
8619
|
-
/*
|
|
9073
|
+
/* CACHED */
|
|
8620
9074
|
)),
|
|
8621
9075
|
createElementVNode(
|
|
8622
9076
|
"div",
|
|
8623
9077
|
_hoisted_1$3,
|
|
8624
|
-
" \u5E94\u7528\u5DF2\u4E8E" + toDisplayString(unref(dayjs)(
|
|
9078
|
+
" \u5E94\u7528\u5DF2\u4E8E" + toDisplayString(unref(dayjs)(__props.appInfo.endTime).format("YYYY\u5E74MM\u6708DD\u65E5")) + "\u5230\u671F\uFF0C\u5982\u9700\u7EE7\u7EED\u4F7F\u7528\uFF0C \u8BF7\u8054\u7CFB\u5927\u9053\u5BA2\u6237\u603B\u76D1\u8FDB\u884C\u7EED\u8D39 ",
|
|
8625
9079
|
1
|
|
8626
9080
|
/* TEXT */
|
|
8627
9081
|
)
|
|
@@ -8748,7 +9202,7 @@ var script$2 = /* @__PURE__ */ defineComponent({
|
|
|
8748
9202
|
rules: ["required"]
|
|
8749
9203
|
}, {
|
|
8750
9204
|
append: withCtx(() => [
|
|
8751
|
-
!\u5DF2\u8BA4\u8BC1.value ? (openBlock(), createBlock(unref(script$
|
|
9205
|
+
!\u5DF2\u8BA4\u8BC1.value ? (openBlock(), createBlock(unref(script$G), {
|
|
8752
9206
|
key: 0,
|
|
8753
9207
|
onComplete: onOcrComplete
|
|
8754
9208
|
})) : createCommentVNode("v-if", true)
|
|
@@ -8804,9 +9258,13 @@ var script$2 = /* @__PURE__ */ defineComponent({
|
|
|
8804
9258
|
modelValue: unref(formData).\u540C\u610F,
|
|
8805
9259
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => unref(formData).\u540C\u610F = $event)
|
|
8806
9260
|
}, {
|
|
8807
|
-
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
8808
|
-
createTextVNode(
|
|
8809
|
-
|
|
9261
|
+
default: withCtx(() => [..._cache[5] || (_cache[5] = [
|
|
9262
|
+
createTextVNode(
|
|
9263
|
+
"\u6211\u5DF2\u9605\u8BFB\u5E76\u540C\u610F",
|
|
9264
|
+
-1
|
|
9265
|
+
/* CACHED */
|
|
9266
|
+
)
|
|
9267
|
+
])]),
|
|
8810
9268
|
_: 1
|
|
8811
9269
|
/* STABLE */
|
|
8812
9270
|
}, 8, ["modelValue"]),
|
|
@@ -8822,9 +9280,13 @@ var script$2 = /* @__PURE__ */ defineComponent({
|
|
|
8822
9280
|
type: "primary",
|
|
8823
9281
|
onClick: toSubmit
|
|
8824
9282
|
}, {
|
|
8825
|
-
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
8826
|
-
createTextVNode(
|
|
8827
|
-
|
|
9283
|
+
default: withCtx(() => [..._cache[6] || (_cache[6] = [
|
|
9284
|
+
createTextVNode(
|
|
9285
|
+
"\u7ACB\u5373\u8BA4\u8BC1",
|
|
9286
|
+
-1
|
|
9287
|
+
/* CACHED */
|
|
9288
|
+
)
|
|
9289
|
+
])]),
|
|
8828
9290
|
_: 1
|
|
8829
9291
|
/* STABLE */
|
|
8830
9292
|
})) : (openBlock(), createBlock(unref(NsButton), {
|
|
@@ -8834,9 +9296,13 @@ var script$2 = /* @__PURE__ */ defineComponent({
|
|
|
8834
9296
|
type: "primary",
|
|
8835
9297
|
onClick: toBack
|
|
8836
9298
|
}, {
|
|
8837
|
-
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
8838
|
-
createTextVNode(
|
|
8839
|
-
|
|
9299
|
+
default: withCtx(() => [..._cache[7] || (_cache[7] = [
|
|
9300
|
+
createTextVNode(
|
|
9301
|
+
"\u8FD4\u56DE",
|
|
9302
|
+
-1
|
|
9303
|
+
/* CACHED */
|
|
9304
|
+
)
|
|
9305
|
+
])]),
|
|
8840
9306
|
_: 1
|
|
8841
9307
|
/* STABLE */
|
|
8842
9308
|
}))
|
|
@@ -8875,13 +9341,13 @@ var script$1 = /* @__PURE__ */ defineComponent({
|
|
|
8875
9341
|
"div",
|
|
8876
9342
|
{
|
|
8877
9343
|
class: normalizeClass(["picture"]),
|
|
8878
|
-
style: normalizeStyle({ backgroundImage: `url(${
|
|
9344
|
+
style: normalizeStyle({ backgroundImage: `url(${__props.poster.back})` })
|
|
8879
9345
|
},
|
|
8880
9346
|
null,
|
|
8881
9347
|
4
|
|
8882
9348
|
/* STYLE */
|
|
8883
9349
|
),
|
|
8884
|
-
|
|
9350
|
+
__props.logo ? (openBlock(), createElementBlock(
|
|
8885
9351
|
"div",
|
|
8886
9352
|
{
|
|
8887
9353
|
key: 0,
|
|
@@ -8889,9 +9355,9 @@ var script$1 = /* @__PURE__ */ defineComponent({
|
|
|
8889
9355
|
style: normalizeStyle({
|
|
8890
9356
|
width: `${tx(25)}%`,
|
|
8891
9357
|
height: `${ty(25)}%`,
|
|
8892
|
-
...
|
|
8893
|
-
...
|
|
8894
|
-
backgroundImage: `url(${
|
|
9358
|
+
...__props.poster.logoX ? { left: `${tx(20)}%` } : {},
|
|
9359
|
+
...__props.poster.logoX ? { top: `${ty(25)}%` } : {},
|
|
9360
|
+
backgroundImage: `url(${__props.logo})`,
|
|
8895
9361
|
backgroundRepeat: "no-repeat"
|
|
8896
9362
|
})
|
|
8897
9363
|
},
|
|
@@ -8899,33 +9365,33 @@ var script$1 = /* @__PURE__ */ defineComponent({
|
|
|
8899
9365
|
4
|
|
8900
9366
|
/* STYLE */
|
|
8901
9367
|
)) : createCommentVNode("v-if", true),
|
|
8902
|
-
|
|
9368
|
+
__props.nick ? (openBlock(), createElementBlock(
|
|
8903
9369
|
"div",
|
|
8904
9370
|
{
|
|
8905
9371
|
key: 1,
|
|
8906
9372
|
class: "nick",
|
|
8907
9373
|
style: normalizeStyle({
|
|
8908
|
-
...
|
|
8909
|
-
...
|
|
9374
|
+
...__props.poster.nickX ? { left: `${t(__props.poster.nickX)}px` } : {},
|
|
9375
|
+
...__props.poster.nickY ? { top: `${t(28)}px` } : {},
|
|
8910
9376
|
fontSize: `${t(16)}px`,
|
|
8911
9377
|
color: "#353535"
|
|
8912
9378
|
})
|
|
8913
9379
|
},
|
|
8914
|
-
toDisplayString(
|
|
9380
|
+
toDisplayString(__props.nick),
|
|
8915
9381
|
5
|
|
8916
9382
|
/* TEXT, STYLE */
|
|
8917
9383
|
)) : createCommentVNode("v-if", true),
|
|
8918
|
-
|
|
9384
|
+
__props.poster.qr ? (openBlock(), createElementBlock(
|
|
8919
9385
|
"div",
|
|
8920
9386
|
{
|
|
8921
9387
|
key: 2,
|
|
8922
9388
|
class: "qr",
|
|
8923
9389
|
style: normalizeStyle({
|
|
8924
|
-
...
|
|
8925
|
-
...
|
|
8926
|
-
...
|
|
8927
|
-
...
|
|
8928
|
-
backgroundImage: `url(${
|
|
9390
|
+
...__props.poster.qrW ? { width: `${tx(__props.poster.qrW)}%` } : {},
|
|
9391
|
+
...__props.poster.qrH ? { height: `${ty(__props.poster.qrW)}%` } : {},
|
|
9392
|
+
...__props.poster.qrX ? { left: `${tx(__props.poster.qrX)}%` } : {},
|
|
9393
|
+
...__props.poster.qrY ? { top: `${ty(__props.poster.qrY)}%` } : {},
|
|
9394
|
+
backgroundImage: `url(${__props.poster.qr})`
|
|
8929
9395
|
})
|
|
8930
9396
|
},
|
|
8931
9397
|
null,
|
|
@@ -8939,21 +9405,6 @@ var script$1 = /* @__PURE__ */ defineComponent({
|
|
|
8939
9405
|
|
|
8940
9406
|
script$1.__file = "src/scenarios/components/poster-paste.vue";
|
|
8941
9407
|
|
|
8942
|
-
function dataURItoBlob(dataURI) {
|
|
8943
|
-
const byteString = atob(dataURI.split(",")[1]);
|
|
8944
|
-
const mimeString = dataURI.split(",")[0].split(":")[1].split(";")[0];
|
|
8945
|
-
const ab = new ArrayBuffer(byteString.length);
|
|
8946
|
-
const ia = new Uint8Array(ab);
|
|
8947
|
-
for (let i = 0; i < byteString.length; i++) {
|
|
8948
|
-
ia[i] = byteString.charCodeAt(i);
|
|
8949
|
-
}
|
|
8950
|
-
return new Blob([ab], { type: mimeString });
|
|
8951
|
-
}
|
|
8952
|
-
function isWeb() {
|
|
8953
|
-
const env = process.env.TARO_ENV || "";
|
|
8954
|
-
return env === "h5" || Taro.getEnv() === "WEB";
|
|
8955
|
-
}
|
|
8956
|
-
|
|
8957
9408
|
const _hoisted_1 = { class: "share-dialog column align-stretch" };
|
|
8958
9409
|
const _hoisted_2 = { class: "swiper-container" };
|
|
8959
9410
|
const _hoisted_3 = {
|
|
@@ -9143,15 +9594,15 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9143
9594
|
[
|
|
9144
9595
|
createElementVNode("div", _hoisted_1, [
|
|
9145
9596
|
createElementVNode("div", _hoisted_2, [
|
|
9146
|
-
|
|
9597
|
+
__props.posters.length === 1 ? (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
9147
9598
|
createVNode(script$1, {
|
|
9148
|
-
poster:
|
|
9599
|
+
poster: __props.posters[0],
|
|
9149
9600
|
logo: config.value.logo,
|
|
9150
9601
|
nick: config.value.nick,
|
|
9151
9602
|
zoom
|
|
9152
9603
|
}, null, 8, ["poster", "logo", "nick"])
|
|
9153
9604
|
])) : createCommentVNode("v-if", true),
|
|
9154
|
-
|
|
9605
|
+
__props.posters.length > 1 ? (openBlock(), createBlock(unref(Swiper), {
|
|
9155
9606
|
key: 1,
|
|
9156
9607
|
class: "swiper",
|
|
9157
9608
|
current: current.value,
|
|
@@ -9165,7 +9616,7 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9165
9616
|
(openBlock(true), createElementBlock(
|
|
9166
9617
|
Fragment,
|
|
9167
9618
|
null,
|
|
9168
|
-
renderList(
|
|
9619
|
+
renderList(__props.posters, (poster, index) => {
|
|
9169
9620
|
return openBlock(), createBlock(unref(SwiperItem), {
|
|
9170
9621
|
class: normalizeClass(["swiper-item", { center: isCenter(index) }]),
|
|
9171
9622
|
key: `${index}`
|
|
@@ -9196,12 +9647,12 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9196
9647
|
(openBlock(true), createElementBlock(
|
|
9197
9648
|
Fragment,
|
|
9198
9649
|
null,
|
|
9199
|
-
renderList(Array(
|
|
9650
|
+
renderList(Array(__props.posters.length / 2).fill(""), (_, index) => {
|
|
9200
9651
|
return openBlock(), createElementBlock(
|
|
9201
9652
|
"div",
|
|
9202
9653
|
{
|
|
9203
9654
|
class: normalizeClass(["dot", {
|
|
9204
|
-
current: current.value === index || current.value -
|
|
9655
|
+
current: current.value === index || current.value - __props.posters.length / 2 === index
|
|
9205
9656
|
}]),
|
|
9206
9657
|
key: index
|
|
9207
9658
|
},
|
|
@@ -9214,10 +9665,10 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9214
9665
|
/* KEYED_FRAGMENT */
|
|
9215
9666
|
))
|
|
9216
9667
|
]),
|
|
9217
|
-
|
|
9668
|
+
__props.text ? (openBlock(), createElementBlock(
|
|
9218
9669
|
"div",
|
|
9219
9670
|
_hoisted_6,
|
|
9220
|
-
toDisplayString(
|
|
9671
|
+
toDisplayString(__props.text),
|
|
9221
9672
|
1
|
|
9222
9673
|
/* TEXT */
|
|
9223
9674
|
)) : createCommentVNode("v-if", true),
|
|
@@ -9226,16 +9677,20 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9226
9677
|
{ class: "line" },
|
|
9227
9678
|
null,
|
|
9228
9679
|
-1
|
|
9229
|
-
/*
|
|
9680
|
+
/* CACHED */
|
|
9230
9681
|
)),
|
|
9231
9682
|
createElementVNode("div", _hoisted_7, [
|
|
9232
9683
|
createVNode(_component_nut_button, {
|
|
9233
9684
|
class: "cancel-btn",
|
|
9234
9685
|
onClick: onCancelClick
|
|
9235
9686
|
}, {
|
|
9236
|
-
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
9237
|
-
createTextVNode(
|
|
9238
|
-
|
|
9687
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
9688
|
+
createTextVNode(
|
|
9689
|
+
"\u53D6\u6D88",
|
|
9690
|
+
-1
|
|
9691
|
+
/* CACHED */
|
|
9692
|
+
)
|
|
9693
|
+
])]),
|
|
9239
9694
|
_: 1
|
|
9240
9695
|
/* STABLE */
|
|
9241
9696
|
}),
|
|
@@ -9243,9 +9698,13 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9243
9698
|
type: "primary",
|
|
9244
9699
|
onClick: onPosterShare
|
|
9245
9700
|
}, {
|
|
9246
|
-
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
9247
|
-
createTextVNode(
|
|
9248
|
-
|
|
9701
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
9702
|
+
createTextVNode(
|
|
9703
|
+
"\u786E\u5B9A",
|
|
9704
|
+
-1
|
|
9705
|
+
/* CACHED */
|
|
9706
|
+
)
|
|
9707
|
+
])]),
|
|
9249
9708
|
_: 1
|
|
9250
9709
|
/* STABLE */
|
|
9251
9710
|
})
|
|
@@ -9331,4 +9790,4 @@ const AppKit = {
|
|
|
9331
9790
|
}
|
|
9332
9791
|
};
|
|
9333
9792
|
|
|
9334
|
-
export { script$
|
|
9793
|
+
export { script$t as AccountView, script$M as AmountPicker, script$K as AppDrawer, script$J as AppVerify, script$z as BalanceCard, script$s as BalanceReminder, script$r as DateRange, script$H as DeviceVersion, script$p as ListFilter, script$4 as LoginSetting, script$i as NoticeBanner, script$h as NoticeEntry, script$f as NoticeList, script$e as NoticeList2, script$F as OcrBusinessLicense, script$G as OcrIcon, script$L as PageHeader, script$o as PromoterCard, script$C as RechargeResult, script$E as RechargeView, script$k as SelfRegistration, script as SharePoster, script$A as TradeView, script$D as UserAgreement, script$2 as UserAuth, script$a as UserBinding, script$9 as UserBindingSuccess, script$d as UserEntry, script$6 as UserFeedback, script$5 as UserFeedbackEntry, script$7 as UserHeadCrop, script$b as UserInfo, script$3 as UserResourceEmpty, components, createHttp, AppKit as default, defaultCryptoConfig, generateUniqueId, getSdkConfig, jssdkServices, requestPayment$2 as requestPayment, requestWxH5Pay, services$1 as services, useAppKit, useCountdown, useCrypto, useEncode, useLogger, useSafeArea, useTabbar, useUpload, useValidator, useWxAuth };
|