@uxda/appkit 4.2.81 → 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 +993 -537
- 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/composables/useUpload.ts +0 -3
- package/src/shared/http/Http.ts +8 -2
- package/src/shared/http/types.ts +4 -1
- package/src/shared/weixin/jssdk.ts +0 -1
- package/src/user/api/index.ts +8 -2
- package/src/user/components/UserBinding.vue +0 -1
- package/src/user/components/UserFeedback.vue +0 -1
- 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) => {
|
|
@@ -135,7 +140,6 @@ function requestWxH5Pay(options) {
|
|
|
135
140
|
timeStamp: options.timeStamp
|
|
136
141
|
},
|
|
137
142
|
function(res) {
|
|
138
|
-
console.log(res, "-------res");
|
|
139
143
|
if (res.err_msg == "get_brand_wcpay_request:ok") {
|
|
140
144
|
resolve(true);
|
|
141
145
|
} else {
|
|
@@ -321,7 +325,7 @@ const useAppKitOptions = () => {
|
|
|
321
325
|
return globalData.$appKitOptions;
|
|
322
326
|
};
|
|
323
327
|
|
|
324
|
-
const mappings = {
|
|
328
|
+
const mappings$1 = {
|
|
325
329
|
downloadUrl: "thrumb",
|
|
326
330
|
fileId: "id",
|
|
327
331
|
fileName: "name",
|
|
@@ -331,14 +335,12 @@ const mappings = {
|
|
|
331
335
|
originalUrl: "url"
|
|
332
336
|
};
|
|
333
337
|
const transformFields = (row) => {
|
|
334
|
-
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]));
|
|
335
339
|
};
|
|
336
340
|
const useUpload = (config) => {
|
|
337
341
|
const appkitOptions = useAppKitOptions();
|
|
338
|
-
console.log("===config", config);
|
|
339
342
|
const upload = (url, file) => {
|
|
340
343
|
return new Promise((resolve, reject) => {
|
|
341
|
-
console.log(file, "----file");
|
|
342
344
|
uploadFile({
|
|
343
345
|
url: config.baseUrl + url,
|
|
344
346
|
filePath: file.path,
|
|
@@ -352,7 +354,6 @@ const useUpload = (config) => {
|
|
|
352
354
|
},
|
|
353
355
|
success: (rsp) => {
|
|
354
356
|
const { data } = rsp;
|
|
355
|
-
console.log("===data", data);
|
|
356
357
|
try {
|
|
357
358
|
const response = JSON.parse(data);
|
|
358
359
|
console.log("===response", response);
|
|
@@ -533,11 +534,11 @@ function useWxAuth() {
|
|
|
533
534
|
};
|
|
534
535
|
}
|
|
535
536
|
|
|
536
|
-
const _hoisted_1$
|
|
537
|
+
const _hoisted_1$F = {
|
|
537
538
|
key: 0,
|
|
538
539
|
class: "page-title"
|
|
539
540
|
};
|
|
540
|
-
var script$
|
|
541
|
+
var script$L = /* @__PURE__ */ defineComponent({
|
|
541
542
|
__name: "PageHeader",
|
|
542
543
|
props: {
|
|
543
544
|
title: { type: String, required: false, default: "" },
|
|
@@ -560,15 +561,15 @@ var script$K = /* @__PURE__ */ defineComponent({
|
|
|
560
561
|
{
|
|
561
562
|
class: normalizeClass([
|
|
562
563
|
"page-header",
|
|
563
|
-
`color-mode-${
|
|
564
|
+
`color-mode-${__props.colorMode}`
|
|
564
565
|
]),
|
|
565
566
|
style: cssVars
|
|
566
567
|
},
|
|
567
568
|
[
|
|
568
|
-
|
|
569
|
+
__props.title ? (openBlock(), createElementBlock(
|
|
569
570
|
"h1",
|
|
570
|
-
_hoisted_1$
|
|
571
|
-
toDisplayString(
|
|
571
|
+
_hoisted_1$F,
|
|
572
|
+
toDisplayString(__props.title),
|
|
572
573
|
1
|
|
573
574
|
/* TEXT */
|
|
574
575
|
)) : createCommentVNode("v-if", true),
|
|
@@ -585,10 +586,10 @@ var script$K = /* @__PURE__ */ defineComponent({
|
|
|
585
586
|
}
|
|
586
587
|
});
|
|
587
588
|
|
|
588
|
-
script$
|
|
589
|
+
script$L.__file = "src/shared/components/PageHeader.vue";
|
|
589
590
|
|
|
590
|
-
const _hoisted_1$
|
|
591
|
-
var script$
|
|
591
|
+
const _hoisted_1$E = { class: "drawer-body" };
|
|
592
|
+
var script$K = /* @__PURE__ */ defineComponent({
|
|
592
593
|
__name: "AppDrawer",
|
|
593
594
|
props: {
|
|
594
595
|
modelValue: { type: Boolean, required: true },
|
|
@@ -606,18 +607,18 @@ var script$J = /* @__PURE__ */ defineComponent({
|
|
|
606
607
|
return (_ctx, _cache) => {
|
|
607
608
|
const _component_nut_popup = Popup;
|
|
608
609
|
return openBlock(), createBlock(_component_nut_popup, {
|
|
609
|
-
"pop-class": `app-drawer ${
|
|
610
|
+
"pop-class": `app-drawer ${__props.modelValue ? "open" : ""}`,
|
|
610
611
|
position: "right",
|
|
611
|
-
visible:
|
|
612
|
+
visible: __props.modelValue,
|
|
612
613
|
"onUpdate:visible": onVisibleChange
|
|
613
614
|
}, {
|
|
614
615
|
default: withCtx(() => [
|
|
615
|
-
createVNode(script$
|
|
616
|
-
title:
|
|
616
|
+
createVNode(script$L, {
|
|
617
|
+
title: __props.title,
|
|
617
618
|
style: normalizeStyle(unref(Taro).getEnv() !== "WEB" ? "" : "--height: 40px"),
|
|
618
619
|
onClose: onPageHeaderClose
|
|
619
620
|
}, null, 8, ["title", "style"]),
|
|
620
|
-
createElementVNode("div", _hoisted_1$
|
|
621
|
+
createElementVNode("div", _hoisted_1$E, [
|
|
621
622
|
renderSlot(_ctx.$slots, "default")
|
|
622
623
|
])
|
|
623
624
|
]),
|
|
@@ -628,18 +629,18 @@ var script$J = /* @__PURE__ */ defineComponent({
|
|
|
628
629
|
}
|
|
629
630
|
});
|
|
630
631
|
|
|
631
|
-
script$
|
|
632
|
+
script$K.__file = "src/shared/components/AppDrawer.vue";
|
|
632
633
|
|
|
633
|
-
const _hoisted_1$
|
|
634
|
-
const _hoisted_2$
|
|
635
|
-
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" };
|
|
636
637
|
const _hoisted_4$g = { class: "form-btn" };
|
|
637
638
|
const _hoisted_5$d = {
|
|
638
639
|
key: 1,
|
|
639
640
|
class: "caption"
|
|
640
641
|
};
|
|
641
642
|
const _hoisted_6$7 = { class: "row buttons" };
|
|
642
|
-
var script$
|
|
643
|
+
var script$J = /* @__PURE__ */ defineComponent({
|
|
643
644
|
__name: "AppVerify",
|
|
644
645
|
props: {
|
|
645
646
|
phone: { type: String, required: true },
|
|
@@ -671,25 +672,25 @@ var script$I = /* @__PURE__ */ defineComponent({
|
|
|
671
672
|
};
|
|
672
673
|
const props = __props;
|
|
673
674
|
return (_ctx, _cache) => {
|
|
674
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
675
|
+
return openBlock(), createElementBlock("div", _hoisted_1$D, [
|
|
675
676
|
createElementVNode(
|
|
676
677
|
"h2",
|
|
677
678
|
null,
|
|
678
|
-
toDisplayString(
|
|
679
|
+
toDisplayString(__props.title || "\u624B\u673A\u53F7\u9A8C\u8BC1"),
|
|
679
680
|
1
|
|
680
681
|
/* TEXT */
|
|
681
682
|
),
|
|
682
683
|
createElementVNode(
|
|
683
684
|
"p",
|
|
684
|
-
_hoisted_2$
|
|
685
|
-
toDisplayString(
|
|
685
|
+
_hoisted_2$r,
|
|
686
|
+
toDisplayString(__props.message || "\u77ED\u4FE1\u5C06\u53D1\u9001\u81F3\u8D26\u53F7\u7ED1\u5B9A\u624B\u673A\u53F7"),
|
|
686
687
|
1
|
|
687
688
|
/* TEXT */
|
|
688
689
|
),
|
|
689
690
|
createElementVNode(
|
|
690
691
|
"p",
|
|
691
|
-
_hoisted_3$
|
|
692
|
-
toDisplayString(
|
|
692
|
+
_hoisted_3$l,
|
|
693
|
+
toDisplayString(__props.phone),
|
|
693
694
|
1
|
|
694
695
|
/* TEXT */
|
|
695
696
|
),
|
|
@@ -739,9 +740,13 @@ var script$I = /* @__PURE__ */ defineComponent({
|
|
|
739
740
|
class: "cancel-btn",
|
|
740
741
|
onClick: _cache[2] || (_cache[2] = ($event) => emits("cancel"))
|
|
741
742
|
}, {
|
|
742
|
-
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
743
|
-
createTextVNode(
|
|
744
|
-
|
|
743
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
744
|
+
createTextVNode(
|
|
745
|
+
"\u53D6\u6D88",
|
|
746
|
+
-1
|
|
747
|
+
/* CACHED */
|
|
748
|
+
)
|
|
749
|
+
])]),
|
|
745
750
|
_: 1
|
|
746
751
|
/* STABLE */
|
|
747
752
|
}),
|
|
@@ -749,9 +754,13 @@ var script$I = /* @__PURE__ */ defineComponent({
|
|
|
749
754
|
color: "primary",
|
|
750
755
|
onClick: onOk
|
|
751
756
|
}, {
|
|
752
|
-
default: withCtx(() => _cache[4] || (_cache[4] = [
|
|
753
|
-
createTextVNode(
|
|
754
|
-
|
|
757
|
+
default: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
758
|
+
createTextVNode(
|
|
759
|
+
"\u786E\u8BA4",
|
|
760
|
+
-1
|
|
761
|
+
/* CACHED */
|
|
762
|
+
)
|
|
763
|
+
])]),
|
|
755
764
|
_: 1
|
|
756
765
|
/* STABLE */
|
|
757
766
|
})
|
|
@@ -761,10 +770,10 @@ var script$I = /* @__PURE__ */ defineComponent({
|
|
|
761
770
|
}
|
|
762
771
|
});
|
|
763
772
|
|
|
764
|
-
script$
|
|
773
|
+
script$J.__file = "src/shared/components/AppVerify.vue";
|
|
765
774
|
|
|
766
|
-
const _hoisted_1$
|
|
767
|
-
var script$
|
|
775
|
+
const _hoisted_1$C = { key: 0 };
|
|
776
|
+
var script$I = /* @__PURE__ */ defineComponent({
|
|
768
777
|
__name: "index",
|
|
769
778
|
props: {
|
|
770
779
|
text: { type: String, required: false },
|
|
@@ -784,8 +793,8 @@ var script$H = /* @__PURE__ */ defineComponent({
|
|
|
784
793
|
return openBlock(), createElementBlock(
|
|
785
794
|
"div",
|
|
786
795
|
{
|
|
787
|
-
class: normalizeClass(["dd-notice-bar", { close:
|
|
788
|
-
style: normalizeStyle(
|
|
796
|
+
class: normalizeClass(["dd-notice-bar", { close: __props.showClose }]),
|
|
797
|
+
style: normalizeStyle(__props.style)
|
|
789
798
|
},
|
|
790
799
|
[
|
|
791
800
|
createElementVNode("div", {
|
|
@@ -793,20 +802,20 @@ var script$H = /* @__PURE__ */ defineComponent({
|
|
|
793
802
|
name: "text",
|
|
794
803
|
onClick: txtClick
|
|
795
804
|
}, [
|
|
796
|
-
|
|
805
|
+
__props.text ? (openBlock(), createElementBlock(
|
|
797
806
|
"span",
|
|
798
|
-
_hoisted_1$
|
|
799
|
-
toDisplayString(
|
|
807
|
+
_hoisted_1$C,
|
|
808
|
+
toDisplayString(__props.text),
|
|
800
809
|
1
|
|
801
810
|
/* TEXT */
|
|
802
811
|
)) : createCommentVNode("v-if", true),
|
|
803
812
|
renderSlot(_ctx.$slots, "default")
|
|
804
813
|
]),
|
|
805
|
-
|
|
814
|
+
__props.showClose ? (openBlock(), createElementBlock("div", {
|
|
806
815
|
key: 0,
|
|
807
816
|
class: "dd-notice-bar__close",
|
|
808
817
|
onClick: close
|
|
809
|
-
}, _cache[0] || (_cache[0] = [
|
|
818
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
810
819
|
createElementVNode(
|
|
811
820
|
"img",
|
|
812
821
|
{
|
|
@@ -815,9 +824,9 @@ var script$H = /* @__PURE__ */ defineComponent({
|
|
|
815
824
|
},
|
|
816
825
|
null,
|
|
817
826
|
-1
|
|
818
|
-
/*
|
|
827
|
+
/* CACHED */
|
|
819
828
|
)
|
|
820
|
-
]))) : createCommentVNode("v-if", true)
|
|
829
|
+
])])) : createCommentVNode("v-if", true)
|
|
821
830
|
],
|
|
822
831
|
6
|
|
823
832
|
/* CLASS, STYLE */
|
|
@@ -826,7 +835,7 @@ var script$H = /* @__PURE__ */ defineComponent({
|
|
|
826
835
|
}
|
|
827
836
|
});
|
|
828
837
|
|
|
829
|
-
script$
|
|
838
|
+
script$I.__file = "src/components/dd-notice-bar/index.vue";
|
|
830
839
|
|
|
831
840
|
const typeMappings = {
|
|
832
841
|
CZ: "\u5145\u503C",
|
|
@@ -928,7 +937,7 @@ const endpointsList$3 = {
|
|
|
928
937
|
}
|
|
929
938
|
}
|
|
930
939
|
};
|
|
931
|
-
const endpoints$
|
|
940
|
+
const endpoints$2 = Object.fromEntries(
|
|
932
941
|
Object.entries(endpointsList$3).map(([name, def]) => [name, def.path])
|
|
933
942
|
);
|
|
934
943
|
const translates$3 = Object.fromEntries(
|
|
@@ -1008,11 +1017,14 @@ function useHttp$3() {
|
|
|
1008
1017
|
paging: {
|
|
1009
1018
|
translate: (params) => ({
|
|
1010
1019
|
pageNum: params.page,
|
|
1011
|
-
pageSize: params.pageSize
|
|
1020
|
+
pageSize: params.pageSize || 10
|
|
1012
1021
|
}),
|
|
1013
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;
|
|
1014
1024
|
return {
|
|
1015
|
-
|
|
1025
|
+
total,
|
|
1026
|
+
totalRecords,
|
|
1027
|
+
isLastPage
|
|
1016
1028
|
};
|
|
1017
1029
|
}
|
|
1018
1030
|
},
|
|
@@ -1022,7 +1034,7 @@ function useHttp$3() {
|
|
|
1022
1034
|
return $http;
|
|
1023
1035
|
}
|
|
1024
1036
|
|
|
1025
|
-
var script$
|
|
1037
|
+
var script$H = /* @__PURE__ */ defineComponent({
|
|
1026
1038
|
__name: "DeviceVersion",
|
|
1027
1039
|
props: {
|
|
1028
1040
|
versions: { type: String, required: false, default: "{}" }
|
|
@@ -1069,7 +1081,7 @@ var script$G = /* @__PURE__ */ defineComponent({
|
|
|
1069
1081
|
}
|
|
1070
1082
|
});
|
|
1071
1083
|
return (_ctx, _cache) => {
|
|
1072
|
-
return showAlert.value ? (openBlock(), createBlock(script$
|
|
1084
|
+
return showAlert.value ? (openBlock(), createBlock(script$I, {
|
|
1073
1085
|
key: 0,
|
|
1074
1086
|
showClose: "",
|
|
1075
1087
|
style: normalizeStyle(topStype.value),
|
|
@@ -1080,9 +1092,9 @@ var script$G = /* @__PURE__ */ defineComponent({
|
|
|
1080
1092
|
}
|
|
1081
1093
|
});
|
|
1082
1094
|
|
|
1083
|
-
script$
|
|
1095
|
+
script$H.__file = "src/shared/components/DeviceVersion.vue";
|
|
1084
1096
|
|
|
1085
|
-
var script$
|
|
1097
|
+
var script$G = /* @__PURE__ */ defineComponent({
|
|
1086
1098
|
__name: "OcrIcon",
|
|
1087
1099
|
props: {
|
|
1088
1100
|
disabled: { type: Boolean, required: false, default: false },
|
|
@@ -1247,7 +1259,7 @@ var script$F = /* @__PURE__ */ defineComponent({
|
|
|
1247
1259
|
createElementVNode(
|
|
1248
1260
|
"div",
|
|
1249
1261
|
{
|
|
1250
|
-
class: normalizeClass(["ocr-icon", [
|
|
1262
|
+
class: normalizeClass(["ocr-icon", [__props.disabled ? "disabled" : ""]]),
|
|
1251
1263
|
onClick: onPhotograph
|
|
1252
1264
|
},
|
|
1253
1265
|
[
|
|
@@ -1273,9 +1285,9 @@ var script$F = /* @__PURE__ */ defineComponent({
|
|
|
1273
1285
|
}
|
|
1274
1286
|
});
|
|
1275
1287
|
|
|
1276
|
-
script$
|
|
1288
|
+
script$G.__file = "src/shared/components/OcrIcon.vue";
|
|
1277
1289
|
|
|
1278
|
-
var script$
|
|
1290
|
+
var script$F = /* @__PURE__ */ defineComponent({
|
|
1279
1291
|
__name: "OcrBusinessLicense",
|
|
1280
1292
|
props: {
|
|
1281
1293
|
disabled: { type: Boolean, required: true }
|
|
@@ -1375,7 +1387,7 @@ var script$E = /* @__PURE__ */ defineComponent({
|
|
|
1375
1387
|
return openBlock(), createElementBlock(
|
|
1376
1388
|
"div",
|
|
1377
1389
|
{
|
|
1378
|
-
class: normalizeClass([["ocr-business-license",
|
|
1390
|
+
class: normalizeClass([["ocr-business-license", __props.disabled ? "disabled" : ""], "ocr-icon"]),
|
|
1379
1391
|
onClick: onIconClick
|
|
1380
1392
|
},
|
|
1381
1393
|
[
|
|
@@ -1388,7 +1400,7 @@ var script$E = /* @__PURE__ */ defineComponent({
|
|
|
1388
1400
|
}
|
|
1389
1401
|
});
|
|
1390
1402
|
|
|
1391
|
-
script$
|
|
1403
|
+
script$F.__file = "src/shared/components/OcrBusinessLicense.vue";
|
|
1392
1404
|
|
|
1393
1405
|
var HttpMethod = /* @__PURE__ */ ((HttpMethod2) => {
|
|
1394
1406
|
HttpMethod2["get"] = "GET";
|
|
@@ -1401,11 +1413,14 @@ var HttpMethod = /* @__PURE__ */ ((HttpMethod2) => {
|
|
|
1401
1413
|
const request = (config) => {
|
|
1402
1414
|
const c = {
|
|
1403
1415
|
...clientConfig,
|
|
1404
|
-
...config
|
|
1416
|
+
...config,
|
|
1417
|
+
headers: {
|
|
1418
|
+
...clientConfig?.headers,
|
|
1419
|
+
...config?.headers
|
|
1420
|
+
}
|
|
1405
1421
|
};
|
|
1406
1422
|
return new Promise((resolve, reject) => {
|
|
1407
1423
|
const data = config.data && clientConfig.translates && clientConfig.translates[c.url] ? clientConfig.translates[c.url](c.data || {}) : c.data;
|
|
1408
|
-
console.log(`[][][][][]HTTP.${c.method}, ${c.baseUrl}${c.url}`, data);
|
|
1409
1424
|
clientConfig.vendor && clientConfig.vendor.request({
|
|
1410
1425
|
url: `${c.baseUrl}${c.url}`,
|
|
1411
1426
|
data,
|
|
@@ -1424,7 +1439,7 @@ const request = (config) => {
|
|
|
1424
1439
|
const paging = config.data && config.data.page ? clientConfig.paging.transform(raw.data) : void 0;
|
|
1425
1440
|
resolve(
|
|
1426
1441
|
paging ? {
|
|
1427
|
-
|
|
1442
|
+
paging,
|
|
1428
1443
|
data: response
|
|
1429
1444
|
} : response
|
|
1430
1445
|
);
|
|
@@ -1549,7 +1564,7 @@ const endpointsList$2 = {
|
|
|
1549
1564
|
transform: (data) => data
|
|
1550
1565
|
}
|
|
1551
1566
|
};
|
|
1552
|
-
const endpoints = Object.fromEntries(
|
|
1567
|
+
const endpoints$1 = Object.fromEntries(
|
|
1553
1568
|
Object.entries(endpointsList$2).map(([name, def]) => [name, def.path])
|
|
1554
1569
|
);
|
|
1555
1570
|
const translates$2 = Object.fromEntries(
|
|
@@ -1659,7 +1674,7 @@ const requestPayment = (params) => {
|
|
|
1659
1674
|
Appcode: params.app !== "cloudkitPro" ? params.app : "",
|
|
1660
1675
|
Tenant: params.tenant
|
|
1661
1676
|
});
|
|
1662
|
-
$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, {
|
|
1663
1678
|
...params
|
|
1664
1679
|
// amount: 0.01,
|
|
1665
1680
|
}).then((response) => {
|
|
@@ -1679,7 +1694,7 @@ const requestPaymentByBean = (params, Appcode = "") => {
|
|
|
1679
1694
|
Appcode,
|
|
1680
1695
|
Tenant: params.tenant
|
|
1681
1696
|
});
|
|
1682
|
-
$http.post(endpoints.\u83B7\u53D6\u6743\u76CA\u5FAE\u4FE1\u652F\u4ED8, {
|
|
1697
|
+
$http.post(endpoints$1.\u83B7\u53D6\u6743\u76CA\u5FAE\u4FE1\u652F\u4ED8, {
|
|
1683
1698
|
...params
|
|
1684
1699
|
}).then((response) => {
|
|
1685
1700
|
if (!response.json) {
|
|
@@ -1706,7 +1721,7 @@ const requestBrandWCPay = (params, Appcode = "") => {
|
|
|
1706
1721
|
Appcode,
|
|
1707
1722
|
Tenant: params.tenant
|
|
1708
1723
|
});
|
|
1709
|
-
$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, {
|
|
1710
1725
|
...params
|
|
1711
1726
|
}).then((response) => {
|
|
1712
1727
|
if (!response.json) {
|
|
@@ -1735,7 +1750,7 @@ const requestBrandWCPayByBean = (params, Appcode = "") => {
|
|
|
1735
1750
|
Appcode,
|
|
1736
1751
|
Tenant: params.tenant
|
|
1737
1752
|
});
|
|
1738
|
-
$http.post(endpoints.\u83B7\u53D6\u6743\u76CA\u5FAE\u4FE1\u652F\u4ED8, {
|
|
1753
|
+
$http.post(endpoints$1.\u83B7\u53D6\u6743\u76CA\u5FAE\u4FE1\u652F\u4ED8, {
|
|
1739
1754
|
...params
|
|
1740
1755
|
}).then((response) => {
|
|
1741
1756
|
if (!response.json) {
|
|
@@ -1774,11 +1789,11 @@ function isWechat() {
|
|
|
1774
1789
|
return ua.includes("micromessenger");
|
|
1775
1790
|
}
|
|
1776
1791
|
|
|
1777
|
-
const _hoisted_1$
|
|
1778
|
-
const _hoisted_2$
|
|
1779
|
-
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" };
|
|
1780
1795
|
const _hoisted_4$f = { class: "agreement" };
|
|
1781
|
-
var script$
|
|
1796
|
+
var script$E = /* @__PURE__ */ defineComponent({
|
|
1782
1797
|
__name: "RechargeView",
|
|
1783
1798
|
props: {
|
|
1784
1799
|
app: { type: String, required: true },
|
|
@@ -1807,7 +1822,7 @@ var script$D = /* @__PURE__ */ defineComponent({
|
|
|
1807
1822
|
};
|
|
1808
1823
|
onMounted(async () => {
|
|
1809
1824
|
const $http = useHttp$2({ Appcode: props.app !== "cloudkitPro" ? props.app : "", Tenant: props.tenant });
|
|
1810
|
-
$http.get(endpoints.\u83B7\u53D6\u5145\u503C\u91D1\u989D\u5217\u8868, {
|
|
1825
|
+
$http.get(endpoints$1.\u83B7\u53D6\u5145\u503C\u91D1\u989D\u5217\u8868, {
|
|
1811
1826
|
app: props.app,
|
|
1812
1827
|
tenant: props.tenant
|
|
1813
1828
|
}).then((response) => {
|
|
@@ -1870,22 +1885,26 @@ var script$D = /* @__PURE__ */ defineComponent({
|
|
|
1870
1885
|
return (_ctx, _cache) => {
|
|
1871
1886
|
const _component_nut_checkbox = Checkbox;
|
|
1872
1887
|
const _component_nut_button = Button;
|
|
1873
|
-
return openBlock(), createElementBlock("view", _hoisted_1$
|
|
1874
|
-
createElementVNode("view", _hoisted_2$
|
|
1875
|
-
createVNode(script$
|
|
1888
|
+
return openBlock(), createElementBlock("view", _hoisted_1$B, [
|
|
1889
|
+
createElementVNode("view", _hoisted_2$q, [
|
|
1890
|
+
createVNode(script$M, {
|
|
1876
1891
|
items: amounts.value,
|
|
1877
1892
|
selected: state.selected,
|
|
1878
1893
|
onChange: onAmountSelect
|
|
1879
1894
|
}, null, 8, ["items", "selected"])
|
|
1880
1895
|
]),
|
|
1881
|
-
createElementVNode("view", _hoisted_3$
|
|
1896
|
+
createElementVNode("view", _hoisted_3$k, [
|
|
1882
1897
|
createElementVNode("view", _hoisted_4$f, [
|
|
1883
1898
|
createVNode(_component_nut_checkbox, {
|
|
1884
1899
|
modelValue: state.agreed,
|
|
1885
1900
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => state.agreed = $event)
|
|
1886
1901
|
}, {
|
|
1887
1902
|
default: withCtx(() => [
|
|
1888
|
-
_cache[1] || (_cache[1] = createTextVNode(
|
|
1903
|
+
_cache[1] || (_cache[1] = createTextVNode(
|
|
1904
|
+
"\u6211\u5DF2\u9605\u8BFB\u5E76\u540C\u610F",
|
|
1905
|
+
-1
|
|
1906
|
+
/* CACHED */
|
|
1907
|
+
)),
|
|
1889
1908
|
createElementVNode("a", {
|
|
1890
1909
|
class: "link inline",
|
|
1891
1910
|
onClick: onAgreementLinkClick
|
|
@@ -1902,9 +1921,13 @@ var script$D = /* @__PURE__ */ defineComponent({
|
|
|
1902
1921
|
onClick: onPayClick,
|
|
1903
1922
|
class: "recharge-button"
|
|
1904
1923
|
}, {
|
|
1905
|
-
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
1906
|
-
createTextVNode(
|
|
1907
|
-
|
|
1924
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
1925
|
+
createTextVNode(
|
|
1926
|
+
"\u7ACB\u5373\u5145\u503C",
|
|
1927
|
+
-1
|
|
1928
|
+
/* CACHED */
|
|
1929
|
+
)
|
|
1930
|
+
])]),
|
|
1908
1931
|
_: 1
|
|
1909
1932
|
/* STABLE */
|
|
1910
1933
|
}, 8, ["loading"])
|
|
@@ -1914,23 +1937,23 @@ var script$D = /* @__PURE__ */ defineComponent({
|
|
|
1914
1937
|
}
|
|
1915
1938
|
});
|
|
1916
1939
|
|
|
1917
|
-
script$
|
|
1940
|
+
script$E.__file = "src/payment/components/RechargeView.vue";
|
|
1918
1941
|
|
|
1919
|
-
const _hoisted_1$
|
|
1942
|
+
const _hoisted_1$A = { class: "agreement-doc" };
|
|
1920
1943
|
function render$2(_ctx, _cache) {
|
|
1921
|
-
return openBlock(), createElementBlock("view", _hoisted_1$
|
|
1944
|
+
return openBlock(), createElementBlock("view", _hoisted_1$A, [..._cache[0] || (_cache[0] = [
|
|
1922
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)
|
|
1923
|
-
]));
|
|
1946
|
+
])]);
|
|
1924
1947
|
}
|
|
1925
1948
|
|
|
1926
|
-
/* unplugin-vue-components disabled */const script$
|
|
1949
|
+
/* unplugin-vue-components disabled */const script$D = {};
|
|
1927
1950
|
|
|
1928
|
-
script$
|
|
1929
|
-
script$
|
|
1951
|
+
script$D.render = render$2;
|
|
1952
|
+
script$D.__file = "src/payment/components/UserAgreement.vue";
|
|
1930
1953
|
|
|
1931
|
-
const _hoisted_1$
|
|
1932
|
-
const _hoisted_2$
|
|
1933
|
-
const _hoisted_3$
|
|
1954
|
+
const _hoisted_1$z = { class: "recharge-result" };
|
|
1955
|
+
const _hoisted_2$p = { class: "content" };
|
|
1956
|
+
const _hoisted_3$j = {
|
|
1934
1957
|
key: 0,
|
|
1935
1958
|
class: "caption"
|
|
1936
1959
|
};
|
|
@@ -1938,7 +1961,7 @@ const _hoisted_4$e = {
|
|
|
1938
1961
|
key: 1,
|
|
1939
1962
|
class: "caption"
|
|
1940
1963
|
};
|
|
1941
|
-
var script$
|
|
1964
|
+
var script$C = /* @__PURE__ */ defineComponent({
|
|
1942
1965
|
__name: "RechargeResult",
|
|
1943
1966
|
props: {
|
|
1944
1967
|
type: { type: String, required: true, default: "recharge" },
|
|
@@ -1956,26 +1979,26 @@ var script$B = /* @__PURE__ */ defineComponent({
|
|
|
1956
1979
|
}
|
|
1957
1980
|
return (_ctx, _cache) => {
|
|
1958
1981
|
const _component_nut_button = Button;
|
|
1959
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1960
|
-
createElementVNode("div", _hoisted_2$
|
|
1982
|
+
return openBlock(), createElementBlock("div", _hoisted_1$z, [
|
|
1983
|
+
createElementVNode("div", _hoisted_2$p, [
|
|
1961
1984
|
_cache[1] || (_cache[1] = createElementVNode(
|
|
1962
1985
|
"div",
|
|
1963
1986
|
{ class: "figure" },
|
|
1964
1987
|
null,
|
|
1965
1988
|
-1
|
|
1966
|
-
/*
|
|
1989
|
+
/* CACHED */
|
|
1967
1990
|
)),
|
|
1968
1991
|
createElementVNode(
|
|
1969
1992
|
"h2",
|
|
1970
1993
|
null,
|
|
1971
|
-
toDisplayString(views[
|
|
1994
|
+
toDisplayString(views[__props.type][0]) + "\u6210\u529F",
|
|
1972
1995
|
1
|
|
1973
1996
|
/* TEXT */
|
|
1974
1997
|
),
|
|
1975
|
-
|
|
1998
|
+
__props.payMethod == "bean" ? (openBlock(), createElementBlock("div", _hoisted_3$j, "\u6743\u76CA\u5DF2\u5230\u8D26")) : (openBlock(), createElementBlock(
|
|
1976
1999
|
"div",
|
|
1977
2000
|
_hoisted_4$e,
|
|
1978
|
-
toDisplayString(views[
|
|
2001
|
+
toDisplayString(views[__props.type][1]) + "\u5C06\u57281\u5206\u949F\u4E4B\u5185\u5230\u8D26",
|
|
1979
2002
|
1
|
|
1980
2003
|
/* TEXT */
|
|
1981
2004
|
)),
|
|
@@ -1984,9 +2007,13 @@ var script$B = /* @__PURE__ */ defineComponent({
|
|
|
1984
2007
|
type: "default",
|
|
1985
2008
|
onClick: onBackClick
|
|
1986
2009
|
}, {
|
|
1987
|
-
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
1988
|
-
createTextVNode(
|
|
1989
|
-
|
|
2010
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
|
2011
|
+
createTextVNode(
|
|
2012
|
+
"\u8FD4\u56DE",
|
|
2013
|
+
-1
|
|
2014
|
+
/* CACHED */
|
|
2015
|
+
)
|
|
2016
|
+
])]),
|
|
1990
2017
|
_: 1
|
|
1991
2018
|
/* STABLE */
|
|
1992
2019
|
})
|
|
@@ -1996,12 +2023,12 @@ var script$B = /* @__PURE__ */ defineComponent({
|
|
|
1996
2023
|
}
|
|
1997
2024
|
});
|
|
1998
2025
|
|
|
1999
|
-
script$
|
|
2026
|
+
script$C.__file = "src/payment/components/RechargeResult.vue";
|
|
2000
2027
|
|
|
2001
|
-
const _hoisted_1$
|
|
2002
|
-
const _hoisted_2$
|
|
2003
|
-
const _hoisted_3$
|
|
2004
|
-
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({
|
|
2005
2032
|
__name: "RightsPicker",
|
|
2006
2033
|
props: {
|
|
2007
2034
|
items: { type: Array, required: true, default: () => [] },
|
|
@@ -2030,7 +2057,7 @@ var script$A = /* @__PURE__ */ defineComponent({
|
|
|
2030
2057
|
(openBlock(true), createElementBlock(
|
|
2031
2058
|
Fragment,
|
|
2032
2059
|
null,
|
|
2033
|
-
renderList(
|
|
2060
|
+
renderList(__props.items, (amount, index) => {
|
|
2034
2061
|
return openBlock(), createBlock(_component_nut_grid_item, {
|
|
2035
2062
|
class: normalizeClass(["tile", { selected: state.selected === index }]),
|
|
2036
2063
|
onClick: () => onGridItemClick(index),
|
|
@@ -2039,23 +2066,27 @@ var script$A = /* @__PURE__ */ defineComponent({
|
|
|
2039
2066
|
default: withCtx(() => [
|
|
2040
2067
|
createElementVNode(
|
|
2041
2068
|
"div",
|
|
2042
|
-
_hoisted_1$
|
|
2069
|
+
_hoisted_1$y,
|
|
2043
2070
|
toDisplayString(amount.paymentDesc),
|
|
2044
2071
|
1
|
|
2045
2072
|
/* TEXT */
|
|
2046
2073
|
),
|
|
2047
2074
|
createElementVNode(
|
|
2048
2075
|
"h4",
|
|
2049
|
-
_hoisted_2$
|
|
2076
|
+
_hoisted_2$o,
|
|
2050
2077
|
toDisplayString(amount.priceRightNum) + "\u7B14",
|
|
2051
2078
|
1
|
|
2052
2079
|
/* TEXT */
|
|
2053
2080
|
),
|
|
2054
2081
|
createElementVNode("h5", null, [
|
|
2055
|
-
_cache[0] || (_cache[0] = createTextVNode(
|
|
2082
|
+
_cache[0] || (_cache[0] = createTextVNode(
|
|
2083
|
+
"\xA5",
|
|
2084
|
+
-1
|
|
2085
|
+
/* CACHED */
|
|
2086
|
+
)),
|
|
2056
2087
|
createElementVNode(
|
|
2057
2088
|
"span",
|
|
2058
|
-
_hoisted_3$
|
|
2089
|
+
_hoisted_3$i,
|
|
2059
2090
|
toDisplayString(amount.paymentAmount),
|
|
2060
2091
|
1
|
|
2061
2092
|
/* TEXT */
|
|
@@ -2077,7 +2108,7 @@ var script$A = /* @__PURE__ */ defineComponent({
|
|
|
2077
2108
|
}
|
|
2078
2109
|
});
|
|
2079
2110
|
|
|
2080
|
-
script$
|
|
2111
|
+
script$B.__file = "src/payment/components/RightsPicker.vue";
|
|
2081
2112
|
|
|
2082
2113
|
function useAmount() {
|
|
2083
2114
|
function limitDecimal(value, precision = 1) {
|
|
@@ -2105,9 +2136,9 @@ function useAmount() {
|
|
|
2105
2136
|
};
|
|
2106
2137
|
}
|
|
2107
2138
|
|
|
2108
|
-
const _hoisted_1$
|
|
2109
|
-
const _hoisted_2$
|
|
2110
|
-
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 = {
|
|
2111
2142
|
key: 0,
|
|
2112
2143
|
class: "bean-buy"
|
|
2113
2144
|
};
|
|
@@ -2133,7 +2164,7 @@ const _hoisted_13$2 = { class: "amount" };
|
|
|
2133
2164
|
const _hoisted_14$2 = { class: "item" };
|
|
2134
2165
|
const _hoisted_15$2 = { class: "item" };
|
|
2135
2166
|
const _hoisted_16$2 = { class: "item" };
|
|
2136
|
-
var script$
|
|
2167
|
+
var script$A = /* @__PURE__ */ defineComponent({
|
|
2137
2168
|
__name: "TradeView",
|
|
2138
2169
|
props: {
|
|
2139
2170
|
headerApp: { type: String, required: true },
|
|
@@ -2170,7 +2201,7 @@ var script$z = /* @__PURE__ */ defineComponent({
|
|
|
2170
2201
|
});
|
|
2171
2202
|
onMounted(() => {
|
|
2172
2203
|
const $http = useHttp$2({ Appcode: props.headerApp, Tenant: props.tenant });
|
|
2173
|
-
$http.get(endpoints.\u83B7\u53D6\u589E\u503C\u6743\u76CA\u7C7B\u76EE, {
|
|
2204
|
+
$http.get(endpoints$1.\u83B7\u53D6\u589E\u503C\u6743\u76CA\u7C7B\u76EE, {
|
|
2174
2205
|
rightCode: props.app === "corporateStar" ? "riskQueryCompany" : "riskQueryMulti"
|
|
2175
2206
|
}).then((res) => {
|
|
2176
2207
|
balance.value = res.balance;
|
|
@@ -2255,21 +2286,21 @@ var script$z = /* @__PURE__ */ defineComponent({
|
|
|
2255
2286
|
const _component_nut_checkbox = Checkbox;
|
|
2256
2287
|
const _component_nut_button = Button;
|
|
2257
2288
|
const _component_nut_dialog = Dialog;
|
|
2258
|
-
return openBlock(), createElementBlock("view", _hoisted_1$
|
|
2259
|
-
createElementVNode("view", _hoisted_2$
|
|
2260
|
-
createVNode(script$
|
|
2289
|
+
return openBlock(), createElementBlock("view", _hoisted_1$x, [
|
|
2290
|
+
createElementVNode("view", _hoisted_2$n, [
|
|
2291
|
+
createVNode(script$B, {
|
|
2261
2292
|
items: amounts.value,
|
|
2262
2293
|
selected: state.selected,
|
|
2263
2294
|
onChange: onAmountSelect
|
|
2264
2295
|
}, null, 8, ["items", "selected"]),
|
|
2265
|
-
amounts.value[state.selected] ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
2296
|
+
amounts.value[state.selected] ? (openBlock(), createElementBlock("div", _hoisted_3$h, [
|
|
2266
2297
|
createElementVNode("div", _hoisted_4$d, [
|
|
2267
2298
|
_cache[4] || (_cache[4] = createElementVNode(
|
|
2268
2299
|
"div",
|
|
2269
2300
|
{ class: "title" },
|
|
2270
2301
|
"\u4F7F\u7528\u4E91\u8C46\u652F\u4ED8",
|
|
2271
2302
|
-1
|
|
2272
|
-
/*
|
|
2303
|
+
/* CACHED */
|
|
2273
2304
|
)),
|
|
2274
2305
|
!selectBean.value ? (openBlock(), createElementBlock(
|
|
2275
2306
|
"div",
|
|
@@ -2312,7 +2343,11 @@ var script$z = /* @__PURE__ */ defineComponent({
|
|
|
2312
2343
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => state.agreed = $event)
|
|
2313
2344
|
}, {
|
|
2314
2345
|
default: withCtx(() => [
|
|
2315
|
-
_cache[5] || (_cache[5] = createTextVNode(
|
|
2346
|
+
_cache[5] || (_cache[5] = createTextVNode(
|
|
2347
|
+
"\u6211\u5DF2\u9605\u8BFB\u5E76\u540C\u610F",
|
|
2348
|
+
-1
|
|
2349
|
+
/* CACHED */
|
|
2350
|
+
)),
|
|
2316
2351
|
createElementVNode("a", {
|
|
2317
2352
|
class: "link inline",
|
|
2318
2353
|
onClick: onAgreementLinkClick
|
|
@@ -2324,14 +2359,18 @@ var script$z = /* @__PURE__ */ defineComponent({
|
|
|
2324
2359
|
])) : createCommentVNode("v-if", true),
|
|
2325
2360
|
createElementVNode("div", _hoisted_11$3, [
|
|
2326
2361
|
createElementVNode("div", _hoisted_12$3, [
|
|
2327
|
-
_cache[7] || (_cache[7] = createTextVNode(
|
|
2362
|
+
_cache[7] || (_cache[7] = createTextVNode(
|
|
2363
|
+
" \u5F85\u652F\u4ED8\uFF1A ",
|
|
2364
|
+
-1
|
|
2365
|
+
/* CACHED */
|
|
2366
|
+
)),
|
|
2328
2367
|
createElementVNode("span", _hoisted_13$2, [
|
|
2329
2368
|
_cache[6] || (_cache[6] = createElementVNode(
|
|
2330
2369
|
"i",
|
|
2331
2370
|
null,
|
|
2332
2371
|
"\uFFE5",
|
|
2333
2372
|
-1
|
|
2334
|
-
/*
|
|
2373
|
+
/* CACHED */
|
|
2335
2374
|
)),
|
|
2336
2375
|
createTextVNode(
|
|
2337
2376
|
toDisplayString(unref(formatAmount)(currentAmount.value)),
|
|
@@ -2347,9 +2386,13 @@ var script$z = /* @__PURE__ */ defineComponent({
|
|
|
2347
2386
|
onClick: onPayClick,
|
|
2348
2387
|
class: "recharge-button"
|
|
2349
2388
|
}, {
|
|
2350
|
-
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
2351
|
-
createTextVNode(
|
|
2352
|
-
|
|
2389
|
+
default: withCtx(() => [..._cache[8] || (_cache[8] = [
|
|
2390
|
+
createTextVNode(
|
|
2391
|
+
"\u8D2D\u4E70",
|
|
2392
|
+
-1
|
|
2393
|
+
/* CACHED */
|
|
2394
|
+
)
|
|
2395
|
+
])]),
|
|
2353
2396
|
_: 1
|
|
2354
2397
|
/* STABLE */
|
|
2355
2398
|
}, 8, ["loading"])
|
|
@@ -2402,22 +2445,22 @@ var script$z = /* @__PURE__ */ defineComponent({
|
|
|
2402
2445
|
}
|
|
2403
2446
|
});
|
|
2404
2447
|
|
|
2405
|
-
script$
|
|
2448
|
+
script$A.__file = "src/payment/components/TradeView.vue";
|
|
2406
2449
|
|
|
2407
2450
|
const components = {
|
|
2408
|
-
AmountPicker: script$
|
|
2409
|
-
RechargeView: script$
|
|
2410
|
-
UserAgreement: script$
|
|
2411
|
-
RechargeResult: script$
|
|
2412
|
-
TradeView: script$
|
|
2451
|
+
AmountPicker: script$M,
|
|
2452
|
+
RechargeView: script$E,
|
|
2453
|
+
UserAgreement: script$D,
|
|
2454
|
+
RechargeResult: script$C,
|
|
2455
|
+
TradeView: script$A
|
|
2413
2456
|
};
|
|
2414
2457
|
|
|
2415
|
-
const _hoisted_1$
|
|
2416
|
-
const _hoisted_2$
|
|
2417
|
-
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" };
|
|
2418
2461
|
const _hoisted_4$c = { class: "card-row-left" };
|
|
2419
2462
|
const _hoisted_5$b = { class: "bean-nums number" };
|
|
2420
|
-
var script$
|
|
2463
|
+
var script$z = /* @__PURE__ */ defineComponent({
|
|
2421
2464
|
__name: "BalanceCard",
|
|
2422
2465
|
props: {
|
|
2423
2466
|
app: { type: String, required: true, default: "" }
|
|
@@ -2441,7 +2484,7 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2441
2484
|
});
|
|
2442
2485
|
async function loadBalance() {
|
|
2443
2486
|
const $http = useHttp$3();
|
|
2444
|
-
$http.get(endpoints$
|
|
2487
|
+
$http.get(endpoints$2.\u83B7\u53D6\u4F59\u989D\u660E\u7EC6, {
|
|
2445
2488
|
app: props.app
|
|
2446
2489
|
}).then((data) => {
|
|
2447
2490
|
balance.value.total = data.total || data.commonAccount;
|
|
@@ -2458,9 +2501,9 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2458
2501
|
reload: loadBalance
|
|
2459
2502
|
});
|
|
2460
2503
|
return (_ctx, _cache) => {
|
|
2461
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2462
|
-
createElementVNode("div", _hoisted_2$
|
|
2463
|
-
createElementVNode("div", _hoisted_3$
|
|
2504
|
+
return openBlock(), createElementBlock("div", _hoisted_1$w, [
|
|
2505
|
+
createElementVNode("div", _hoisted_2$m, [
|
|
2506
|
+
createElementVNode("div", _hoisted_3$g, [
|
|
2464
2507
|
createElementVNode("div", _hoisted_4$c, [
|
|
2465
2508
|
_cache[0] || (_cache[0] = createElementVNode(
|
|
2466
2509
|
"div",
|
|
@@ -2475,7 +2518,7 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2475
2518
|
createElementVNode("span", { class: "baan-name" }, "\u4E91\u8C46")
|
|
2476
2519
|
],
|
|
2477
2520
|
-1
|
|
2478
|
-
/*
|
|
2521
|
+
/* CACHED */
|
|
2479
2522
|
)),
|
|
2480
2523
|
createElementVNode(
|
|
2481
2524
|
"div",
|
|
@@ -2489,13 +2532,13 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2489
2532
|
createElementVNode("div", {
|
|
2490
2533
|
class: "account-info-entry",
|
|
2491
2534
|
onClick: gotoDetail
|
|
2492
|
-
}, _cache[1] || (_cache[1] = [
|
|
2535
|
+
}, [..._cache[1] || (_cache[1] = [
|
|
2493
2536
|
createElementVNode(
|
|
2494
2537
|
"div",
|
|
2495
2538
|
{ class: "account-info-name" },
|
|
2496
2539
|
"\u8D26\u6237\u660E\u7EC6",
|
|
2497
2540
|
-1
|
|
2498
|
-
/*
|
|
2541
|
+
/* CACHED */
|
|
2499
2542
|
),
|
|
2500
2543
|
createElementVNode(
|
|
2501
2544
|
"div",
|
|
@@ -2507,9 +2550,9 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2507
2550
|
})
|
|
2508
2551
|
],
|
|
2509
2552
|
-1
|
|
2510
|
-
/*
|
|
2553
|
+
/* CACHED */
|
|
2511
2554
|
)
|
|
2512
|
-
]))
|
|
2555
|
+
])])
|
|
2513
2556
|
])
|
|
2514
2557
|
]),
|
|
2515
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> ')
|
|
@@ -2519,7 +2562,7 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2519
2562
|
}
|
|
2520
2563
|
});
|
|
2521
2564
|
|
|
2522
|
-
script$
|
|
2565
|
+
script$z.__file = "src/balance/components/BalanceCard.vue";
|
|
2523
2566
|
|
|
2524
2567
|
const consumptionTypes = [
|
|
2525
2568
|
"\u5168\u90E8",
|
|
@@ -2536,12 +2579,12 @@ const consumptionTypes = [
|
|
|
2536
2579
|
const consumptionPositions = ["\u5168\u90E8", "\u4E91\u8C46", "\u6743\u76CA"];
|
|
2537
2580
|
const consumptionDirections = ["\u5168\u90E8", "\u6536\u5165", "\u652F\u51FA"];
|
|
2538
2581
|
|
|
2539
|
-
const _hoisted_1$
|
|
2540
|
-
const _hoisted_2$
|
|
2541
|
-
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" };
|
|
2542
2585
|
const _hoisted_4$b = { class: "info" };
|
|
2543
2586
|
const _hoisted_5$a = ["onClick"];
|
|
2544
|
-
var script$
|
|
2587
|
+
var script$y = /* @__PURE__ */ defineComponent({
|
|
2545
2588
|
__name: "ConsumptionFilter",
|
|
2546
2589
|
props: {
|
|
2547
2590
|
modelValue: { type: Array, required: true, default: () => ["\u5168\u90E8", "\u5168\u90E8", "\u5168\u90E8", ""] }
|
|
@@ -2581,7 +2624,7 @@ var script$x = /* @__PURE__ */ defineComponent({
|
|
|
2581
2624
|
result[3] = "";
|
|
2582
2625
|
};
|
|
2583
2626
|
const \u8BF7\u6C42\u6743\u76CA\u7C7B\u76EE = () => {
|
|
2584
|
-
$http.get(endpoints$
|
|
2627
|
+
$http.get(endpoints$2.\u83B7\u53D6\u6743\u76CA\u7C7B\u76EE).then((data) => {
|
|
2585
2628
|
filterSections.value[3].data = [
|
|
2586
2629
|
{ code: "", name: "\u5168\u90E8" },
|
|
2587
2630
|
...data
|
|
@@ -2593,15 +2636,15 @@ var script$x = /* @__PURE__ */ defineComponent({
|
|
|
2593
2636
|
emit("complete", result);
|
|
2594
2637
|
};
|
|
2595
2638
|
return (_ctx, _cache) => {
|
|
2596
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2639
|
+
return openBlock(), createElementBlock("div", _hoisted_1$v, [
|
|
2597
2640
|
_cache[0] || (_cache[0] = createElementVNode(
|
|
2598
2641
|
"div",
|
|
2599
2642
|
{ class: "consumption-filter-title" },
|
|
2600
2643
|
" \u9009\u62E9\u7B5B\u9009\u9879 ",
|
|
2601
2644
|
-1
|
|
2602
|
-
/*
|
|
2645
|
+
/* CACHED */
|
|
2603
2646
|
)),
|
|
2604
|
-
createElementVNode("div", _hoisted_2$
|
|
2647
|
+
createElementVNode("div", _hoisted_2$l, [
|
|
2605
2648
|
(openBlock(true), createElementBlock(
|
|
2606
2649
|
Fragment,
|
|
2607
2650
|
null,
|
|
@@ -2612,7 +2655,7 @@ var script$x = /* @__PURE__ */ defineComponent({
|
|
|
2612
2655
|
[
|
|
2613
2656
|
createElementVNode(
|
|
2614
2657
|
"div",
|
|
2615
|
-
_hoisted_3$
|
|
2658
|
+
_hoisted_3$f,
|
|
2616
2659
|
toDisplayString(item.title),
|
|
2617
2660
|
1
|
|
2618
2661
|
/* TEXT */
|
|
@@ -2656,19 +2699,19 @@ var script$x = /* @__PURE__ */ defineComponent({
|
|
|
2656
2699
|
{ class: "consumption-filter-bottom" },
|
|
2657
2700
|
null,
|
|
2658
2701
|
-1
|
|
2659
|
-
/*
|
|
2702
|
+
/* CACHED */
|
|
2660
2703
|
))
|
|
2661
2704
|
]);
|
|
2662
2705
|
};
|
|
2663
2706
|
}
|
|
2664
2707
|
});
|
|
2665
2708
|
|
|
2666
|
-
script$
|
|
2709
|
+
script$y.__file = "src/balance/components/ConsumptionFilter.vue";
|
|
2667
2710
|
|
|
2668
|
-
const _hoisted_1$
|
|
2669
|
-
const _hoisted_2$
|
|
2670
|
-
const _hoisted_3$
|
|
2671
|
-
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({
|
|
2672
2715
|
__name: "DateFilter",
|
|
2673
2716
|
props: {
|
|
2674
2717
|
from: { type: String, required: true },
|
|
@@ -2743,23 +2786,23 @@ var script$w = /* @__PURE__ */ defineComponent({
|
|
|
2743
2786
|
return (_ctx, _cache) => {
|
|
2744
2787
|
const _component_nut_date_picker = DatePicker;
|
|
2745
2788
|
const _component_nut_popup = Popup;
|
|
2746
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2789
|
+
return openBlock(), createElementBlock("div", _hoisted_1$u, [
|
|
2747
2790
|
_cache[6] || (_cache[6] = createElementVNode(
|
|
2748
2791
|
"div",
|
|
2749
2792
|
{ class: "date-filter-header" },
|
|
2750
2793
|
"\u65E5\u671F\u9009\u62E9",
|
|
2751
2794
|
-1
|
|
2752
|
-
/*
|
|
2795
|
+
/* CACHED */
|
|
2753
2796
|
)),
|
|
2754
|
-
createElementVNode("div", _hoisted_2$
|
|
2797
|
+
createElementVNode("div", _hoisted_2$k, [
|
|
2755
2798
|
_cache[5] || (_cache[5] = createElementVNode(
|
|
2756
2799
|
"div",
|
|
2757
2800
|
{ class: "title" },
|
|
2758
2801
|
"\u81EA\u5B9A\u4E49",
|
|
2759
2802
|
-1
|
|
2760
|
-
/*
|
|
2803
|
+
/* CACHED */
|
|
2761
2804
|
)),
|
|
2762
|
-
createElementVNode("div", _hoisted_3$
|
|
2805
|
+
createElementVNode("div", _hoisted_3$e, [
|
|
2763
2806
|
createElementVNode(
|
|
2764
2807
|
"div",
|
|
2765
2808
|
{
|
|
@@ -2775,7 +2818,7 @@ var script$w = /* @__PURE__ */ defineComponent({
|
|
|
2775
2818
|
{ class: "line" },
|
|
2776
2819
|
"-",
|
|
2777
2820
|
-1
|
|
2778
|
-
/*
|
|
2821
|
+
/* CACHED */
|
|
2779
2822
|
)),
|
|
2780
2823
|
createElementVNode(
|
|
2781
2824
|
"div",
|
|
@@ -2804,7 +2847,7 @@ var script$w = /* @__PURE__ */ defineComponent({
|
|
|
2804
2847
|
{ class: "bottom" },
|
|
2805
2848
|
null,
|
|
2806
2849
|
-1
|
|
2807
|
-
/*
|
|
2850
|
+
/* CACHED */
|
|
2808
2851
|
)),
|
|
2809
2852
|
createVNode(_component_nut_popup, {
|
|
2810
2853
|
visible: datePickerOpen.value,
|
|
@@ -2833,22 +2876,22 @@ var script$w = /* @__PURE__ */ defineComponent({
|
|
|
2833
2876
|
}
|
|
2834
2877
|
});
|
|
2835
2878
|
|
|
2836
|
-
script$
|
|
2879
|
+
script$x.__file = "src/balance/components/DateFilter.vue";
|
|
2837
2880
|
|
|
2838
|
-
const _hoisted_1$
|
|
2839
|
-
var script$
|
|
2881
|
+
const _hoisted_1$t = { class: "consumption-rules" };
|
|
2882
|
+
var script$w = /* @__PURE__ */ defineComponent({
|
|
2840
2883
|
__name: "ConsumptionRules",
|
|
2841
2884
|
emits: ["complete"],
|
|
2842
2885
|
setup(__props, { emit: __emit }) {
|
|
2843
2886
|
const emit = __emit;
|
|
2844
2887
|
return (_ctx, _cache) => {
|
|
2845
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2888
|
+
return openBlock(), createElementBlock("div", _hoisted_1$t, [
|
|
2846
2889
|
_cache[1] || (_cache[1] = createElementVNode(
|
|
2847
2890
|
"div",
|
|
2848
2891
|
{ class: "title" },
|
|
2849
2892
|
"\u89C4\u5219\u8BF4\u660E",
|
|
2850
2893
|
-1
|
|
2851
|
-
/*
|
|
2894
|
+
/* CACHED */
|
|
2852
2895
|
)),
|
|
2853
2896
|
_cache[2] || (_cache[2] = createElementVNode(
|
|
2854
2897
|
"div",
|
|
@@ -2863,7 +2906,7 @@ var script$v = /* @__PURE__ */ defineComponent({
|
|
|
2863
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 ")
|
|
2864
2907
|
],
|
|
2865
2908
|
-1
|
|
2866
|
-
/*
|
|
2909
|
+
/* CACHED */
|
|
2867
2910
|
)),
|
|
2868
2911
|
createElementVNode("div", {
|
|
2869
2912
|
class: "know",
|
|
@@ -2874,11 +2917,11 @@ var script$v = /* @__PURE__ */ defineComponent({
|
|
|
2874
2917
|
}
|
|
2875
2918
|
});
|
|
2876
2919
|
|
|
2877
|
-
script$
|
|
2920
|
+
script$w.__file = "src/balance/components/ConsumptionRules.vue";
|
|
2878
2921
|
|
|
2879
|
-
const _hoisted_1$
|
|
2922
|
+
const _hoisted_1$s = { class: "empty-view" };
|
|
2880
2923
|
function render$1(_ctx, _cache) {
|
|
2881
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2924
|
+
return openBlock(), createElementBlock("div", _hoisted_1$s, [..._cache[0] || (_cache[0] = [
|
|
2882
2925
|
createElementVNode(
|
|
2883
2926
|
"img",
|
|
2884
2927
|
{
|
|
@@ -2887,28 +2930,28 @@ function render$1(_ctx, _cache) {
|
|
|
2887
2930
|
},
|
|
2888
2931
|
null,
|
|
2889
2932
|
-1
|
|
2890
|
-
/*
|
|
2933
|
+
/* CACHED */
|
|
2891
2934
|
),
|
|
2892
2935
|
createElementVNode(
|
|
2893
2936
|
"div",
|
|
2894
2937
|
{ class: "empty-view-text" },
|
|
2895
2938
|
"\u6682\u65E0\u6570\u636E",
|
|
2896
2939
|
-1
|
|
2897
|
-
/*
|
|
2940
|
+
/* CACHED */
|
|
2898
2941
|
)
|
|
2899
|
-
]));
|
|
2942
|
+
])]);
|
|
2900
2943
|
}
|
|
2901
2944
|
|
|
2902
|
-
/* unplugin-vue-components disabled */const script$
|
|
2945
|
+
/* unplugin-vue-components disabled */const script$v = {};
|
|
2903
2946
|
|
|
2904
|
-
script$
|
|
2905
|
-
script$
|
|
2947
|
+
script$v.render = render$1;
|
|
2948
|
+
script$v.__file = "src/shared/components/EmptyView.vue";
|
|
2906
2949
|
|
|
2907
|
-
const _hoisted_1$
|
|
2950
|
+
const _hoisted_1$r = {
|
|
2908
2951
|
key: 0,
|
|
2909
2952
|
class: "tip"
|
|
2910
2953
|
};
|
|
2911
|
-
var script$
|
|
2954
|
+
var script$u = /* @__PURE__ */ defineComponent({
|
|
2912
2955
|
__name: "Tip",
|
|
2913
2956
|
setup(__props) {
|
|
2914
2957
|
const show = ref(false);
|
|
@@ -2920,7 +2963,7 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
2920
2963
|
}
|
|
2921
2964
|
});
|
|
2922
2965
|
return (_ctx, _cache) => {
|
|
2923
|
-
return show.value ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
2966
|
+
return show.value ? (openBlock(), createElementBlock("div", _hoisted_1$r, [..._cache[0] || (_cache[0] = [
|
|
2924
2967
|
createElementVNode(
|
|
2925
2968
|
"img",
|
|
2926
2969
|
{
|
|
@@ -2929,25 +2972,25 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
2929
2972
|
},
|
|
2930
2973
|
null,
|
|
2931
2974
|
-1
|
|
2932
|
-
/*
|
|
2975
|
+
/* CACHED */
|
|
2933
2976
|
),
|
|
2934
2977
|
createElementVNode(
|
|
2935
2978
|
"div",
|
|
2936
2979
|
{ class: "tip-content" },
|
|
2937
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",
|
|
2938
2981
|
-1
|
|
2939
|
-
/*
|
|
2982
|
+
/* CACHED */
|
|
2940
2983
|
)
|
|
2941
|
-
]))) : createCommentVNode("v-if", true);
|
|
2984
|
+
])])) : createCommentVNode("v-if", true);
|
|
2942
2985
|
};
|
|
2943
2986
|
}
|
|
2944
2987
|
});
|
|
2945
2988
|
|
|
2946
|
-
script$
|
|
2989
|
+
script$u.__file = "src/balance/components/Tip.vue";
|
|
2947
2990
|
|
|
2948
|
-
const _hoisted_1$
|
|
2949
|
-
const _hoisted_2$
|
|
2950
|
-
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" };
|
|
2951
2994
|
const _hoisted_4$a = { class: "bean-box spa-between" };
|
|
2952
2995
|
const _hoisted_5$9 = { class: "bean-counts spa-between" };
|
|
2953
2996
|
const _hoisted_6$5 = { class: "counts number" };
|
|
@@ -3002,7 +3045,7 @@ const _hoisted_36 = {
|
|
|
3002
3045
|
key: 0,
|
|
3003
3046
|
class: "box-not-text"
|
|
3004
3047
|
};
|
|
3005
|
-
var script$
|
|
3048
|
+
var script$t = /* @__PURE__ */ defineComponent({
|
|
3006
3049
|
__name: "AccountView",
|
|
3007
3050
|
props: {
|
|
3008
3051
|
app: { type: String, required: true, default: "" }
|
|
@@ -3079,7 +3122,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3079
3122
|
title: `\u52A0\u8F7D\u4E2D...`,
|
|
3080
3123
|
mask: true
|
|
3081
3124
|
});
|
|
3082
|
-
$http.get(endpoints$
|
|
3125
|
+
$http.get(endpoints$2.\u83B7\u53D6\u8D26\u6237\u6D41\u6C34, {
|
|
3083
3126
|
app: props.app,
|
|
3084
3127
|
...filtering
|
|
3085
3128
|
}).then((response) => {
|
|
@@ -3096,7 +3139,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3096
3139
|
}
|
|
3097
3140
|
async function loadBalance() {
|
|
3098
3141
|
const $http = useHttp$3();
|
|
3099
|
-
$http.get(endpoints$
|
|
3142
|
+
$http.get(endpoints$2.\u83B7\u53D6\u4F59\u989D\u660E\u7EC6, {
|
|
3100
3143
|
app: props.app
|
|
3101
3144
|
}).then((data) => {
|
|
3102
3145
|
const { privileges, total } = data;
|
|
@@ -3186,9 +3229,9 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3186
3229
|
Fragment,
|
|
3187
3230
|
null,
|
|
3188
3231
|
[
|
|
3189
|
-
createElementVNode("div", _hoisted_1$
|
|
3190
|
-
createElementVNode("div", _hoisted_2$
|
|
3191
|
-
createVNode(unref(script$
|
|
3232
|
+
createElementVNode("div", _hoisted_1$q, [
|
|
3233
|
+
createElementVNode("div", _hoisted_2$j, [
|
|
3234
|
+
createVNode(unref(script$L), {
|
|
3192
3235
|
title: unref(Taro).getEnv() !== "WEB" ? "\u6211\u7684\u8D26\u6237" : "",
|
|
3193
3236
|
class: normalizeClass({ "with-background": scrolled.value > 0 }),
|
|
3194
3237
|
onClose: onPageHeaderClose
|
|
@@ -3197,17 +3240,17 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3197
3240
|
createElementVNode("div", {
|
|
3198
3241
|
class: "small-bean-button",
|
|
3199
3242
|
onClick: onSecondBalanceButtonClick
|
|
3200
|
-
}, _cache[7] || (_cache[7] = [
|
|
3243
|
+
}, [..._cache[7] || (_cache[7] = [
|
|
3201
3244
|
createElementVNode(
|
|
3202
3245
|
"label",
|
|
3203
3246
|
{ class: "label" },
|
|
3204
3247
|
"\u6536\u652F\u660E\u7EC6",
|
|
3205
3248
|
-1
|
|
3206
|
-
/*
|
|
3249
|
+
/* CACHED */
|
|
3207
3250
|
)
|
|
3208
|
-
]))
|
|
3251
|
+
])])
|
|
3209
3252
|
]),
|
|
3210
|
-
createElementVNode("div", _hoisted_3$
|
|
3253
|
+
createElementVNode("div", _hoisted_3$d, [
|
|
3211
3254
|
createElementVNode("div", _hoisted_4$a, [
|
|
3212
3255
|
_cache[8] || (_cache[8] = createElementVNode(
|
|
3213
3256
|
"div",
|
|
@@ -3220,7 +3263,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3220
3263
|
createElementVNode("div", { class: "bean-tag tag" }, "\u4E91\u8C46")
|
|
3221
3264
|
],
|
|
3222
3265
|
-1
|
|
3223
|
-
/*
|
|
3266
|
+
/* CACHED */
|
|
3224
3267
|
)),
|
|
3225
3268
|
createElementVNode("div", {
|
|
3226
3269
|
class: "rule",
|
|
@@ -3241,14 +3284,14 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3241
3284
|
}, "\u4E91\u8C46\u5145\u503C")
|
|
3242
3285
|
])
|
|
3243
3286
|
]),
|
|
3244
|
-
createVNode(script$
|
|
3287
|
+
createVNode(script$u),
|
|
3245
3288
|
balance.value.privileges?.corporateStar ? (openBlock(), createElementBlock("div", _hoisted_7$5, [
|
|
3246
3289
|
_cache[10] || (_cache[10] = createElementVNode(
|
|
3247
3290
|
"div",
|
|
3248
3291
|
{ class: "title" },
|
|
3249
3292
|
"\u4F01\u660E\u661F\u6743\u76CA",
|
|
3250
3293
|
-1
|
|
3251
|
-
/*
|
|
3294
|
+
/* CACHED */
|
|
3252
3295
|
)),
|
|
3253
3296
|
createElementVNode("div", _hoisted_8$4, [
|
|
3254
3297
|
(openBlock(true), createElementBlock(
|
|
@@ -3295,7 +3338,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3295
3338
|
},
|
|
3296
3339
|
null,
|
|
3297
3340
|
-1
|
|
3298
|
-
/*
|
|
3341
|
+
/* CACHED */
|
|
3299
3342
|
))
|
|
3300
3343
|
])) : createCommentVNode("v-if", true)
|
|
3301
3344
|
])
|
|
@@ -3312,7 +3355,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3312
3355
|
{ class: "title" },
|
|
3313
3356
|
"AI\u5BA1\u6279\u6743\u76CA",
|
|
3314
3357
|
-1
|
|
3315
|
-
/*
|
|
3358
|
+
/* CACHED */
|
|
3316
3359
|
)),
|
|
3317
3360
|
createElementVNode("div", _hoisted_14$1, [
|
|
3318
3361
|
(openBlock(true), createElementBlock(
|
|
@@ -3350,7 +3393,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3350
3393
|
},
|
|
3351
3394
|
null,
|
|
3352
3395
|
-1
|
|
3353
|
-
/*
|
|
3396
|
+
/* CACHED */
|
|
3354
3397
|
))
|
|
3355
3398
|
])) : createCommentVNode("v-if", true)
|
|
3356
3399
|
])
|
|
@@ -3367,7 +3410,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3367
3410
|
{ class: "title" },
|
|
3368
3411
|
"\u7535\u5B50\u7B7E\u7EA6\u6743\u76CA",
|
|
3369
3412
|
-1
|
|
3370
|
-
/*
|
|
3413
|
+
/* CACHED */
|
|
3371
3414
|
)),
|
|
3372
3415
|
createElementVNode("div", _hoisted_20$1, [
|
|
3373
3416
|
(openBlock(true), createElementBlock(
|
|
@@ -3408,7 +3451,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3408
3451
|
"close-on-click-overlay": false
|
|
3409
3452
|
}, {
|
|
3410
3453
|
default: withCtx(() => [
|
|
3411
|
-
createVNode(script$
|
|
3454
|
+
createVNode(script$w, {
|
|
3412
3455
|
onComplete: _cache[1] || (_cache[1] = ($event) => rulesPopupOpen.value = false)
|
|
3413
3456
|
})
|
|
3414
3457
|
]),
|
|
@@ -3424,7 +3467,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3424
3467
|
"onUpdate:visible": _cache[3] || (_cache[3] = ($event) => datePickerOpen.value = $event)
|
|
3425
3468
|
}, {
|
|
3426
3469
|
default: withCtx(() => [
|
|
3427
|
-
datePickerOpen.value ? (openBlock(), createBlock(script$
|
|
3470
|
+
datePickerOpen.value ? (openBlock(), createBlock(script$x, {
|
|
3428
3471
|
key: 0,
|
|
3429
3472
|
from: filtering.dateFrom,
|
|
3430
3473
|
to: filtering.dateTo,
|
|
@@ -3444,7 +3487,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3444
3487
|
"onUpdate:visible": _cache[4] || (_cache[4] = ($event) => filterOpen.value = $event)
|
|
3445
3488
|
}, {
|
|
3446
3489
|
default: withCtx(() => [
|
|
3447
|
-
createVNode(script$
|
|
3490
|
+
createVNode(script$y, {
|
|
3448
3491
|
modelValue: [
|
|
3449
3492
|
filtering.\u8D26\u6237\u7C7B\u578B,
|
|
3450
3493
|
filtering.\u6536\u5165\u8FD8\u662F\u652F\u51FA,
|
|
@@ -3457,7 +3500,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3457
3500
|
_: 1
|
|
3458
3501
|
/* STABLE */
|
|
3459
3502
|
}, 8, ["visible"]),
|
|
3460
|
-
createVNode(unref(script$
|
|
3503
|
+
createVNode(unref(script$K), {
|
|
3461
3504
|
modelValue: secondBalanceOpen.value,
|
|
3462
3505
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => secondBalanceOpen.value = $event),
|
|
3463
3506
|
title: "\u6536\u652F\u660E\u7EC6"
|
|
@@ -3476,7 +3519,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3476
3519
|
{ class: "title" },
|
|
3477
3520
|
"\u6536\u652F\u660E\u7EC6",
|
|
3478
3521
|
-1
|
|
3479
|
-
/*
|
|
3522
|
+
/* CACHED */
|
|
3480
3523
|
)),
|
|
3481
3524
|
withDirectives(createElementVNode(
|
|
3482
3525
|
"div",
|
|
@@ -3501,7 +3544,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3501
3544
|
},
|
|
3502
3545
|
null,
|
|
3503
3546
|
-1
|
|
3504
|
-
/*
|
|
3547
|
+
/* CACHED */
|
|
3505
3548
|
))
|
|
3506
3549
|
],
|
|
3507
3550
|
512
|
|
@@ -3513,13 +3556,13 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3513
3556
|
createElementVNode("div", {
|
|
3514
3557
|
class: "search",
|
|
3515
3558
|
onClick: _cache[5] || (_cache[5] = ($event) => filterOpen.value = true)
|
|
3516
|
-
}, _cache[16] || (_cache[16] = [
|
|
3559
|
+
}, [..._cache[16] || (_cache[16] = [
|
|
3517
3560
|
createElementVNode(
|
|
3518
3561
|
"span",
|
|
3519
3562
|
{ class: "text" },
|
|
3520
3563
|
"\u7B5B\u9009",
|
|
3521
3564
|
-1
|
|
3522
|
-
/*
|
|
3565
|
+
/* CACHED */
|
|
3523
3566
|
),
|
|
3524
3567
|
createElementVNode(
|
|
3525
3568
|
"img",
|
|
@@ -3529,9 +3572,9 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3529
3572
|
},
|
|
3530
3573
|
null,
|
|
3531
3574
|
-1
|
|
3532
|
-
/*
|
|
3575
|
+
/* CACHED */
|
|
3533
3576
|
)
|
|
3534
|
-
]))
|
|
3577
|
+
])])
|
|
3535
3578
|
],
|
|
3536
3579
|
2
|
|
3537
3580
|
/* CLASS */
|
|
@@ -3621,7 +3664,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3621
3664
|
/* KEYED_FRAGMENT */
|
|
3622
3665
|
)),
|
|
3623
3666
|
reachedLastPage.value ? (openBlock(), createElementBlock("div", _hoisted_36, "\u6CA1\u6709\u66F4\u591A\u4E86")) : createCommentVNode("v-if", true)
|
|
3624
|
-
])) : (openBlock(), createBlock(script$
|
|
3667
|
+
])) : (openBlock(), createBlock(script$v, { key: 1 }))
|
|
3625
3668
|
]),
|
|
3626
3669
|
_: 1
|
|
3627
3670
|
/* STABLE */
|
|
@@ -3640,14 +3683,14 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3640
3683
|
}
|
|
3641
3684
|
});
|
|
3642
3685
|
|
|
3643
|
-
script$
|
|
3686
|
+
script$t.__file = "src/balance/components/AccountView.vue";
|
|
3644
3687
|
|
|
3645
|
-
const _hoisted_1$
|
|
3646
|
-
const _hoisted_2$
|
|
3647
|
-
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" };
|
|
3648
3691
|
const _hoisted_4$9 = { class: "col" };
|
|
3649
3692
|
const _hoisted_5$8 = { class: "col" };
|
|
3650
|
-
var script$
|
|
3693
|
+
var script$s = /* @__PURE__ */ defineComponent({
|
|
3651
3694
|
__name: "BalanceReminder",
|
|
3652
3695
|
props: {
|
|
3653
3696
|
modelValue: { type: Boolean, required: true, default: () => false },
|
|
@@ -3664,37 +3707,41 @@ var script$r = /* @__PURE__ */ defineComponent({
|
|
|
3664
3707
|
"pop-class": "balance-reminder-popup",
|
|
3665
3708
|
round: "",
|
|
3666
3709
|
teleport: "#app",
|
|
3667
|
-
visible:
|
|
3710
|
+
visible: __props.modelValue,
|
|
3668
3711
|
"close-on-click-overlay": false
|
|
3669
3712
|
}, {
|
|
3670
3713
|
default: withCtx(() => [
|
|
3671
|
-
createElementVNode("div", _hoisted_1$
|
|
3672
|
-
createElementVNode("div", _hoisted_2$
|
|
3714
|
+
createElementVNode("div", _hoisted_1$p, [
|
|
3715
|
+
createElementVNode("div", _hoisted_2$i, [
|
|
3673
3716
|
_cache[2] || (_cache[2] = createElementVNode(
|
|
3674
3717
|
"h2",
|
|
3675
3718
|
null,
|
|
3676
3719
|
"\u6E29\u99A8\u63D0\u793A",
|
|
3677
3720
|
-1
|
|
3678
|
-
/*
|
|
3721
|
+
/* CACHED */
|
|
3679
3722
|
)),
|
|
3680
3723
|
createElementVNode(
|
|
3681
3724
|
"p",
|
|
3682
3725
|
null,
|
|
3683
|
-
toDisplayString(
|
|
3726
|
+
toDisplayString(__props.tip),
|
|
3684
3727
|
1
|
|
3685
3728
|
/* TEXT */
|
|
3686
3729
|
)
|
|
3687
3730
|
]),
|
|
3688
|
-
createElementVNode("div", _hoisted_3$
|
|
3731
|
+
createElementVNode("div", _hoisted_3$c, [
|
|
3689
3732
|
createElementVNode("div", _hoisted_4$9, [
|
|
3690
3733
|
createVNode(_component_nut_button, {
|
|
3691
3734
|
class: "cancel-button",
|
|
3692
3735
|
onClick: _cache[0] || (_cache[0] = ($event) => emit("update:modelValue", false)),
|
|
3693
3736
|
block: ""
|
|
3694
3737
|
}, {
|
|
3695
|
-
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
3696
|
-
createTextVNode(
|
|
3697
|
-
|
|
3738
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
3739
|
+
createTextVNode(
|
|
3740
|
+
"\u53D6\u6D88",
|
|
3741
|
+
-1
|
|
3742
|
+
/* CACHED */
|
|
3743
|
+
)
|
|
3744
|
+
])]),
|
|
3698
3745
|
_: 1
|
|
3699
3746
|
/* STABLE */
|
|
3700
3747
|
})
|
|
@@ -3707,7 +3754,7 @@ var script$r = /* @__PURE__ */ defineComponent({
|
|
|
3707
3754
|
}, {
|
|
3708
3755
|
default: withCtx(() => [
|
|
3709
3756
|
createTextVNode(
|
|
3710
|
-
toDisplayString(
|
|
3757
|
+
toDisplayString(__props.buttonText),
|
|
3711
3758
|
1
|
|
3712
3759
|
/* TEXT */
|
|
3713
3760
|
)
|
|
@@ -3726,10 +3773,10 @@ var script$r = /* @__PURE__ */ defineComponent({
|
|
|
3726
3773
|
}
|
|
3727
3774
|
});
|
|
3728
3775
|
|
|
3729
|
-
script$
|
|
3776
|
+
script$s.__file = "src/balance/components/BalanceReminder.vue";
|
|
3730
3777
|
|
|
3731
|
-
const _hoisted_1$
|
|
3732
|
-
var script$
|
|
3778
|
+
const _hoisted_1$o = { class: "text" };
|
|
3779
|
+
var script$r = /* @__PURE__ */ defineComponent({
|
|
3733
3780
|
__name: "DateRange",
|
|
3734
3781
|
props: {
|
|
3735
3782
|
"modelValue": {
|
|
@@ -3783,7 +3830,7 @@ var script$q = /* @__PURE__ */ defineComponent({
|
|
|
3783
3830
|
}, [
|
|
3784
3831
|
createElementVNode(
|
|
3785
3832
|
"div",
|
|
3786
|
-
_hoisted_1$
|
|
3833
|
+
_hoisted_1$o,
|
|
3787
3834
|
toDisplayString(dateRangeDisplay.value),
|
|
3788
3835
|
1
|
|
3789
3836
|
/* TEXT */
|
|
@@ -3797,7 +3844,7 @@ var script$q = /* @__PURE__ */ defineComponent({
|
|
|
3797
3844
|
},
|
|
3798
3845
|
null,
|
|
3799
3846
|
-1
|
|
3800
|
-
/*
|
|
3847
|
+
/* CACHED */
|
|
3801
3848
|
))
|
|
3802
3849
|
]),
|
|
3803
3850
|
createVNode(_component_nut_popup, {
|
|
@@ -3809,7 +3856,7 @@ var script$q = /* @__PURE__ */ defineComponent({
|
|
|
3809
3856
|
"onUpdate:visible": _cache[0] || (_cache[0] = ($event) => datePickerOpen.value = $event)
|
|
3810
3857
|
}, {
|
|
3811
3858
|
default: withCtx(() => [
|
|
3812
|
-
createVNode(script$
|
|
3859
|
+
createVNode(script$x, {
|
|
3813
3860
|
from: model.value.from,
|
|
3814
3861
|
to: model.value.to,
|
|
3815
3862
|
onReset: onDateReset,
|
|
@@ -3827,14 +3874,14 @@ var script$q = /* @__PURE__ */ defineComponent({
|
|
|
3827
3874
|
}
|
|
3828
3875
|
});
|
|
3829
3876
|
|
|
3830
|
-
script$
|
|
3877
|
+
script$r.__file = "src/balance/components/DateRange.vue";
|
|
3831
3878
|
|
|
3832
|
-
const _hoisted_1$
|
|
3833
|
-
const _hoisted_2$
|
|
3834
|
-
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" };
|
|
3835
3882
|
const _hoisted_4$8 = { class: "info" };
|
|
3836
3883
|
const _hoisted_5$7 = ["onClick"];
|
|
3837
|
-
var script$
|
|
3884
|
+
var script$q = /* @__PURE__ */ defineComponent({
|
|
3838
3885
|
__name: "ListFilterPicker",
|
|
3839
3886
|
props: {
|
|
3840
3887
|
modelValue: { type: Object, required: true }
|
|
@@ -3884,15 +3931,15 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
3884
3931
|
emit("complete", result);
|
|
3885
3932
|
};
|
|
3886
3933
|
return (_ctx, _cache) => {
|
|
3887
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
3934
|
+
return openBlock(), createElementBlock("div", _hoisted_1$n, [
|
|
3888
3935
|
_cache[0] || (_cache[0] = createElementVNode(
|
|
3889
3936
|
"div",
|
|
3890
3937
|
{ class: "list-filter-picker-title" },
|
|
3891
3938
|
" \u9009\u62E9\u7B5B\u9009\u9879 ",
|
|
3892
3939
|
-1
|
|
3893
|
-
/*
|
|
3940
|
+
/* CACHED */
|
|
3894
3941
|
)),
|
|
3895
|
-
createElementVNode("div", _hoisted_2$
|
|
3942
|
+
createElementVNode("div", _hoisted_2$h, [
|
|
3896
3943
|
(openBlock(true), createElementBlock(
|
|
3897
3944
|
Fragment,
|
|
3898
3945
|
null,
|
|
@@ -3903,7 +3950,7 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
3903
3950
|
[
|
|
3904
3951
|
createElementVNode(
|
|
3905
3952
|
"div",
|
|
3906
|
-
_hoisted_3$
|
|
3953
|
+
_hoisted_3$b,
|
|
3907
3954
|
toDisplayString(item.label),
|
|
3908
3955
|
1
|
|
3909
3956
|
/* TEXT */
|
|
@@ -3947,16 +3994,16 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
3947
3994
|
{ class: "list-filter-picker-bottom" },
|
|
3948
3995
|
null,
|
|
3949
3996
|
-1
|
|
3950
|
-
/*
|
|
3997
|
+
/* CACHED */
|
|
3951
3998
|
))
|
|
3952
3999
|
]);
|
|
3953
4000
|
};
|
|
3954
4001
|
}
|
|
3955
4002
|
});
|
|
3956
4003
|
|
|
3957
|
-
script$
|
|
4004
|
+
script$q.__file = "src/balance/components/ListFilterPicker.vue";
|
|
3958
4005
|
|
|
3959
|
-
var script$
|
|
4006
|
+
var script$p = /* @__PURE__ */ defineComponent({
|
|
3960
4007
|
__name: "ListFilter",
|
|
3961
4008
|
props: {
|
|
3962
4009
|
"modelValue": {
|
|
@@ -3975,7 +4022,7 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
3975
4022
|
const emit = __emit;
|
|
3976
4023
|
const openPicker = () => {
|
|
3977
4024
|
$n.sheet({
|
|
3978
|
-
component: script$
|
|
4025
|
+
component: script$q,
|
|
3979
4026
|
class: "ns-sheet-reset list-filter-sheet",
|
|
3980
4027
|
props: {
|
|
3981
4028
|
modelValue: model,
|
|
@@ -3991,13 +4038,13 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
3991
4038
|
return openBlock(), createElementBlock("div", {
|
|
3992
4039
|
class: "list-filter",
|
|
3993
4040
|
onClick: openPicker
|
|
3994
|
-
}, _cache[0] || (_cache[0] = [
|
|
4041
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
3995
4042
|
createElementVNode(
|
|
3996
4043
|
"span",
|
|
3997
4044
|
{ class: "text" },
|
|
3998
4045
|
"\u7B5B\u9009",
|
|
3999
4046
|
-1
|
|
4000
|
-
/*
|
|
4047
|
+
/* CACHED */
|
|
4001
4048
|
),
|
|
4002
4049
|
createElementVNode(
|
|
4003
4050
|
"img",
|
|
@@ -4007,21 +4054,21 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
4007
4054
|
},
|
|
4008
4055
|
null,
|
|
4009
4056
|
-1
|
|
4010
|
-
/*
|
|
4057
|
+
/* CACHED */
|
|
4011
4058
|
)
|
|
4012
|
-
]));
|
|
4059
|
+
])]);
|
|
4013
4060
|
};
|
|
4014
4061
|
}
|
|
4015
4062
|
});
|
|
4016
4063
|
|
|
4017
|
-
script$
|
|
4064
|
+
script$p.__file = "src/balance/components/ListFilter.vue";
|
|
4018
4065
|
|
|
4019
|
-
const _hoisted_1$
|
|
4066
|
+
const _hoisted_1$m = {
|
|
4020
4067
|
key: 0,
|
|
4021
4068
|
class: "promoter-card-tab"
|
|
4022
4069
|
};
|
|
4023
|
-
const _hoisted_2$
|
|
4024
|
-
const _hoisted_3$
|
|
4070
|
+
const _hoisted_2$g = { class: "promoter-card-hd-num number" };
|
|
4071
|
+
const _hoisted_3$a = ["src"];
|
|
4025
4072
|
const _hoisted_4$7 = { class: "promoter-card-ft" };
|
|
4026
4073
|
const _hoisted_5$6 = {
|
|
4027
4074
|
key: 0,
|
|
@@ -4040,7 +4087,7 @@ const _hoisted_10$1 = {
|
|
|
4040
4087
|
};
|
|
4041
4088
|
const _hoisted_11$1 = { class: "promoter-card-ft-info" };
|
|
4042
4089
|
const _hoisted_12$1 = ["src"];
|
|
4043
|
-
var script$
|
|
4090
|
+
var script$o = /* @__PURE__ */ defineComponent({
|
|
4044
4091
|
__name: "PromoterCard",
|
|
4045
4092
|
props: {
|
|
4046
4093
|
useCase: { type: String, required: true, default: "" },
|
|
@@ -4090,7 +4137,7 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4090
4137
|
}
|
|
4091
4138
|
async function loadPromoter() {
|
|
4092
4139
|
const $http = useHttp$3();
|
|
4093
|
-
$http.get(endpoints$
|
|
4140
|
+
$http.get(endpoints$2.\u83B7\u53D6\u63A8\u5E7F\u65B9\u8D26\u6237\u4FE1\u606F, {
|
|
4094
4141
|
useCase: tab.value,
|
|
4095
4142
|
companyFlag: tab.value === "person" ? "2" : "1"
|
|
4096
4143
|
}).then((data) => {
|
|
@@ -4130,14 +4177,14 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4130
4177
|
}
|
|
4131
4178
|
});
|
|
4132
4179
|
return (_ctx, _cache) => {
|
|
4133
|
-
return
|
|
4180
|
+
return __props.applyRecord.distributorFlag === "Y" || __props.applyRecord.accessCheckStatus === "Y" ? (openBlock(), createElementBlock(
|
|
4134
4181
|
"div",
|
|
4135
4182
|
{
|
|
4136
4183
|
key: 0,
|
|
4137
4184
|
class: normalizeClass(["promoter-card", { inAccount: inAccount.value }])
|
|
4138
4185
|
},
|
|
4139
4186
|
[
|
|
4140
|
-
|
|
4187
|
+
__props.useCase === "company" && __props.isAdmin ? (openBlock(), createElementBlock("div", _hoisted_1$m, [
|
|
4141
4188
|
createElementVNode("div", null, [
|
|
4142
4189
|
createVNode(unref(NsButtonGroup), {
|
|
4143
4190
|
size: "sm",
|
|
@@ -4155,14 +4202,14 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4155
4202
|
]),
|
|
4156
4203
|
renderSlot(_ctx.$slots, "tab-btn")
|
|
4157
4204
|
])) : createCommentVNode("v-if", true),
|
|
4158
|
-
|
|
4205
|
+
__props.applyRecord.distributorFlag === "Y" || __props.applyRecord.accessCheckStatus === "Y" ? (openBlock(), createElementBlock("div", {
|
|
4159
4206
|
key: 1,
|
|
4160
4207
|
class: "promoter-card-hd",
|
|
4161
4208
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("blance", tab.value))
|
|
4162
4209
|
}, [
|
|
4163
4210
|
createElementVNode(
|
|
4164
4211
|
"div",
|
|
4165
|
-
_hoisted_2$
|
|
4212
|
+
_hoisted_2$g,
|
|
4166
4213
|
toDisplayString(unref(formatAmount)(promoter.value.allowWithdrawalBalance || 0)),
|
|
4167
4214
|
1
|
|
4168
4215
|
/* TEXT */
|
|
@@ -4172,18 +4219,18 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4172
4219
|
{ class: "promoter-card-hd-info" },
|
|
4173
4220
|
"\u53EF\u63D0\u73B0\u4F59\u989D(\u5143)",
|
|
4174
4221
|
-1
|
|
4175
|
-
/*
|
|
4222
|
+
/* CACHED */
|
|
4176
4223
|
)),
|
|
4177
4224
|
createElementVNode("img", {
|
|
4178
4225
|
class: "arrow-img",
|
|
4179
4226
|
style: { "margin-left": "8px" },
|
|
4180
4227
|
src: arrowImg.value,
|
|
4181
4228
|
alt: ""
|
|
4182
|
-
}, null, 8, _hoisted_3$
|
|
4229
|
+
}, null, 8, _hoisted_3$a)
|
|
4183
4230
|
])) : createCommentVNode("v-if", true),
|
|
4184
4231
|
createElementVNode("div", _hoisted_4$7, [
|
|
4185
|
-
|
|
4186
|
-
|
|
4232
|
+
__props.applyRecord.accessCheckStatus === "Y" ? (openBlock(), createElementBlock("div", _hoisted_5$6, [
|
|
4233
|
+
__props.\u663E\u793A\u4E0B\u7EA7\u5206\u9500\u5546 ? (openBlock(), createElementBlock(
|
|
4187
4234
|
Fragment,
|
|
4188
4235
|
{ key: 0 },
|
|
4189
4236
|
[
|
|
@@ -4192,7 +4239,7 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4192
4239
|
{ class: "promoter-card-ft-info" },
|
|
4193
4240
|
"\u4E0B\u7EA7\u5206\u9500\u5546\u6570\u91CF",
|
|
4194
4241
|
-1
|
|
4195
|
-
/*
|
|
4242
|
+
/* CACHED */
|
|
4196
4243
|
)),
|
|
4197
4244
|
createElementVNode(
|
|
4198
4245
|
"div",
|
|
@@ -4209,7 +4256,11 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4209
4256
|
{ key: 1 },
|
|
4210
4257
|
[
|
|
4211
4258
|
createElementVNode("div", _hoisted_7$4, [
|
|
4212
|
-
_cache[8] || (_cache[8] = createTextVNode(
|
|
4259
|
+
_cache[8] || (_cache[8] = createTextVNode(
|
|
4260
|
+
"\u4EA7\u54C1\u9500\u552E\u6536\u76CA(\u5143) ",
|
|
4261
|
+
-1
|
|
4262
|
+
/* CACHED */
|
|
4263
|
+
)),
|
|
4213
4264
|
createVNode(unref(IconFont), {
|
|
4214
4265
|
class: "icon",
|
|
4215
4266
|
name: "ask",
|
|
@@ -4236,10 +4287,14 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4236
4287
|
/* STABLE_FRAGMENT */
|
|
4237
4288
|
))
|
|
4238
4289
|
])) : createCommentVNode("v-if", true),
|
|
4239
|
-
|
|
4240
|
-
|
|
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, [
|
|
4241
4292
|
createElementVNode("div", _hoisted_11$1, [
|
|
4242
|
-
_cache[9] || (_cache[9] = createTextVNode(
|
|
4293
|
+
_cache[9] || (_cache[9] = createTextVNode(
|
|
4294
|
+
"\u5206\u9500\u8FD4\u4F63\u6536\u76CA(\u5143) ",
|
|
4295
|
+
-1
|
|
4296
|
+
/* CACHED */
|
|
4297
|
+
)),
|
|
4243
4298
|
createVNode(unref(IconFont), {
|
|
4244
4299
|
class: "icon",
|
|
4245
4300
|
name: "ask",
|
|
@@ -4271,9 +4326,9 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
4271
4326
|
}
|
|
4272
4327
|
});
|
|
4273
4328
|
|
|
4274
|
-
script$
|
|
4329
|
+
script$o.__file = "src/balance/components/PromoterCard.vue";
|
|
4275
4330
|
|
|
4276
|
-
var script$
|
|
4331
|
+
var script$n = /* @__PURE__ */ defineComponent({
|
|
4277
4332
|
__name: "index",
|
|
4278
4333
|
props: {
|
|
4279
4334
|
name: { type: String, required: true },
|
|
@@ -4290,7 +4345,7 @@ var script$m = /* @__PURE__ */ defineComponent({
|
|
|
4290
4345
|
return openBlock(), createElementBlock(
|
|
4291
4346
|
"view",
|
|
4292
4347
|
{
|
|
4293
|
-
class: normalizeClass(["iconfont",
|
|
4348
|
+
class: normalizeClass(["iconfont", __props.name]),
|
|
4294
4349
|
style: normalizeStyle(styles.value)
|
|
4295
4350
|
},
|
|
4296
4351
|
null,
|
|
@@ -4301,10 +4356,10 @@ var script$m = /* @__PURE__ */ defineComponent({
|
|
|
4301
4356
|
}
|
|
4302
4357
|
});
|
|
4303
4358
|
|
|
4304
|
-
script$
|
|
4359
|
+
script$n.__file = "src/components/dd-icon/index.vue";
|
|
4305
4360
|
|
|
4306
|
-
const _hoisted_1$
|
|
4307
|
-
var script$
|
|
4361
|
+
const _hoisted_1$l = { class: "dd-area" };
|
|
4362
|
+
var script$m = /* @__PURE__ */ defineComponent({
|
|
4308
4363
|
__name: "index",
|
|
4309
4364
|
props: {
|
|
4310
4365
|
value: { type: String, required: false, default: "" },
|
|
@@ -4463,7 +4518,7 @@ var script$l = /* @__PURE__ */ defineComponent({
|
|
|
4463
4518
|
disabled: props.disabled
|
|
4464
4519
|
}, {
|
|
4465
4520
|
default: withCtx(() => [
|
|
4466
|
-
createElementVNode("div", _hoisted_1$
|
|
4521
|
+
createElementVNode("div", _hoisted_1$l, [
|
|
4467
4522
|
createElementVNode(
|
|
4468
4523
|
"div",
|
|
4469
4524
|
{
|
|
@@ -4474,7 +4529,7 @@ var script$l = /* @__PURE__ */ defineComponent({
|
|
|
4474
4529
|
/* TEXT, CLASS */
|
|
4475
4530
|
),
|
|
4476
4531
|
renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
4477
|
-
props.rightIcon ? (openBlock(), createBlock(script$
|
|
4532
|
+
props.rightIcon ? (openBlock(), createBlock(script$n, {
|
|
4478
4533
|
key: 0,
|
|
4479
4534
|
name: "icon-arrow",
|
|
4480
4535
|
size: "11px",
|
|
@@ -4491,11 +4546,11 @@ var script$l = /* @__PURE__ */ defineComponent({
|
|
|
4491
4546
|
}
|
|
4492
4547
|
});
|
|
4493
4548
|
|
|
4494
|
-
script$
|
|
4549
|
+
script$m.__file = "src/components/dd-area/index.vue";
|
|
4495
4550
|
|
|
4496
|
-
const _hoisted_1$
|
|
4497
|
-
const _hoisted_2$
|
|
4498
|
-
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({
|
|
4499
4554
|
__name: "index",
|
|
4500
4555
|
props: {
|
|
4501
4556
|
value: { type: String, required: false, default: "" },
|
|
@@ -4555,8 +4610,8 @@ var script$k = /* @__PURE__ */ defineComponent({
|
|
|
4555
4610
|
}, {
|
|
4556
4611
|
default: withCtx(() => [
|
|
4557
4612
|
renderSlot(_ctx.$slots, "content", {}, () => [
|
|
4558
|
-
createElementVNode("div", _hoisted_1$
|
|
4559
|
-
createElementVNode("div", _hoisted_2$
|
|
4613
|
+
createElementVNode("div", _hoisted_1$k, [
|
|
4614
|
+
createElementVNode("div", _hoisted_2$f, [
|
|
4560
4615
|
createElementVNode(
|
|
4561
4616
|
"div",
|
|
4562
4617
|
{
|
|
@@ -4573,7 +4628,7 @@ var script$k = /* @__PURE__ */ defineComponent({
|
|
|
4573
4628
|
])
|
|
4574
4629
|
]),
|
|
4575
4630
|
renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
4576
|
-
props.rightIcon ? (openBlock(), createBlock(script$
|
|
4631
|
+
props.rightIcon ? (openBlock(), createBlock(script$n, {
|
|
4577
4632
|
key: 0,
|
|
4578
4633
|
name: "icon-arrow",
|
|
4579
4634
|
size: "11px",
|
|
@@ -4591,14 +4646,14 @@ var script$k = /* @__PURE__ */ defineComponent({
|
|
|
4591
4646
|
}
|
|
4592
4647
|
});
|
|
4593
4648
|
|
|
4594
|
-
script$
|
|
4649
|
+
script$l.__file = "src/components/dd-selector/index.vue";
|
|
4595
4650
|
|
|
4596
|
-
const _hoisted_1$
|
|
4597
|
-
const _hoisted_2$
|
|
4598
|
-
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"];
|
|
4599
4654
|
const _hoisted_4$6 = { class: "self-registration__input" };
|
|
4600
4655
|
const _hoisted_5$5 = { class: "self-registration-bottom" };
|
|
4601
|
-
var script$
|
|
4656
|
+
var script$k = /* @__PURE__ */ defineComponent({
|
|
4602
4657
|
__name: "SelfRegistration",
|
|
4603
4658
|
props: {
|
|
4604
4659
|
banner: { type: String, required: false, default: "https://cdn.ddjf.com/static/images/wx-yunservice/ai-form-bg2.png" }
|
|
@@ -4700,13 +4755,13 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4700
4755
|
const _component_nut_form_item = FormItem;
|
|
4701
4756
|
const _component_nut_form = Form;
|
|
4702
4757
|
const _component_nut_button = Button;
|
|
4703
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
4704
|
-
createElementVNode("div", _hoisted_2$
|
|
4758
|
+
return openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
4759
|
+
createElementVNode("div", _hoisted_2$e, [
|
|
4705
4760
|
createElementVNode("img", {
|
|
4706
|
-
src:
|
|
4761
|
+
src: __props.banner,
|
|
4707
4762
|
class: "self-registration-banner",
|
|
4708
4763
|
alt: ""
|
|
4709
|
-
}, null, 8, _hoisted_3$
|
|
4764
|
+
}, null, 8, _hoisted_3$9),
|
|
4710
4765
|
createVNode(_component_nut_form, null, {
|
|
4711
4766
|
default: withCtx(() => [
|
|
4712
4767
|
createVNode(_component_nut_form_item, {
|
|
@@ -4722,16 +4777,24 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4722
4777
|
}, {
|
|
4723
4778
|
default: withCtx(() => [
|
|
4724
4779
|
createVNode(_component_nut_radio, { label: "person" }, {
|
|
4725
|
-
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
4726
|
-
createTextVNode(
|
|
4727
|
-
|
|
4780
|
+
default: withCtx(() => [..._cache[7] || (_cache[7] = [
|
|
4781
|
+
createTextVNode(
|
|
4782
|
+
"\u4E2A\u4EBA\u4F7F\u7528",
|
|
4783
|
+
-1
|
|
4784
|
+
/* CACHED */
|
|
4785
|
+
)
|
|
4786
|
+
])]),
|
|
4728
4787
|
_: 1
|
|
4729
4788
|
/* STABLE */
|
|
4730
4789
|
}),
|
|
4731
4790
|
createVNode(_component_nut_radio, { label: "company" }, {
|
|
4732
|
-
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
4733
|
-
createTextVNode(
|
|
4734
|
-
|
|
4791
|
+
default: withCtx(() => [..._cache[8] || (_cache[8] = [
|
|
4792
|
+
createTextVNode(
|
|
4793
|
+
"\u516C\u53F8\u4F7F\u7528",
|
|
4794
|
+
-1
|
|
4795
|
+
/* CACHED */
|
|
4796
|
+
)
|
|
4797
|
+
])]),
|
|
4735
4798
|
_: 1
|
|
4736
4799
|
/* STABLE */
|
|
4737
4800
|
})
|
|
@@ -4764,8 +4827,8 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4764
4827
|
), [
|
|
4765
4828
|
[vModelText, formState.name]
|
|
4766
4829
|
]),
|
|
4767
|
-
createVNode(script$
|
|
4768
|
-
icon: withCtx(() => _cache[9] || (_cache[9] = [
|
|
4830
|
+
createVNode(script$G, { onComplete: onOCRInfo }, {
|
|
4831
|
+
icon: withCtx(() => [..._cache[9] || (_cache[9] = [
|
|
4769
4832
|
createElementVNode(
|
|
4770
4833
|
"img",
|
|
4771
4834
|
{
|
|
@@ -4774,9 +4837,9 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4774
4837
|
},
|
|
4775
4838
|
null,
|
|
4776
4839
|
-1
|
|
4777
|
-
/*
|
|
4840
|
+
/* CACHED */
|
|
4778
4841
|
)
|
|
4779
|
-
])),
|
|
4842
|
+
])]),
|
|
4780
4843
|
_: 1
|
|
4781
4844
|
/* STABLE */
|
|
4782
4845
|
})
|
|
@@ -4818,7 +4881,7 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4818
4881
|
required: ""
|
|
4819
4882
|
}, {
|
|
4820
4883
|
default: withCtx(() => [
|
|
4821
|
-
createVNode(script$
|
|
4884
|
+
createVNode(script$l, {
|
|
4822
4885
|
value: formState.position,
|
|
4823
4886
|
"onUpdate:value": _cache[3] || (_cache[3] = ($event) => formState.position = $event),
|
|
4824
4887
|
options: positionOptions
|
|
@@ -4880,7 +4943,7 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4880
4943
|
required: ""
|
|
4881
4944
|
}, {
|
|
4882
4945
|
default: withCtx(() => [
|
|
4883
|
-
createVNode(script$
|
|
4946
|
+
createVNode(script$m, {
|
|
4884
4947
|
value: formState.areaCode,
|
|
4885
4948
|
"onUpdate:value": _cache[6] || (_cache[6] = ($event) => formState.areaCode = $event),
|
|
4886
4949
|
type: "city",
|
|
@@ -4906,9 +4969,13 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4906
4969
|
class: "experience-button",
|
|
4907
4970
|
onClick: submit
|
|
4908
4971
|
}, {
|
|
4909
|
-
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
4910
|
-
createTextVNode(
|
|
4911
|
-
|
|
4972
|
+
default: withCtx(() => [..._cache[10] || (_cache[10] = [
|
|
4973
|
+
createTextVNode(
|
|
4974
|
+
"\u7ACB\u5373\u4F53\u9A8C",
|
|
4975
|
+
-1
|
|
4976
|
+
/* CACHED */
|
|
4977
|
+
)
|
|
4978
|
+
])]),
|
|
4912
4979
|
_: 1
|
|
4913
4980
|
/* STABLE */
|
|
4914
4981
|
})
|
|
@@ -4918,10 +4985,40 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
4918
4985
|
}
|
|
4919
4986
|
});
|
|
4920
4987
|
|
|
4921
|
-
script$
|
|
4988
|
+
script$k.__file = "src/register/components/SelfRegistration.vue";
|
|
4922
4989
|
|
|
4923
|
-
const
|
|
4924
|
-
|
|
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(
|
|
4925
5022
|
Object.entries(endpointsList$1).map(([name, def]) => [name, def.path])
|
|
4926
5023
|
);
|
|
4927
5024
|
const translates$1 = Object.fromEntries(
|
|
@@ -4930,6 +5027,9 @@ const translates$1 = Object.fromEntries(
|
|
|
4930
5027
|
const transforms$1 = Object.fromEntries(
|
|
4931
5028
|
Object.entries(endpointsList$1).map(([, def]) => [def.path, def.transform])
|
|
4932
5029
|
);
|
|
5030
|
+
const transformRow = (row, mappings2) => {
|
|
5031
|
+
return Object.fromEntries(Object.entries(row).map(([k, v]) => [mappings2[k] || k, v]));
|
|
5032
|
+
};
|
|
4933
5033
|
|
|
4934
5034
|
const logger$1 = useLogger();
|
|
4935
5035
|
const vendor$1 = {
|
|
@@ -4999,13 +5099,19 @@ function useHttp$1() {
|
|
|
4999
5099
|
}
|
|
5000
5100
|
],
|
|
5001
5101
|
paging: {
|
|
5002
|
-
translate: (params) =>
|
|
5003
|
-
|
|
5004
|
-
|
|
5005
|
-
|
|
5102
|
+
translate: (params) => {
|
|
5103
|
+
console.log(params);
|
|
5104
|
+
return {
|
|
5105
|
+
pageNum: params.page,
|
|
5106
|
+
pageSize: params.pageSize || 10
|
|
5107
|
+
};
|
|
5108
|
+
},
|
|
5006
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;
|
|
5007
5111
|
return {
|
|
5008
|
-
|
|
5112
|
+
total,
|
|
5113
|
+
totalRecords,
|
|
5114
|
+
isLastPage
|
|
5009
5115
|
};
|
|
5010
5116
|
}
|
|
5011
5117
|
},
|
|
@@ -5015,9 +5121,9 @@ function useHttp$1() {
|
|
|
5015
5121
|
return $http;
|
|
5016
5122
|
}
|
|
5017
5123
|
|
|
5018
|
-
const _hoisted_1$
|
|
5019
|
-
const _hoisted_2$
|
|
5020
|
-
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({
|
|
5021
5127
|
__name: "NoticePopup",
|
|
5022
5128
|
props: {
|
|
5023
5129
|
message: { type: null, required: true, default: {} },
|
|
@@ -5070,17 +5176,17 @@ var script$i = /* @__PURE__ */ defineComponent({
|
|
|
5070
5176
|
createTextVNode("\u7CFB\u7EDF\u516C\u544A ")
|
|
5071
5177
|
],
|
|
5072
5178
|
-1
|
|
5073
|
-
/*
|
|
5179
|
+
/* CACHED */
|
|
5074
5180
|
)),
|
|
5075
|
-
createElementVNode("div", _hoisted_1$
|
|
5181
|
+
createElementVNode("div", _hoisted_1$i, [
|
|
5076
5182
|
createElementVNode(
|
|
5077
5183
|
"div",
|
|
5078
|
-
_hoisted_2$
|
|
5079
|
-
toDisplayString(
|
|
5184
|
+
_hoisted_2$d,
|
|
5185
|
+
toDisplayString(__props.message.context.replace("\u3010\u7CFB\u7EDF\u516C\u544A\u3011 ", "")),
|
|
5080
5186
|
1
|
|
5081
5187
|
/* TEXT */
|
|
5082
5188
|
),
|
|
5083
|
-
|
|
5189
|
+
__props.message.jumpUrl || __props.message.link ? (openBlock(), createElementBlock("div", {
|
|
5084
5190
|
key: 0,
|
|
5085
5191
|
class: "notice-popup-bd-link",
|
|
5086
5192
|
onClick: toViewAttachment
|
|
@@ -5100,7 +5206,7 @@ var script$i = /* @__PURE__ */ defineComponent({
|
|
|
5100
5206
|
}
|
|
5101
5207
|
});
|
|
5102
5208
|
|
|
5103
|
-
script$
|
|
5209
|
+
script$j.__file = "src/notice/components/NoticePopup.vue";
|
|
5104
5210
|
|
|
5105
5211
|
function useNotice() {
|
|
5106
5212
|
async function noticeClick(item, cb) {
|
|
@@ -5128,9 +5234,9 @@ function useNotice() {
|
|
|
5128
5234
|
};
|
|
5129
5235
|
}
|
|
5130
5236
|
|
|
5131
|
-
const _hoisted_1$
|
|
5132
|
-
const _hoisted_2$
|
|
5133
|
-
var script$
|
|
5237
|
+
const _hoisted_1$h = { class: "notice-banner-text" };
|
|
5238
|
+
const _hoisted_2$c = ["onClick"];
|
|
5239
|
+
var script$i = /* @__PURE__ */ defineComponent({
|
|
5134
5240
|
__name: "NoticeBanner",
|
|
5135
5241
|
props: {
|
|
5136
5242
|
app: { type: String, required: true, default: "" },
|
|
@@ -5254,7 +5360,7 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
5254
5360
|
"div",
|
|
5255
5361
|
{
|
|
5256
5362
|
key: 0,
|
|
5257
|
-
class: normalizeClass(["notice-banner", { fixed:
|
|
5363
|
+
class: normalizeClass(["notice-banner", { fixed: __props.fixed }]),
|
|
5258
5364
|
style: normalizeStyle(topStype.value),
|
|
5259
5365
|
onTouchstart: onTouchStart,
|
|
5260
5366
|
onTouchend: _cache[0] || (_cache[0] = //@ts-ignore
|
|
@@ -5265,7 +5371,7 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
5265
5371
|
Fragment,
|
|
5266
5372
|
null,
|
|
5267
5373
|
renderList(bannerMessages.value, (item, key) => {
|
|
5268
|
-
return openBlock(), createBlock(script$
|
|
5374
|
+
return openBlock(), createBlock(script$I, {
|
|
5269
5375
|
class: normalizeClass({ show: key === activeKey.value }),
|
|
5270
5376
|
key,
|
|
5271
5377
|
showClose: item.noticeType === 0,
|
|
@@ -5281,11 +5387,11 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
5281
5387
|
},
|
|
5282
5388
|
null,
|
|
5283
5389
|
-1
|
|
5284
|
-
/*
|
|
5390
|
+
/* CACHED */
|
|
5285
5391
|
)),
|
|
5286
5392
|
createElementVNode(
|
|
5287
5393
|
"div",
|
|
5288
|
-
_hoisted_1$
|
|
5394
|
+
_hoisted_1$h,
|
|
5289
5395
|
toDisplayString(item.context),
|
|
5290
5396
|
1
|
|
5291
5397
|
/* TEXT */
|
|
@@ -5293,7 +5399,7 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
5293
5399
|
createElementVNode("div", {
|
|
5294
5400
|
class: "notice-banner-btn",
|
|
5295
5401
|
onClick: ($event) => onDetail(item)
|
|
5296
|
-
}, "\u8BE6\u60C5", 8, _hoisted_2$
|
|
5402
|
+
}, "\u8BE6\u60C5", 8, _hoisted_2$c)
|
|
5297
5403
|
]),
|
|
5298
5404
|
_: 2
|
|
5299
5405
|
/* DYNAMIC */
|
|
@@ -5307,9 +5413,9 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
5307
5413
|
/* CLASS, STYLE, NEED_HYDRATION */
|
|
5308
5414
|
)) : createCommentVNode("v-if", true),
|
|
5309
5415
|
createCommentVNode(" \u7CFB\u7EDF\u516C\u544A\u5F3A\u5236\u5F39\u6846 "),
|
|
5310
|
-
popMessages.value.length ? (openBlock(), createBlock(script$
|
|
5416
|
+
popMessages.value.length ? (openBlock(), createBlock(script$j, {
|
|
5311
5417
|
key: 1,
|
|
5312
|
-
device:
|
|
5418
|
+
device: __props.device,
|
|
5313
5419
|
message: popMessages.value[0],
|
|
5314
5420
|
onClose: onPopupClose,
|
|
5315
5421
|
onView: _cache[1] || (_cache[1] = ($event) => onView(popMessages.value[0]))
|
|
@@ -5322,14 +5428,14 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
5322
5428
|
}
|
|
5323
5429
|
});
|
|
5324
5430
|
|
|
5325
|
-
script$
|
|
5431
|
+
script$i.__file = "src/notice/components/NoticeBanner.vue";
|
|
5326
5432
|
|
|
5327
|
-
const _hoisted_1$
|
|
5328
|
-
const _hoisted_2$
|
|
5433
|
+
const _hoisted_1$g = { class: "notice-entry" };
|
|
5434
|
+
const _hoisted_2$b = {
|
|
5329
5435
|
key: 0,
|
|
5330
5436
|
class: "notice-entry-icon"
|
|
5331
5437
|
};
|
|
5332
|
-
var script$
|
|
5438
|
+
var script$h = /* @__PURE__ */ defineComponent({
|
|
5333
5439
|
__name: "NoticeEntry",
|
|
5334
5440
|
props: {
|
|
5335
5441
|
app: { type: String, required: true, default: "" },
|
|
@@ -5365,7 +5471,7 @@ var script$g = /* @__PURE__ */ defineComponent({
|
|
|
5365
5471
|
});
|
|
5366
5472
|
}
|
|
5367
5473
|
return (_ctx, _cache) => {
|
|
5368
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5474
|
+
return openBlock(), createElementBlock("div", _hoisted_1$g, [
|
|
5369
5475
|
_cache[0] || (_cache[0] = createElementVNode(
|
|
5370
5476
|
"img",
|
|
5371
5477
|
{
|
|
@@ -5375,27 +5481,27 @@ var script$g = /* @__PURE__ */ defineComponent({
|
|
|
5375
5481
|
},
|
|
5376
5482
|
null,
|
|
5377
5483
|
-1
|
|
5378
|
-
/*
|
|
5484
|
+
/* CACHED */
|
|
5379
5485
|
)),
|
|
5380
5486
|
_cache[1] || (_cache[1] = createElementVNode(
|
|
5381
5487
|
"span",
|
|
5382
5488
|
null,
|
|
5383
5489
|
"\u901A\u77E5",
|
|
5384
5490
|
-1
|
|
5385
|
-
/*
|
|
5491
|
+
/* CACHED */
|
|
5386
5492
|
)),
|
|
5387
|
-
noticeShow.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
5493
|
+
noticeShow.value ? (openBlock(), createElementBlock("div", _hoisted_2$b)) : createCommentVNode("v-if", true)
|
|
5388
5494
|
]);
|
|
5389
5495
|
};
|
|
5390
5496
|
}
|
|
5391
5497
|
});
|
|
5392
5498
|
|
|
5393
|
-
script$
|
|
5499
|
+
script$h.__file = "src/notice/components/NoticeEntry.vue";
|
|
5394
5500
|
|
|
5395
|
-
const _hoisted_1$
|
|
5396
|
-
const _hoisted_2$
|
|
5397
|
-
const _hoisted_3$
|
|
5398
|
-
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({
|
|
5399
5505
|
__name: "index",
|
|
5400
5506
|
props: {
|
|
5401
5507
|
disabled: { type: Boolean, required: false, default: false },
|
|
@@ -5448,7 +5554,7 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5448
5554
|
}])
|
|
5449
5555
|
},
|
|
5450
5556
|
[
|
|
5451
|
-
createElementVNode("div", _hoisted_1$
|
|
5557
|
+
createElementVNode("div", _hoisted_1$f, [
|
|
5452
5558
|
_cache[2] || (_cache[2] = createElementVNode(
|
|
5453
5559
|
"div",
|
|
5454
5560
|
{ class: "dd-search__prefix" },
|
|
@@ -5459,9 +5565,9 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5459
5565
|
})
|
|
5460
5566
|
],
|
|
5461
5567
|
-1
|
|
5462
|
-
/*
|
|
5568
|
+
/* CACHED */
|
|
5463
5569
|
)),
|
|
5464
|
-
createElementVNode("div", _hoisted_2$
|
|
5570
|
+
createElementVNode("div", _hoisted_2$a, [
|
|
5465
5571
|
withDirectives(createElementVNode("input", {
|
|
5466
5572
|
class: "dd-search__input",
|
|
5467
5573
|
type: "text",
|
|
@@ -5475,7 +5581,7 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5475
5581
|
onConfirm,
|
|
5476
5582
|
onFocus: onFoucs,
|
|
5477
5583
|
onBlur
|
|
5478
|
-
}, null, 40, _hoisted_3$
|
|
5584
|
+
}, null, 40, _hoisted_3$8), [
|
|
5479
5585
|
[vModelText, key.value]
|
|
5480
5586
|
])
|
|
5481
5587
|
]),
|
|
@@ -5485,7 +5591,7 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5485
5591
|
class: "dd-search__suffix",
|
|
5486
5592
|
onTap: onClear
|
|
5487
5593
|
},
|
|
5488
|
-
_cache[1] || (_cache[1] = [
|
|
5594
|
+
[..._cache[1] || (_cache[1] = [
|
|
5489
5595
|
createElementVNode(
|
|
5490
5596
|
"image",
|
|
5491
5597
|
{
|
|
@@ -5494,9 +5600,9 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5494
5600
|
},
|
|
5495
5601
|
null,
|
|
5496
5602
|
-1
|
|
5497
|
-
/*
|
|
5603
|
+
/* CACHED */
|
|
5498
5604
|
)
|
|
5499
|
-
]),
|
|
5605
|
+
])],
|
|
5500
5606
|
544
|
|
5501
5607
|
/* NEED_HYDRATION, NEED_PATCH */
|
|
5502
5608
|
), [
|
|
@@ -5516,7 +5622,7 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5516
5622
|
}
|
|
5517
5623
|
});
|
|
5518
5624
|
|
|
5519
|
-
script$
|
|
5625
|
+
script$g.__file = "src/components/dd-search/index.vue";
|
|
5520
5626
|
|
|
5521
5627
|
function useCommonList(api, query, loading = true, method = "GET") {
|
|
5522
5628
|
const isLast = ref(false);
|
|
@@ -5577,9 +5683,9 @@ function useCommonList(api, query, loading = true, method = "GET") {
|
|
|
5577
5683
|
};
|
|
5578
5684
|
}
|
|
5579
5685
|
|
|
5580
|
-
const _hoisted_1$
|
|
5581
|
-
const _hoisted_2$
|
|
5582
|
-
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 = {
|
|
5583
5689
|
key: 0,
|
|
5584
5690
|
class: "wrapper"
|
|
5585
5691
|
};
|
|
@@ -5599,7 +5705,7 @@ const _hoisted_9$1 = {
|
|
|
5599
5705
|
key: 1,
|
|
5600
5706
|
class: "no-data"
|
|
5601
5707
|
};
|
|
5602
|
-
var script$
|
|
5708
|
+
var script$f = /* @__PURE__ */ defineComponent({
|
|
5603
5709
|
__name: "NoticeList",
|
|
5604
5710
|
props: {
|
|
5605
5711
|
app: { type: String, required: true, default: "" },
|
|
@@ -5676,16 +5782,16 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
5676
5782
|
const emits = __emit;
|
|
5677
5783
|
return (_ctx, _cache) => {
|
|
5678
5784
|
const _component_rich_text = resolveComponent("rich-text");
|
|
5679
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5680
|
-
createVNode(script$
|
|
5785
|
+
return openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
5786
|
+
createVNode(script$g, {
|
|
5681
5787
|
bordered: false,
|
|
5682
5788
|
focus: false,
|
|
5683
5789
|
value: query.value.title,
|
|
5684
5790
|
placeholder: "\u8BF7\u8F93\u5165\u5173\u952E\u5B57\u641C\u7D22",
|
|
5685
5791
|
onSearch
|
|
5686
5792
|
}, null, 8, ["value"]),
|
|
5687
|
-
createElementVNode("div", _hoisted_2$
|
|
5688
|
-
unref(list).length ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
5793
|
+
createElementVNode("div", _hoisted_2$9, [
|
|
5794
|
+
unref(list).length ? (openBlock(), createElementBlock("div", _hoisted_3$7, [
|
|
5689
5795
|
createVNode(unref(ScrollView), {
|
|
5690
5796
|
class: "content",
|
|
5691
5797
|
"scroll-y": true,
|
|
@@ -5711,7 +5817,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
5711
5817
|
{ class: "point" },
|
|
5712
5818
|
null,
|
|
5713
5819
|
-1
|
|
5714
|
-
/*
|
|
5820
|
+
/* CACHED */
|
|
5715
5821
|
)),
|
|
5716
5822
|
createElementVNode("div", null, [
|
|
5717
5823
|
createElementVNode(
|
|
@@ -5721,7 +5827,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
5721
5827
|
1
|
|
5722
5828
|
/* TEXT */
|
|
5723
5829
|
),
|
|
5724
|
-
|
|
5830
|
+
__props.app !== "loankit" || __props.app === "loankit" && item.title !== item.context ? (openBlock(), createElementBlock(
|
|
5725
5831
|
"div",
|
|
5726
5832
|
{
|
|
5727
5833
|
key: 0,
|
|
@@ -5734,7 +5840,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
5734
5840
|
1
|
|
5735
5841
|
/* TEXT */
|
|
5736
5842
|
),
|
|
5737
|
-
|
|
5843
|
+
__props.showApp && appMap[item.appCode] ? (openBlock(), createElementBlock(
|
|
5738
5844
|
"div",
|
|
5739
5845
|
_hoisted_6$3,
|
|
5740
5846
|
toDisplayString(appMap[item.appCode]),
|
|
@@ -5775,7 +5881,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
5775
5881
|
_: 1
|
|
5776
5882
|
/* STABLE */
|
|
5777
5883
|
}, 8, ["refresherTriggered", "onScrolltolower"])
|
|
5778
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_9$1, _cache[1] || (_cache[1] = [
|
|
5884
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_9$1, [..._cache[1] || (_cache[1] = [
|
|
5779
5885
|
createElementVNode(
|
|
5780
5886
|
"div",
|
|
5781
5887
|
{ class: "no-data-img" },
|
|
@@ -5787,23 +5893,311 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
5787
5893
|
})
|
|
5788
5894
|
],
|
|
5789
5895
|
-1
|
|
5790
|
-
/*
|
|
5896
|
+
/* CACHED */
|
|
5791
5897
|
),
|
|
5792
5898
|
createElementVNode(
|
|
5793
5899
|
"div",
|
|
5794
5900
|
{ class: "text" },
|
|
5795
5901
|
"\u6682\u65E0\u8BB0\u5F55",
|
|
5796
5902
|
-1
|
|
5797
|
-
/*
|
|
5903
|
+
/* CACHED */
|
|
5798
5904
|
)
|
|
5799
|
-
])))
|
|
5905
|
+
])]))
|
|
5800
5906
|
])
|
|
5801
5907
|
]);
|
|
5802
5908
|
};
|
|
5803
5909
|
}
|
|
5804
5910
|
});
|
|
5805
5911
|
|
|
5806
|
-
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";
|
|
5807
6201
|
|
|
5808
6202
|
const _hoisted_1$c = { class: "user-entry" };
|
|
5809
6203
|
const _hoisted_2$7 = { class: "user-entry-head" };
|
|
@@ -5833,12 +6227,12 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
5833
6227
|
return (_ctx, _cache) => {
|
|
5834
6228
|
return openBlock(), createElementBlock("div", _hoisted_1$c, [
|
|
5835
6229
|
createElementVNode("div", _hoisted_2$7, [
|
|
5836
|
-
|
|
6230
|
+
__props.avatar ? (openBlock(), createElementBlock("img", {
|
|
5837
6231
|
key: 0,
|
|
5838
6232
|
class: "user-entry-head-img",
|
|
5839
6233
|
onClick: toUser,
|
|
5840
6234
|
mode: "aspectFit",
|
|
5841
|
-
src:
|
|
6235
|
+
src: __props.avatar,
|
|
5842
6236
|
alt: ""
|
|
5843
6237
|
}, null, 8, _hoisted_3$5)) : (openBlock(), createElementBlock("img", {
|
|
5844
6238
|
key: 1,
|
|
@@ -5850,12 +6244,16 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
5850
6244
|
}))
|
|
5851
6245
|
]),
|
|
5852
6246
|
createElementVNode("div", _hoisted_4$4, [
|
|
5853
|
-
!
|
|
6247
|
+
!__props.mobile ? (openBlock(), createElementBlock("div", {
|
|
5854
6248
|
key: 0,
|
|
5855
6249
|
class: "user-entry-bd-bigtxt",
|
|
5856
6250
|
onClick: toLogin
|
|
5857
|
-
}, _cache[0] || (_cache[0] = [
|
|
5858
|
-
createTextVNode(
|
|
6251
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
6252
|
+
createTextVNode(
|
|
6253
|
+
" \u8BF7\u767B\u5F55 ",
|
|
6254
|
+
-1
|
|
6255
|
+
/* CACHED */
|
|
6256
|
+
),
|
|
5859
6257
|
createElementVNode(
|
|
5860
6258
|
"span",
|
|
5861
6259
|
{ class: "user-entry-bd-arrow" },
|
|
@@ -5866,9 +6264,9 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
5866
6264
|
})
|
|
5867
6265
|
],
|
|
5868
6266
|
-1
|
|
5869
|
-
/*
|
|
6267
|
+
/* CACHED */
|
|
5870
6268
|
)
|
|
5871
|
-
]))) : (openBlock(), createElementBlock(
|
|
6269
|
+
])])) : (openBlock(), createElementBlock(
|
|
5872
6270
|
Fragment,
|
|
5873
6271
|
{ key: 1 },
|
|
5874
6272
|
[
|
|
@@ -5877,7 +6275,7 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
5877
6275
|
class: "user-entry-bd-txt"
|
|
5878
6276
|
}, [
|
|
5879
6277
|
createTextVNode(
|
|
5880
|
-
toDisplayString(
|
|
6278
|
+
toDisplayString(__props.name) + " ",
|
|
5881
6279
|
1
|
|
5882
6280
|
/* TEXT */
|
|
5883
6281
|
),
|
|
@@ -5891,7 +6289,7 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
5891
6289
|
})
|
|
5892
6290
|
],
|
|
5893
6291
|
-1
|
|
5894
|
-
/*
|
|
6292
|
+
/* CACHED */
|
|
5895
6293
|
))
|
|
5896
6294
|
]),
|
|
5897
6295
|
createElementVNode(
|
|
@@ -5900,7 +6298,7 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
5900
6298
|
onClick: toUser,
|
|
5901
6299
|
class: "user-entry-bd-smalltxt"
|
|
5902
6300
|
},
|
|
5903
|
-
toDisplayString(unref(encodePhone)(
|
|
6301
|
+
toDisplayString(unref(encodePhone)(__props.mobile)),
|
|
5904
6302
|
1
|
|
5905
6303
|
/* TEXT */
|
|
5906
6304
|
)
|
|
@@ -5931,24 +6329,24 @@ var script$c = /* @__PURE__ */ defineComponent({
|
|
|
5931
6329
|
(openBlock(true), createElementBlock(
|
|
5932
6330
|
Fragment,
|
|
5933
6331
|
null,
|
|
5934
|
-
renderList(
|
|
6332
|
+
renderList(__props.row, (item, key) => {
|
|
5935
6333
|
return openBlock(), createElementBlock("div", {
|
|
5936
6334
|
class: "dd-skeleton__item",
|
|
5937
6335
|
key
|
|
5938
6336
|
}, [
|
|
5939
|
-
Number(
|
|
6337
|
+
Number(__props.shortRow) > 0 ? (openBlock(), createBlock(_component_nut_skeleton, {
|
|
5940
6338
|
key: 0,
|
|
5941
6339
|
width: "40%",
|
|
5942
6340
|
height: "15px",
|
|
5943
6341
|
animated: "",
|
|
5944
|
-
row:
|
|
6342
|
+
row: __props.shortRow
|
|
5945
6343
|
}, null, 8, ["row"])) : createCommentVNode("v-if", true),
|
|
5946
6344
|
createVNode(_component_nut_skeleton, {
|
|
5947
6345
|
width: "100%",
|
|
5948
6346
|
height: "15px",
|
|
5949
6347
|
title: "",
|
|
5950
6348
|
animated: "",
|
|
5951
|
-
row:
|
|
6349
|
+
row: __props.longRow
|
|
5952
6350
|
}, null, 8, ["row"])
|
|
5953
6351
|
]);
|
|
5954
6352
|
}),
|
|
@@ -6047,11 +6445,14 @@ function useHttp() {
|
|
|
6047
6445
|
paging: {
|
|
6048
6446
|
translate: (params) => ({
|
|
6049
6447
|
pageNum: params.page,
|
|
6050
|
-
pageSize: params.pageSize
|
|
6448
|
+
pageSize: params.pageSize || 10
|
|
6051
6449
|
}),
|
|
6052
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;
|
|
6053
6452
|
return {
|
|
6054
|
-
|
|
6453
|
+
total,
|
|
6454
|
+
totalRecords,
|
|
6455
|
+
isLastPage
|
|
6055
6456
|
};
|
|
6056
6457
|
}
|
|
6057
6458
|
},
|
|
@@ -6350,7 +6751,7 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6350
6751
|
{ class: "user-info-tit" },
|
|
6351
6752
|
"\u8D26\u53F7\u4FE1\u606F",
|
|
6352
6753
|
-1
|
|
6353
|
-
/*
|
|
6754
|
+
/* CACHED */
|
|
6354
6755
|
)),
|
|
6355
6756
|
createElementVNode("div", _hoisted_2$6, [
|
|
6356
6757
|
createElementVNode("div", {
|
|
@@ -6376,7 +6777,7 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6376
6777
|
})
|
|
6377
6778
|
],
|
|
6378
6779
|
-1
|
|
6379
|
-
/*
|
|
6780
|
+
/* CACHED */
|
|
6380
6781
|
))
|
|
6381
6782
|
]),
|
|
6382
6783
|
createVNode(_component_nut_cell, {
|
|
@@ -6410,9 +6811,9 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6410
6811
|
/* STABLE */
|
|
6411
6812
|
})
|
|
6412
6813
|
]),
|
|
6413
|
-
|
|
6814
|
+
__props.hasQiyezuhu ? (openBlock(), createElementBlock("div", _hoisted_8$1, "\u4F01\u4E1A/\u56E2\u961F")) : createCommentVNode("v-if", true),
|
|
6414
6815
|
createElementVNode("div", _hoisted_9, [
|
|
6415
|
-
|
|
6816
|
+
__props.hasQiyezuhu ? (openBlock(true), createElementBlock(
|
|
6416
6817
|
Fragment,
|
|
6417
6818
|
{ key: 0 },
|
|
6418
6819
|
renderList(userInfo.value.tenantInfoList, (item, key) => {
|
|
@@ -6460,7 +6861,11 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6460
6861
|
class: "user-info-team-item-role-btn",
|
|
6461
6862
|
onClick: ($event) => toShowRole(item)
|
|
6462
6863
|
}, [
|
|
6463
|
-
_cache[7] || (_cache[7] = createTextVNode(
|
|
6864
|
+
_cache[7] || (_cache[7] = createTextVNode(
|
|
6865
|
+
" \u89D2\u8272\u8BE6\u60C5 ",
|
|
6866
|
+
-1
|
|
6867
|
+
/* CACHED */
|
|
6868
|
+
)),
|
|
6464
6869
|
createElementVNode(
|
|
6465
6870
|
"img",
|
|
6466
6871
|
{
|
|
@@ -6551,9 +6956,13 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6551
6956
|
plain: "",
|
|
6552
6957
|
type: "primary"
|
|
6553
6958
|
}, {
|
|
6554
|
-
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
6555
|
-
createTextVNode(
|
|
6556
|
-
|
|
6959
|
+
default: withCtx(() => [..._cache[8] || (_cache[8] = [
|
|
6960
|
+
createTextVNode(
|
|
6961
|
+
"\u9000\u51FA\u767B\u5F55",
|
|
6962
|
+
-1
|
|
6963
|
+
/* CACHED */
|
|
6964
|
+
)
|
|
6965
|
+
])]),
|
|
6557
6966
|
_: 1
|
|
6558
6967
|
/* STABLE */
|
|
6559
6968
|
})
|
|
@@ -6578,9 +6987,13 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6578
6987
|
type: "default",
|
|
6579
6988
|
onClick: onUserNameCancel
|
|
6580
6989
|
}, {
|
|
6581
|
-
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
6582
|
-
createTextVNode(
|
|
6583
|
-
|
|
6990
|
+
default: withCtx(() => [..._cache[10] || (_cache[10] = [
|
|
6991
|
+
createTextVNode(
|
|
6992
|
+
" \u53D6\u6D88 ",
|
|
6993
|
+
-1
|
|
6994
|
+
/* CACHED */
|
|
6995
|
+
)
|
|
6996
|
+
])]),
|
|
6584
6997
|
_: 1
|
|
6585
6998
|
/* STABLE */
|
|
6586
6999
|
}),
|
|
@@ -6589,9 +7002,13 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6589
7002
|
type: "primary",
|
|
6590
7003
|
onClick: onUserNameOk
|
|
6591
7004
|
}, {
|
|
6592
|
-
default: withCtx(() => _cache[11] || (_cache[11] = [
|
|
6593
|
-
createTextVNode(
|
|
6594
|
-
|
|
7005
|
+
default: withCtx(() => [..._cache[11] || (_cache[11] = [
|
|
7006
|
+
createTextVNode(
|
|
7007
|
+
" \u786E\u5B9A ",
|
|
7008
|
+
-1
|
|
7009
|
+
/* CACHED */
|
|
7010
|
+
)
|
|
7011
|
+
])]),
|
|
6595
7012
|
_: 1
|
|
6596
7013
|
/* STABLE */
|
|
6597
7014
|
})
|
|
@@ -6622,9 +7039,13 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6622
7039
|
type: "default",
|
|
6623
7040
|
onClick: onNickNameCancel
|
|
6624
7041
|
}, {
|
|
6625
|
-
default: withCtx(() => _cache[12] || (_cache[12] = [
|
|
6626
|
-
createTextVNode(
|
|
6627
|
-
|
|
7042
|
+
default: withCtx(() => [..._cache[12] || (_cache[12] = [
|
|
7043
|
+
createTextVNode(
|
|
7044
|
+
" \u53D6\u6D88 ",
|
|
7045
|
+
-1
|
|
7046
|
+
/* CACHED */
|
|
7047
|
+
)
|
|
7048
|
+
])]),
|
|
6628
7049
|
_: 1
|
|
6629
7050
|
/* STABLE */
|
|
6630
7051
|
}),
|
|
@@ -6633,9 +7054,13 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6633
7054
|
type: "primary",
|
|
6634
7055
|
onClick: onNickNameOk
|
|
6635
7056
|
}, {
|
|
6636
|
-
default: withCtx(() => _cache[13] || (_cache[13] = [
|
|
6637
|
-
createTextVNode(
|
|
6638
|
-
|
|
7057
|
+
default: withCtx(() => [..._cache[13] || (_cache[13] = [
|
|
7058
|
+
createTextVNode(
|
|
7059
|
+
" \u786E\u5B9A ",
|
|
7060
|
+
-1
|
|
7061
|
+
/* CACHED */
|
|
7062
|
+
)
|
|
7063
|
+
])]),
|
|
6639
7064
|
_: 1
|
|
6640
7065
|
/* STABLE */
|
|
6641
7066
|
})
|
|
@@ -6735,7 +7160,6 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
6735
7160
|
function onAuth() {
|
|
6736
7161
|
const $http = useHttp();
|
|
6737
7162
|
$http.post("/cas/sysAccount/verify", { verifyCode: authState.code }).then((res) => {
|
|
6738
|
-
console.log(res, "res");
|
|
6739
7163
|
if (typeof res !== "boolean") return;
|
|
6740
7164
|
showToast({ title: "\u8EAB\u4EFD\u8BA4\u8BC1\u6210\u529F", icon: "success" });
|
|
6741
7165
|
current.value++;
|
|
@@ -6803,16 +7227,24 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
6803
7227
|
}, {
|
|
6804
7228
|
default: withCtx(() => [
|
|
6805
7229
|
createVNode(_component_nut_step, { title: "\u8EAB\u4EFD\u8BA4\u8BC1" }, {
|
|
6806
|
-
default: withCtx(() => _cache[4] || (_cache[4] = [
|
|
6807
|
-
createTextVNode(
|
|
6808
|
-
|
|
7230
|
+
default: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
7231
|
+
createTextVNode(
|
|
7232
|
+
"1",
|
|
7233
|
+
-1
|
|
7234
|
+
/* CACHED */
|
|
7235
|
+
)
|
|
7236
|
+
])]),
|
|
6809
7237
|
_: 1
|
|
6810
7238
|
/* STABLE */
|
|
6811
7239
|
}),
|
|
6812
7240
|
createVNode(_component_nut_step, { title: "\u6362\u7ED1\u624B\u673A" }, {
|
|
6813
|
-
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
6814
|
-
createTextVNode(
|
|
6815
|
-
|
|
7241
|
+
default: withCtx(() => [..._cache[5] || (_cache[5] = [
|
|
7242
|
+
createTextVNode(
|
|
7243
|
+
"2",
|
|
7244
|
+
-1
|
|
7245
|
+
/* CACHED */
|
|
7246
|
+
)
|
|
7247
|
+
])]),
|
|
6816
7248
|
_: 1
|
|
6817
7249
|
/* STABLE */
|
|
6818
7250
|
})
|
|
@@ -6889,9 +7321,13 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
6889
7321
|
type: "primary",
|
|
6890
7322
|
onClick: onAuth
|
|
6891
7323
|
}, {
|
|
6892
|
-
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
6893
|
-
createTextVNode(
|
|
6894
|
-
|
|
7324
|
+
default: withCtx(() => [..._cache[6] || (_cache[6] = [
|
|
7325
|
+
createTextVNode(
|
|
7326
|
+
"\u63D0\u4EA4",
|
|
7327
|
+
-1
|
|
7328
|
+
/* CACHED */
|
|
7329
|
+
)
|
|
7330
|
+
])]),
|
|
6895
7331
|
_: 1
|
|
6896
7332
|
/* STABLE */
|
|
6897
7333
|
}, 8, ["disabled"])
|
|
@@ -6962,9 +7398,13 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
6962
7398
|
type: "primary",
|
|
6963
7399
|
onClick: onBinding
|
|
6964
7400
|
}, {
|
|
6965
|
-
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
6966
|
-
createTextVNode(
|
|
6967
|
-
|
|
7401
|
+
default: withCtx(() => [..._cache[7] || (_cache[7] = [
|
|
7402
|
+
createTextVNode(
|
|
7403
|
+
"\u63D0\u4EA4",
|
|
7404
|
+
-1
|
|
7405
|
+
/* CACHED */
|
|
7406
|
+
)
|
|
7407
|
+
])]),
|
|
6968
7408
|
_: 1
|
|
6969
7409
|
/* STABLE */
|
|
6970
7410
|
}, 8, ["disabled"])
|
|
@@ -7006,7 +7446,7 @@ var script$9 = /* @__PURE__ */ defineComponent({
|
|
|
7006
7446
|
},
|
|
7007
7447
|
null,
|
|
7008
7448
|
-1
|
|
7009
|
-
/*
|
|
7449
|
+
/* CACHED */
|
|
7010
7450
|
)),
|
|
7011
7451
|
createElementVNode(
|
|
7012
7452
|
"div",
|
|
@@ -7030,9 +7470,13 @@ var script$9 = /* @__PURE__ */ defineComponent({
|
|
|
7030
7470
|
type: "primary",
|
|
7031
7471
|
onClick: toBinding
|
|
7032
7472
|
}, {
|
|
7033
|
-
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
7034
|
-
createTextVNode(
|
|
7035
|
-
|
|
7473
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
7474
|
+
createTextVNode(
|
|
7475
|
+
"\u6362\u7ED1\u624B\u673A\u53F7\u7801",
|
|
7476
|
+
-1
|
|
7477
|
+
/* CACHED */
|
|
7478
|
+
)
|
|
7479
|
+
])]),
|
|
7036
7480
|
_: 1
|
|
7037
7481
|
/* STABLE */
|
|
7038
7482
|
})
|
|
@@ -7698,28 +8142,28 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7698
8142
|
{ class: "line row row1" },
|
|
7699
8143
|
null,
|
|
7700
8144
|
-1
|
|
7701
|
-
/*
|
|
8145
|
+
/* CACHED */
|
|
7702
8146
|
)),
|
|
7703
8147
|
_cache[13] || (_cache[13] = createElementVNode(
|
|
7704
8148
|
"view",
|
|
7705
8149
|
{ class: "line row row2" },
|
|
7706
8150
|
null,
|
|
7707
8151
|
-1
|
|
7708
|
-
/*
|
|
8152
|
+
/* CACHED */
|
|
7709
8153
|
)),
|
|
7710
8154
|
_cache[14] || (_cache[14] = createElementVNode(
|
|
7711
8155
|
"view",
|
|
7712
8156
|
{ class: "line col col1" },
|
|
7713
8157
|
null,
|
|
7714
8158
|
-1
|
|
7715
|
-
/*
|
|
8159
|
+
/* CACHED */
|
|
7716
8160
|
)),
|
|
7717
8161
|
_cache[15] || (_cache[15] = createElementVNode(
|
|
7718
8162
|
"view",
|
|
7719
8163
|
{ class: "line col col2" },
|
|
7720
8164
|
null,
|
|
7721
8165
|
-1
|
|
7722
|
-
/*
|
|
8166
|
+
/* CACHED */
|
|
7723
8167
|
))
|
|
7724
8168
|
],
|
|
7725
8169
|
64
|
|
@@ -7988,7 +8432,6 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
7988
8432
|
mediaType: ["mix"],
|
|
7989
8433
|
maxDuration: 60,
|
|
7990
8434
|
success: async (res) => {
|
|
7991
|
-
console.log(res.tempFiles, "res.tempFiles");
|
|
7992
8435
|
for (const item of res.tempFiles) {
|
|
7993
8436
|
if (item.fileType === "video") {
|
|
7994
8437
|
if (item.size > 1024 * 1024 * 50) {
|
|
@@ -8121,14 +8564,14 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
8121
8564
|
},
|
|
8122
8565
|
null,
|
|
8123
8566
|
-1
|
|
8124
|
-
/*
|
|
8567
|
+
/* CACHED */
|
|
8125
8568
|
)),
|
|
8126
8569
|
_cache[5] || (_cache[5] = createElementVNode(
|
|
8127
8570
|
"div",
|
|
8128
8571
|
{ class: "user-feedback-tit" },
|
|
8129
8572
|
"\u8865\u5145\u63CF\u8FF0",
|
|
8130
8573
|
-1
|
|
8131
|
-
/*
|
|
8574
|
+
/* CACHED */
|
|
8132
8575
|
)),
|
|
8133
8576
|
createElementVNode("div", _hoisted_2$2, [
|
|
8134
8577
|
createVNode(_component_editor, {
|
|
@@ -8172,7 +8615,7 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
8172
8615
|
},
|
|
8173
8616
|
null,
|
|
8174
8617
|
-1
|
|
8175
|
-
/*
|
|
8618
|
+
/* CACHED */
|
|
8176
8619
|
)
|
|
8177
8620
|
])], 8, _hoisted_6$1)
|
|
8178
8621
|
],
|
|
@@ -8189,7 +8632,7 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
8189
8632
|
},
|
|
8190
8633
|
null,
|
|
8191
8634
|
-1
|
|
8192
|
-
/*
|
|
8635
|
+
/* CACHED */
|
|
8193
8636
|
))
|
|
8194
8637
|
]);
|
|
8195
8638
|
}),
|
|
@@ -8209,9 +8652,13 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
8209
8652
|
type: "primary",
|
|
8210
8653
|
onClick: onCancel
|
|
8211
8654
|
}, {
|
|
8212
|
-
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
8213
|
-
createTextVNode(
|
|
8214
|
-
|
|
8655
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
8656
|
+
createTextVNode(
|
|
8657
|
+
"\u6700\u5C0F\u5316",
|
|
8658
|
+
-1
|
|
8659
|
+
/* CACHED */
|
|
8660
|
+
)
|
|
8661
|
+
])]),
|
|
8215
8662
|
_: 1
|
|
8216
8663
|
/* STABLE */
|
|
8217
8664
|
}),
|
|
@@ -8220,14 +8667,18 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
8220
8667
|
type: "primary",
|
|
8221
8668
|
onClick: onOk
|
|
8222
8669
|
}, {
|
|
8223
|
-
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
8224
|
-
createTextVNode(
|
|
8225
|
-
|
|
8670
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
8671
|
+
createTextVNode(
|
|
8672
|
+
"\u53CD\u9988",
|
|
8673
|
+
-1
|
|
8674
|
+
/* CACHED */
|
|
8675
|
+
)
|
|
8676
|
+
])]),
|
|
8226
8677
|
_: 1
|
|
8227
8678
|
/* STABLE */
|
|
8228
8679
|
})
|
|
8229
8680
|
])
|
|
8230
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_8, _cache[6] || (_cache[6] = [
|
|
8681
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_8, [..._cache[6] || (_cache[6] = [
|
|
8231
8682
|
createElementVNode(
|
|
8232
8683
|
"img",
|
|
8233
8684
|
{
|
|
@@ -8237,16 +8688,16 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
8237
8688
|
},
|
|
8238
8689
|
null,
|
|
8239
8690
|
-1
|
|
8240
|
-
/*
|
|
8691
|
+
/* CACHED */
|
|
8241
8692
|
),
|
|
8242
8693
|
createElementVNode(
|
|
8243
8694
|
"div",
|
|
8244
8695
|
{ class: "user-feedback-success-info" },
|
|
8245
8696
|
"\u63D0\u4EA4\u6210\u529F",
|
|
8246
8697
|
-1
|
|
8247
|
-
/*
|
|
8698
|
+
/* CACHED */
|
|
8248
8699
|
)
|
|
8249
|
-
])))
|
|
8700
|
+
])]))
|
|
8250
8701
|
],
|
|
8251
8702
|
2
|
|
8252
8703
|
/* CLASS */
|
|
@@ -8415,7 +8866,7 @@ var script$5 = /* @__PURE__ */ defineComponent({
|
|
|
8415
8866
|
});
|
|
8416
8867
|
const emits = __emit;
|
|
8417
8868
|
return (_ctx, _cache) => {
|
|
8418
|
-
return !
|
|
8869
|
+
return !__props.hasStorage ? (openBlock(), createElementBlock(
|
|
8419
8870
|
"div",
|
|
8420
8871
|
{
|
|
8421
8872
|
key: 0,
|
|
@@ -8427,7 +8878,7 @@ var script$5 = /* @__PURE__ */ defineComponent({
|
|
|
8427
8878
|
class: "user-feedback-entry",
|
|
8428
8879
|
onClick: onJump
|
|
8429
8880
|
},
|
|
8430
|
-
_cache[2] || (_cache[2] = [
|
|
8881
|
+
[..._cache[2] || (_cache[2] = [
|
|
8431
8882
|
createElementVNode(
|
|
8432
8883
|
"img",
|
|
8433
8884
|
{
|
|
@@ -8437,16 +8888,16 @@ var script$5 = /* @__PURE__ */ defineComponent({
|
|
|
8437
8888
|
},
|
|
8438
8889
|
null,
|
|
8439
8890
|
-1
|
|
8440
|
-
/*
|
|
8891
|
+
/* CACHED */
|
|
8441
8892
|
),
|
|
8442
8893
|
createElementVNode(
|
|
8443
8894
|
"div",
|
|
8444
8895
|
null,
|
|
8445
8896
|
"\u53CD\u9988",
|
|
8446
8897
|
-1
|
|
8447
|
-
/*
|
|
8898
|
+
/* CACHED */
|
|
8448
8899
|
)
|
|
8449
|
-
]),
|
|
8900
|
+
])],
|
|
8450
8901
|
36
|
|
8451
8902
|
/* STYLE, NEED_HYDRATION */
|
|
8452
8903
|
)) : (openBlock(), createElementBlock(
|
|
@@ -8470,7 +8921,7 @@ var script$5 = /* @__PURE__ */ defineComponent({
|
|
|
8470
8921
|
createElementVNode("div", {
|
|
8471
8922
|
class: "user-feedback-entry-close",
|
|
8472
8923
|
onClick: onClose
|
|
8473
|
-
}, _cache[3] || (_cache[3] = [
|
|
8924
|
+
}, [..._cache[3] || (_cache[3] = [
|
|
8474
8925
|
createElementVNode(
|
|
8475
8926
|
"img",
|
|
8476
8927
|
{
|
|
@@ -8479,9 +8930,9 @@ var script$5 = /* @__PURE__ */ defineComponent({
|
|
|
8479
8930
|
},
|
|
8480
8931
|
null,
|
|
8481
8932
|
-1
|
|
8482
|
-
/*
|
|
8933
|
+
/* CACHED */
|
|
8483
8934
|
)
|
|
8484
|
-
]))
|
|
8935
|
+
])])
|
|
8485
8936
|
],
|
|
8486
8937
|
36
|
|
8487
8938
|
/* STYLE, NEED_HYDRATION */
|
|
@@ -8545,7 +8996,7 @@ var script$4 = /* @__PURE__ */ defineComponent({
|
|
|
8545
8996
|
}, 100);
|
|
8546
8997
|
const emits = __emit;
|
|
8547
8998
|
return (_ctx, _cache) => {
|
|
8548
|
-
return
|
|
8999
|
+
return __props.show && showLoginRule.value ? (openBlock(), createElementBlock(
|
|
8549
9000
|
"div",
|
|
8550
9001
|
{
|
|
8551
9002
|
key: 0,
|
|
@@ -8561,7 +9012,7 @@ var script$4 = /* @__PURE__ */ defineComponent({
|
|
|
8561
9012
|
},
|
|
8562
9013
|
null,
|
|
8563
9014
|
-1
|
|
8564
|
-
/*
|
|
9015
|
+
/* CACHED */
|
|
8565
9016
|
)),
|
|
8566
9017
|
createElementVNode(
|
|
8567
9018
|
"div",
|
|
@@ -8603,7 +9054,7 @@ var script$3 = /* @__PURE__ */ defineComponent({
|
|
|
8603
9054
|
return str;
|
|
8604
9055
|
});
|
|
8605
9056
|
return (_ctx, _cache) => {
|
|
8606
|
-
return
|
|
9057
|
+
return __props.show ? (openBlock(), createElementBlock(
|
|
8607
9058
|
"div",
|
|
8608
9059
|
{
|
|
8609
9060
|
key: 0,
|
|
@@ -8619,12 +9070,12 @@ var script$3 = /* @__PURE__ */ defineComponent({
|
|
|
8619
9070
|
},
|
|
8620
9071
|
null,
|
|
8621
9072
|
-1
|
|
8622
|
-
/*
|
|
9073
|
+
/* CACHED */
|
|
8623
9074
|
)),
|
|
8624
9075
|
createElementVNode(
|
|
8625
9076
|
"div",
|
|
8626
9077
|
_hoisted_1$3,
|
|
8627
|
-
" \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 ",
|
|
8628
9079
|
1
|
|
8629
9080
|
/* TEXT */
|
|
8630
9081
|
)
|
|
@@ -8751,7 +9202,7 @@ var script$2 = /* @__PURE__ */ defineComponent({
|
|
|
8751
9202
|
rules: ["required"]
|
|
8752
9203
|
}, {
|
|
8753
9204
|
append: withCtx(() => [
|
|
8754
|
-
!\u5DF2\u8BA4\u8BC1.value ? (openBlock(), createBlock(unref(script$
|
|
9205
|
+
!\u5DF2\u8BA4\u8BC1.value ? (openBlock(), createBlock(unref(script$G), {
|
|
8755
9206
|
key: 0,
|
|
8756
9207
|
onComplete: onOcrComplete
|
|
8757
9208
|
})) : createCommentVNode("v-if", true)
|
|
@@ -8807,9 +9258,13 @@ var script$2 = /* @__PURE__ */ defineComponent({
|
|
|
8807
9258
|
modelValue: unref(formData).\u540C\u610F,
|
|
8808
9259
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => unref(formData).\u540C\u610F = $event)
|
|
8809
9260
|
}, {
|
|
8810
|
-
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
8811
|
-
createTextVNode(
|
|
8812
|
-
|
|
9261
|
+
default: withCtx(() => [..._cache[5] || (_cache[5] = [
|
|
9262
|
+
createTextVNode(
|
|
9263
|
+
"\u6211\u5DF2\u9605\u8BFB\u5E76\u540C\u610F",
|
|
9264
|
+
-1
|
|
9265
|
+
/* CACHED */
|
|
9266
|
+
)
|
|
9267
|
+
])]),
|
|
8813
9268
|
_: 1
|
|
8814
9269
|
/* STABLE */
|
|
8815
9270
|
}, 8, ["modelValue"]),
|
|
@@ -8825,9 +9280,13 @@ var script$2 = /* @__PURE__ */ defineComponent({
|
|
|
8825
9280
|
type: "primary",
|
|
8826
9281
|
onClick: toSubmit
|
|
8827
9282
|
}, {
|
|
8828
|
-
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
8829
|
-
createTextVNode(
|
|
8830
|
-
|
|
9283
|
+
default: withCtx(() => [..._cache[6] || (_cache[6] = [
|
|
9284
|
+
createTextVNode(
|
|
9285
|
+
"\u7ACB\u5373\u8BA4\u8BC1",
|
|
9286
|
+
-1
|
|
9287
|
+
/* CACHED */
|
|
9288
|
+
)
|
|
9289
|
+
])]),
|
|
8831
9290
|
_: 1
|
|
8832
9291
|
/* STABLE */
|
|
8833
9292
|
})) : (openBlock(), createBlock(unref(NsButton), {
|
|
@@ -8837,9 +9296,13 @@ var script$2 = /* @__PURE__ */ defineComponent({
|
|
|
8837
9296
|
type: "primary",
|
|
8838
9297
|
onClick: toBack
|
|
8839
9298
|
}, {
|
|
8840
|
-
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
8841
|
-
createTextVNode(
|
|
8842
|
-
|
|
9299
|
+
default: withCtx(() => [..._cache[7] || (_cache[7] = [
|
|
9300
|
+
createTextVNode(
|
|
9301
|
+
"\u8FD4\u56DE",
|
|
9302
|
+
-1
|
|
9303
|
+
/* CACHED */
|
|
9304
|
+
)
|
|
9305
|
+
])]),
|
|
8843
9306
|
_: 1
|
|
8844
9307
|
/* STABLE */
|
|
8845
9308
|
}))
|
|
@@ -8878,13 +9341,13 @@ var script$1 = /* @__PURE__ */ defineComponent({
|
|
|
8878
9341
|
"div",
|
|
8879
9342
|
{
|
|
8880
9343
|
class: normalizeClass(["picture"]),
|
|
8881
|
-
style: normalizeStyle({ backgroundImage: `url(${
|
|
9344
|
+
style: normalizeStyle({ backgroundImage: `url(${__props.poster.back})` })
|
|
8882
9345
|
},
|
|
8883
9346
|
null,
|
|
8884
9347
|
4
|
|
8885
9348
|
/* STYLE */
|
|
8886
9349
|
),
|
|
8887
|
-
|
|
9350
|
+
__props.logo ? (openBlock(), createElementBlock(
|
|
8888
9351
|
"div",
|
|
8889
9352
|
{
|
|
8890
9353
|
key: 0,
|
|
@@ -8892,9 +9355,9 @@ var script$1 = /* @__PURE__ */ defineComponent({
|
|
|
8892
9355
|
style: normalizeStyle({
|
|
8893
9356
|
width: `${tx(25)}%`,
|
|
8894
9357
|
height: `${ty(25)}%`,
|
|
8895
|
-
...
|
|
8896
|
-
...
|
|
8897
|
-
backgroundImage: `url(${
|
|
9358
|
+
...__props.poster.logoX ? { left: `${tx(20)}%` } : {},
|
|
9359
|
+
...__props.poster.logoX ? { top: `${ty(25)}%` } : {},
|
|
9360
|
+
backgroundImage: `url(${__props.logo})`,
|
|
8898
9361
|
backgroundRepeat: "no-repeat"
|
|
8899
9362
|
})
|
|
8900
9363
|
},
|
|
@@ -8902,33 +9365,33 @@ var script$1 = /* @__PURE__ */ defineComponent({
|
|
|
8902
9365
|
4
|
|
8903
9366
|
/* STYLE */
|
|
8904
9367
|
)) : createCommentVNode("v-if", true),
|
|
8905
|
-
|
|
9368
|
+
__props.nick ? (openBlock(), createElementBlock(
|
|
8906
9369
|
"div",
|
|
8907
9370
|
{
|
|
8908
9371
|
key: 1,
|
|
8909
9372
|
class: "nick",
|
|
8910
9373
|
style: normalizeStyle({
|
|
8911
|
-
...
|
|
8912
|
-
...
|
|
9374
|
+
...__props.poster.nickX ? { left: `${t(__props.poster.nickX)}px` } : {},
|
|
9375
|
+
...__props.poster.nickY ? { top: `${t(28)}px` } : {},
|
|
8913
9376
|
fontSize: `${t(16)}px`,
|
|
8914
9377
|
color: "#353535"
|
|
8915
9378
|
})
|
|
8916
9379
|
},
|
|
8917
|
-
toDisplayString(
|
|
9380
|
+
toDisplayString(__props.nick),
|
|
8918
9381
|
5
|
|
8919
9382
|
/* TEXT, STYLE */
|
|
8920
9383
|
)) : createCommentVNode("v-if", true),
|
|
8921
|
-
|
|
9384
|
+
__props.poster.qr ? (openBlock(), createElementBlock(
|
|
8922
9385
|
"div",
|
|
8923
9386
|
{
|
|
8924
9387
|
key: 2,
|
|
8925
9388
|
class: "qr",
|
|
8926
9389
|
style: normalizeStyle({
|
|
8927
|
-
...
|
|
8928
|
-
...
|
|
8929
|
-
...
|
|
8930
|
-
...
|
|
8931
|
-
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})`
|
|
8932
9395
|
})
|
|
8933
9396
|
},
|
|
8934
9397
|
null,
|
|
@@ -8942,21 +9405,6 @@ var script$1 = /* @__PURE__ */ defineComponent({
|
|
|
8942
9405
|
|
|
8943
9406
|
script$1.__file = "src/scenarios/components/poster-paste.vue";
|
|
8944
9407
|
|
|
8945
|
-
function dataURItoBlob(dataURI) {
|
|
8946
|
-
const byteString = atob(dataURI.split(",")[1]);
|
|
8947
|
-
const mimeString = dataURI.split(",")[0].split(":")[1].split(";")[0];
|
|
8948
|
-
const ab = new ArrayBuffer(byteString.length);
|
|
8949
|
-
const ia = new Uint8Array(ab);
|
|
8950
|
-
for (let i = 0; i < byteString.length; i++) {
|
|
8951
|
-
ia[i] = byteString.charCodeAt(i);
|
|
8952
|
-
}
|
|
8953
|
-
return new Blob([ab], { type: mimeString });
|
|
8954
|
-
}
|
|
8955
|
-
function isWeb() {
|
|
8956
|
-
const env = process.env.TARO_ENV || "";
|
|
8957
|
-
return env === "h5" || Taro.getEnv() === "WEB";
|
|
8958
|
-
}
|
|
8959
|
-
|
|
8960
9408
|
const _hoisted_1 = { class: "share-dialog column align-stretch" };
|
|
8961
9409
|
const _hoisted_2 = { class: "swiper-container" };
|
|
8962
9410
|
const _hoisted_3 = {
|
|
@@ -9146,15 +9594,15 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9146
9594
|
[
|
|
9147
9595
|
createElementVNode("div", _hoisted_1, [
|
|
9148
9596
|
createElementVNode("div", _hoisted_2, [
|
|
9149
|
-
|
|
9597
|
+
__props.posters.length === 1 ? (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
9150
9598
|
createVNode(script$1, {
|
|
9151
|
-
poster:
|
|
9599
|
+
poster: __props.posters[0],
|
|
9152
9600
|
logo: config.value.logo,
|
|
9153
9601
|
nick: config.value.nick,
|
|
9154
9602
|
zoom
|
|
9155
9603
|
}, null, 8, ["poster", "logo", "nick"])
|
|
9156
9604
|
])) : createCommentVNode("v-if", true),
|
|
9157
|
-
|
|
9605
|
+
__props.posters.length > 1 ? (openBlock(), createBlock(unref(Swiper), {
|
|
9158
9606
|
key: 1,
|
|
9159
9607
|
class: "swiper",
|
|
9160
9608
|
current: current.value,
|
|
@@ -9168,7 +9616,7 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9168
9616
|
(openBlock(true), createElementBlock(
|
|
9169
9617
|
Fragment,
|
|
9170
9618
|
null,
|
|
9171
|
-
renderList(
|
|
9619
|
+
renderList(__props.posters, (poster, index) => {
|
|
9172
9620
|
return openBlock(), createBlock(unref(SwiperItem), {
|
|
9173
9621
|
class: normalizeClass(["swiper-item", { center: isCenter(index) }]),
|
|
9174
9622
|
key: `${index}`
|
|
@@ -9199,12 +9647,12 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9199
9647
|
(openBlock(true), createElementBlock(
|
|
9200
9648
|
Fragment,
|
|
9201
9649
|
null,
|
|
9202
|
-
renderList(Array(
|
|
9650
|
+
renderList(Array(__props.posters.length / 2).fill(""), (_, index) => {
|
|
9203
9651
|
return openBlock(), createElementBlock(
|
|
9204
9652
|
"div",
|
|
9205
9653
|
{
|
|
9206
9654
|
class: normalizeClass(["dot", {
|
|
9207
|
-
current: current.value === index || current.value -
|
|
9655
|
+
current: current.value === index || current.value - __props.posters.length / 2 === index
|
|
9208
9656
|
}]),
|
|
9209
9657
|
key: index
|
|
9210
9658
|
},
|
|
@@ -9217,10 +9665,10 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9217
9665
|
/* KEYED_FRAGMENT */
|
|
9218
9666
|
))
|
|
9219
9667
|
]),
|
|
9220
|
-
|
|
9668
|
+
__props.text ? (openBlock(), createElementBlock(
|
|
9221
9669
|
"div",
|
|
9222
9670
|
_hoisted_6,
|
|
9223
|
-
toDisplayString(
|
|
9671
|
+
toDisplayString(__props.text),
|
|
9224
9672
|
1
|
|
9225
9673
|
/* TEXT */
|
|
9226
9674
|
)) : createCommentVNode("v-if", true),
|
|
@@ -9229,16 +9677,20 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9229
9677
|
{ class: "line" },
|
|
9230
9678
|
null,
|
|
9231
9679
|
-1
|
|
9232
|
-
/*
|
|
9680
|
+
/* CACHED */
|
|
9233
9681
|
)),
|
|
9234
9682
|
createElementVNode("div", _hoisted_7, [
|
|
9235
9683
|
createVNode(_component_nut_button, {
|
|
9236
9684
|
class: "cancel-btn",
|
|
9237
9685
|
onClick: onCancelClick
|
|
9238
9686
|
}, {
|
|
9239
|
-
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
9240
|
-
createTextVNode(
|
|
9241
|
-
|
|
9687
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
9688
|
+
createTextVNode(
|
|
9689
|
+
"\u53D6\u6D88",
|
|
9690
|
+
-1
|
|
9691
|
+
/* CACHED */
|
|
9692
|
+
)
|
|
9693
|
+
])]),
|
|
9242
9694
|
_: 1
|
|
9243
9695
|
/* STABLE */
|
|
9244
9696
|
}),
|
|
@@ -9246,9 +9698,13 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9246
9698
|
type: "primary",
|
|
9247
9699
|
onClick: onPosterShare
|
|
9248
9700
|
}, {
|
|
9249
|
-
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
9250
|
-
createTextVNode(
|
|
9251
|
-
|
|
9701
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
9702
|
+
createTextVNode(
|
|
9703
|
+
"\u786E\u5B9A",
|
|
9704
|
+
-1
|
|
9705
|
+
/* CACHED */
|
|
9706
|
+
)
|
|
9707
|
+
])]),
|
|
9252
9708
|
_: 1
|
|
9253
9709
|
/* STABLE */
|
|
9254
9710
|
})
|
|
@@ -9334,4 +9790,4 @@ const AppKit = {
|
|
|
9334
9790
|
}
|
|
9335
9791
|
};
|
|
9336
9792
|
|
|
9337
|
-
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 };
|