@uxda/appkit 4.1.52 → 4.1.56
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 +45 -3
- package/dist/index.js +517 -299
- package/package.json +1 -1
- package/src/balance/components/DateRange.vue +6 -6
- package/src/balance/components/ListFilter.vue +5 -6
- package/src/balance/components/ListFilterPicker.vue +0 -1
- package/src/balance/components/PromoterCard.vue +6 -5
- package/src/shared/components/AppVerify.vue +0 -1
- package/src/user/components/UserAuth.vue +216 -0
- package/src/user/components/UserInfo.vue +177 -91
- package/src/user/components/index.ts +2 -0
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import '@nutui/nutui-taro/dist/packages/griditem/style/css';
|
|
|
7
7
|
import Taro, { useDidShow, useRouter } from '@tarojs/taro';
|
|
8
8
|
import '@nutui/nutui-taro/dist/packages/popup/style/css';
|
|
9
9
|
import { isIdentityCard, isMobilePhone } from 'validator';
|
|
10
|
-
import { NsForm, NsInput, NsButton, NsIcon, usePopup, useNutshell } from '@uxda/nutshell/taro';
|
|
10
|
+
import { NsForm, NsInput, NsButton, NsIcon, usePopup, useNutshell, NsPage, NsPageContent, NsCard, NsCheckbox } from '@uxda/nutshell/taro';
|
|
11
11
|
import '@nutui/nutui-taro/dist/packages/actionsheet/style/css';
|
|
12
12
|
import debounce from 'lodash/debounce';
|
|
13
13
|
import '@nutui/nutui-taro/dist/packages/dialog/style/css';
|
|
@@ -25,9 +25,9 @@ import '@nutui/nutui-taro/dist/packages/skeleton/style/css';
|
|
|
25
25
|
import '@nutui/nutui-taro/dist/packages/steps/style/css';
|
|
26
26
|
import '@nutui/nutui-taro/dist/packages/step/style/css';
|
|
27
27
|
|
|
28
|
-
const _hoisted_1$
|
|
29
|
-
const _hoisted_2$
|
|
30
|
-
var script$
|
|
28
|
+
const _hoisted_1$D = { class: "token-line number" };
|
|
29
|
+
const _hoisted_2$q = { class: "number" };
|
|
30
|
+
var script$J = /* @__PURE__ */ defineComponent({
|
|
31
31
|
__name: "AmountPicker",
|
|
32
32
|
props: {
|
|
33
33
|
items: { type: Array, required: true, default: () => [] },
|
|
@@ -65,7 +65,7 @@ var script$I = /* @__PURE__ */ defineComponent({
|
|
|
65
65
|
default: withCtx(() => [
|
|
66
66
|
createElementVNode(
|
|
67
67
|
"h4",
|
|
68
|
-
_hoisted_1$
|
|
68
|
+
_hoisted_1$D,
|
|
69
69
|
toDisplayString(amount.token),
|
|
70
70
|
1
|
|
71
71
|
/* TEXT */
|
|
@@ -74,7 +74,7 @@ var script$I = /* @__PURE__ */ defineComponent({
|
|
|
74
74
|
_cache[0] || (_cache[0] = createTextVNode("\xA5")),
|
|
75
75
|
createElementVNode(
|
|
76
76
|
"span",
|
|
77
|
-
_hoisted_2$
|
|
77
|
+
_hoisted_2$q,
|
|
78
78
|
toDisplayString(amount.amount),
|
|
79
79
|
1
|
|
80
80
|
/* TEXT */
|
|
@@ -96,7 +96,7 @@ var script$I = /* @__PURE__ */ defineComponent({
|
|
|
96
96
|
}
|
|
97
97
|
});
|
|
98
98
|
|
|
99
|
-
script$
|
|
99
|
+
script$J.__file = "src/payment/components/AmountPicker.vue";
|
|
100
100
|
|
|
101
101
|
function requestPayment$2(json) {
|
|
102
102
|
return new Promise((resolve, reject) => {
|
|
@@ -425,11 +425,11 @@ function useLogger(options) {
|
|
|
425
425
|
};
|
|
426
426
|
}
|
|
427
427
|
|
|
428
|
-
const _hoisted_1$
|
|
428
|
+
const _hoisted_1$C = {
|
|
429
429
|
key: 0,
|
|
430
430
|
class: "page-title"
|
|
431
431
|
};
|
|
432
|
-
var script$
|
|
432
|
+
var script$I = /* @__PURE__ */ defineComponent({
|
|
433
433
|
__name: "PageHeader",
|
|
434
434
|
props: {
|
|
435
435
|
title: { type: String, required: false, default: "" },
|
|
@@ -459,7 +459,7 @@ var script$H = /* @__PURE__ */ defineComponent({
|
|
|
459
459
|
[
|
|
460
460
|
_ctx.title ? (openBlock(), createElementBlock(
|
|
461
461
|
"h1",
|
|
462
|
-
_hoisted_1$
|
|
462
|
+
_hoisted_1$C,
|
|
463
463
|
toDisplayString(_ctx.title),
|
|
464
464
|
1
|
|
465
465
|
/* TEXT */
|
|
@@ -477,10 +477,10 @@ var script$H = /* @__PURE__ */ defineComponent({
|
|
|
477
477
|
}
|
|
478
478
|
});
|
|
479
479
|
|
|
480
|
-
script$
|
|
480
|
+
script$I.__file = "src/shared/components/PageHeader.vue";
|
|
481
481
|
|
|
482
|
-
const _hoisted_1$
|
|
483
|
-
var script$
|
|
482
|
+
const _hoisted_1$B = { class: "drawer-body" };
|
|
483
|
+
var script$H = /* @__PURE__ */ defineComponent({
|
|
484
484
|
__name: "AppDrawer",
|
|
485
485
|
props: {
|
|
486
486
|
modelValue: { type: Boolean, required: true },
|
|
@@ -504,11 +504,11 @@ var script$G = /* @__PURE__ */ defineComponent({
|
|
|
504
504
|
"onUpdate:visible": onVisibleChange
|
|
505
505
|
}, {
|
|
506
506
|
default: withCtx(() => [
|
|
507
|
-
createVNode(script$
|
|
507
|
+
createVNode(script$I, {
|
|
508
508
|
title: _ctx.title,
|
|
509
509
|
onClose: onPageHeaderClose
|
|
510
510
|
}, null, 8, ["title"]),
|
|
511
|
-
createElementVNode("div", _hoisted_1$
|
|
511
|
+
createElementVNode("div", _hoisted_1$B, [
|
|
512
512
|
renderSlot(_ctx.$slots, "default")
|
|
513
513
|
])
|
|
514
514
|
]),
|
|
@@ -519,10 +519,10 @@ var script$G = /* @__PURE__ */ defineComponent({
|
|
|
519
519
|
}
|
|
520
520
|
});
|
|
521
521
|
|
|
522
|
-
script$
|
|
522
|
+
script$H.__file = "src/shared/components/AppDrawer.vue";
|
|
523
523
|
|
|
524
|
-
const _hoisted_1$
|
|
525
|
-
const _hoisted_2$
|
|
524
|
+
const _hoisted_1$A = { class: "app-verify column" };
|
|
525
|
+
const _hoisted_2$p = { class: "caption" };
|
|
526
526
|
const _hoisted_3$j = { class: "number" };
|
|
527
527
|
const _hoisted_4$f = { class: "form-btn" };
|
|
528
528
|
const _hoisted_5$b = {
|
|
@@ -530,7 +530,7 @@ const _hoisted_5$b = {
|
|
|
530
530
|
class: "caption"
|
|
531
531
|
};
|
|
532
532
|
const _hoisted_6$6 = { class: "row buttons" };
|
|
533
|
-
var script$
|
|
533
|
+
var script$G = /* @__PURE__ */ defineComponent({
|
|
534
534
|
__name: "AppVerify",
|
|
535
535
|
props: {
|
|
536
536
|
phone: { type: String, required: true },
|
|
@@ -562,7 +562,7 @@ var script$F = /* @__PURE__ */ defineComponent({
|
|
|
562
562
|
};
|
|
563
563
|
const props = __props;
|
|
564
564
|
return (_ctx, _cache) => {
|
|
565
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
565
|
+
return openBlock(), createElementBlock("div", _hoisted_1$A, [
|
|
566
566
|
createElementVNode(
|
|
567
567
|
"h2",
|
|
568
568
|
null,
|
|
@@ -572,7 +572,7 @@ var script$F = /* @__PURE__ */ defineComponent({
|
|
|
572
572
|
),
|
|
573
573
|
createElementVNode(
|
|
574
574
|
"p",
|
|
575
|
-
_hoisted_2$
|
|
575
|
+
_hoisted_2$p,
|
|
576
576
|
toDisplayString(_ctx.message || "\u77ED\u4FE1\u5C06\u53D1\u9001\u81F3\u8D26\u53F7\u7ED1\u5B9A\u624B\u673A\u53F7"),
|
|
577
577
|
1
|
|
578
578
|
/* TEXT */
|
|
@@ -652,10 +652,10 @@ var script$F = /* @__PURE__ */ defineComponent({
|
|
|
652
652
|
}
|
|
653
653
|
});
|
|
654
654
|
|
|
655
|
-
script$
|
|
655
|
+
script$G.__file = "src/shared/components/AppVerify.vue";
|
|
656
656
|
|
|
657
|
-
const _hoisted_1$
|
|
658
|
-
var script$
|
|
657
|
+
const _hoisted_1$z = { key: 0 };
|
|
658
|
+
var script$F = /* @__PURE__ */ defineComponent({
|
|
659
659
|
__name: "index",
|
|
660
660
|
props: {
|
|
661
661
|
text: { type: String, required: false },
|
|
@@ -686,7 +686,7 @@ var script$E = /* @__PURE__ */ defineComponent({
|
|
|
686
686
|
}, [
|
|
687
687
|
_ctx.text ? (openBlock(), createElementBlock(
|
|
688
688
|
"span",
|
|
689
|
-
_hoisted_1$
|
|
689
|
+
_hoisted_1$z,
|
|
690
690
|
toDisplayString(_ctx.text),
|
|
691
691
|
1
|
|
692
692
|
/* TEXT */
|
|
@@ -717,7 +717,7 @@ var script$E = /* @__PURE__ */ defineComponent({
|
|
|
717
717
|
}
|
|
718
718
|
});
|
|
719
719
|
|
|
720
|
-
script$
|
|
720
|
+
script$F.__file = "src/components/dd-notice-bar/index.vue";
|
|
721
721
|
|
|
722
722
|
const typeMappings = {
|
|
723
723
|
CZ: "\u5145\u503C",
|
|
@@ -913,7 +913,7 @@ function useHttp$3() {
|
|
|
913
913
|
return $http;
|
|
914
914
|
}
|
|
915
915
|
|
|
916
|
-
var script$
|
|
916
|
+
var script$E = /* @__PURE__ */ defineComponent({
|
|
917
917
|
__name: "DeviceVersion",
|
|
918
918
|
setup(__props) {
|
|
919
919
|
const showAlert = ref(false);
|
|
@@ -952,7 +952,7 @@ var script$D = /* @__PURE__ */ defineComponent({
|
|
|
952
952
|
}
|
|
953
953
|
});
|
|
954
954
|
return (_ctx, _cache) => {
|
|
955
|
-
return showAlert.value ? (openBlock(), createBlock(script$
|
|
955
|
+
return showAlert.value ? (openBlock(), createBlock(script$F, {
|
|
956
956
|
key: 0,
|
|
957
957
|
showClose: "",
|
|
958
958
|
style: normalizeStyle(topStype.value),
|
|
@@ -963,9 +963,9 @@ var script$D = /* @__PURE__ */ defineComponent({
|
|
|
963
963
|
}
|
|
964
964
|
});
|
|
965
965
|
|
|
966
|
-
script$
|
|
966
|
+
script$E.__file = "src/shared/components/DeviceVersion.vue";
|
|
967
967
|
|
|
968
|
-
var script$
|
|
968
|
+
var script$D = /* @__PURE__ */ defineComponent({
|
|
969
969
|
__name: "OcrIcon",
|
|
970
970
|
props: {
|
|
971
971
|
disabled: { type: Boolean, required: false, default: false },
|
|
@@ -1131,9 +1131,9 @@ var script$C = /* @__PURE__ */ defineComponent({
|
|
|
1131
1131
|
}
|
|
1132
1132
|
});
|
|
1133
1133
|
|
|
1134
|
-
script$
|
|
1134
|
+
script$D.__file = "src/shared/components/OcrIcon.vue";
|
|
1135
1135
|
|
|
1136
|
-
var script$
|
|
1136
|
+
var script$C = /* @__PURE__ */ defineComponent({
|
|
1137
1137
|
__name: "OcrBusinessLicense",
|
|
1138
1138
|
props: {
|
|
1139
1139
|
disabled: { type: Boolean, required: true }
|
|
@@ -1240,7 +1240,7 @@ var script$B = /* @__PURE__ */ defineComponent({
|
|
|
1240
1240
|
}
|
|
1241
1241
|
});
|
|
1242
1242
|
|
|
1243
|
-
script$
|
|
1243
|
+
script$C.__file = "src/shared/components/OcrBusinessLicense.vue";
|
|
1244
1244
|
|
|
1245
1245
|
var HttpMethod = /* @__PURE__ */ ((HttpMethod2) => {
|
|
1246
1246
|
HttpMethod2["get"] = "GET";
|
|
@@ -1560,11 +1560,11 @@ const services$1 = [
|
|
|
1560
1560
|
invokeRecharge$1
|
|
1561
1561
|
];
|
|
1562
1562
|
|
|
1563
|
-
const _hoisted_1$
|
|
1564
|
-
const _hoisted_2$
|
|
1563
|
+
const _hoisted_1$y = { class: "view recharge-view" };
|
|
1564
|
+
const _hoisted_2$o = { class: "flex-grow" };
|
|
1565
1565
|
const _hoisted_3$i = { class: "amount-footer" };
|
|
1566
1566
|
const _hoisted_4$e = { class: "agreement" };
|
|
1567
|
-
var script$
|
|
1567
|
+
var script$B = /* @__PURE__ */ defineComponent({
|
|
1568
1568
|
__name: "RechargeView",
|
|
1569
1569
|
props: {
|
|
1570
1570
|
app: { type: String, required: true },
|
|
@@ -1628,9 +1628,9 @@ var script$A = /* @__PURE__ */ defineComponent({
|
|
|
1628
1628
|
return (_ctx, _cache) => {
|
|
1629
1629
|
const _component_nut_checkbox = Checkbox;
|
|
1630
1630
|
const _component_nut_button = Button;
|
|
1631
|
-
return openBlock(), createElementBlock("view", _hoisted_1$
|
|
1632
|
-
createElementVNode("view", _hoisted_2$
|
|
1633
|
-
createVNode(script$
|
|
1631
|
+
return openBlock(), createElementBlock("view", _hoisted_1$y, [
|
|
1632
|
+
createElementVNode("view", _hoisted_2$o, [
|
|
1633
|
+
createVNode(script$J, {
|
|
1634
1634
|
items: amounts.value,
|
|
1635
1635
|
selected: state.selected,
|
|
1636
1636
|
onChange: onAmountSelect
|
|
@@ -1672,22 +1672,22 @@ var script$A = /* @__PURE__ */ defineComponent({
|
|
|
1672
1672
|
}
|
|
1673
1673
|
});
|
|
1674
1674
|
|
|
1675
|
-
script$
|
|
1675
|
+
script$B.__file = "src/payment/components/RechargeView.vue";
|
|
1676
1676
|
|
|
1677
|
-
const _hoisted_1$
|
|
1677
|
+
const _hoisted_1$x = { class: "agreement-doc" };
|
|
1678
1678
|
function render$2(_ctx, _cache) {
|
|
1679
|
-
return openBlock(), createElementBlock("view", _hoisted_1$
|
|
1679
|
+
return openBlock(), createElementBlock("view", _hoisted_1$x, _cache[0] || (_cache[0] = [
|
|
1680
1680
|
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)
|
|
1681
1681
|
]));
|
|
1682
1682
|
}
|
|
1683
1683
|
|
|
1684
|
-
/* unplugin-vue-components disabled */const script$
|
|
1684
|
+
/* unplugin-vue-components disabled */const script$A = {};
|
|
1685
1685
|
|
|
1686
|
-
script$
|
|
1687
|
-
script$
|
|
1686
|
+
script$A.render = render$2;
|
|
1687
|
+
script$A.__file = "src/payment/components/UserAgreement.vue";
|
|
1688
1688
|
|
|
1689
|
-
const _hoisted_1$
|
|
1690
|
-
const _hoisted_2$
|
|
1689
|
+
const _hoisted_1$w = { class: "recharge-result" };
|
|
1690
|
+
const _hoisted_2$n = { class: "content" };
|
|
1691
1691
|
const _hoisted_3$h = {
|
|
1692
1692
|
key: 0,
|
|
1693
1693
|
class: "caption"
|
|
@@ -1696,7 +1696,7 @@ const _hoisted_4$d = {
|
|
|
1696
1696
|
key: 1,
|
|
1697
1697
|
class: "caption"
|
|
1698
1698
|
};
|
|
1699
|
-
var script$
|
|
1699
|
+
var script$z = /* @__PURE__ */ defineComponent({
|
|
1700
1700
|
__name: "RechargeResult",
|
|
1701
1701
|
props: {
|
|
1702
1702
|
type: { type: String, required: true, default: "recharge" },
|
|
@@ -1714,8 +1714,8 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
1714
1714
|
}
|
|
1715
1715
|
return (_ctx, _cache) => {
|
|
1716
1716
|
const _component_nut_button = Button;
|
|
1717
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1718
|
-
createElementVNode("div", _hoisted_2$
|
|
1717
|
+
return openBlock(), createElementBlock("div", _hoisted_1$w, [
|
|
1718
|
+
createElementVNode("div", _hoisted_2$n, [
|
|
1719
1719
|
_cache[1] || (_cache[1] = createElementVNode(
|
|
1720
1720
|
"div",
|
|
1721
1721
|
{ class: "figure" },
|
|
@@ -1754,12 +1754,12 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
1754
1754
|
}
|
|
1755
1755
|
});
|
|
1756
1756
|
|
|
1757
|
-
script$
|
|
1757
|
+
script$z.__file = "src/payment/components/RechargeResult.vue";
|
|
1758
1758
|
|
|
1759
|
-
const _hoisted_1$
|
|
1760
|
-
const _hoisted_2$
|
|
1759
|
+
const _hoisted_1$v = { class: "tag" };
|
|
1760
|
+
const _hoisted_2$m = { class: "token-line number" };
|
|
1761
1761
|
const _hoisted_3$g = { class: "number" };
|
|
1762
|
-
var script$
|
|
1762
|
+
var script$y = /* @__PURE__ */ defineComponent({
|
|
1763
1763
|
__name: "RightsPicker",
|
|
1764
1764
|
props: {
|
|
1765
1765
|
items: { type: Array, required: true, default: () => [] },
|
|
@@ -1797,14 +1797,14 @@ var script$x = /* @__PURE__ */ defineComponent({
|
|
|
1797
1797
|
default: withCtx(() => [
|
|
1798
1798
|
createElementVNode(
|
|
1799
1799
|
"div",
|
|
1800
|
-
_hoisted_1$
|
|
1800
|
+
_hoisted_1$v,
|
|
1801
1801
|
toDisplayString(amount.paymentDesc),
|
|
1802
1802
|
1
|
|
1803
1803
|
/* TEXT */
|
|
1804
1804
|
),
|
|
1805
1805
|
createElementVNode(
|
|
1806
1806
|
"h4",
|
|
1807
|
-
_hoisted_2$
|
|
1807
|
+
_hoisted_2$m,
|
|
1808
1808
|
toDisplayString(amount.priceRightNum) + "\u7B14",
|
|
1809
1809
|
1
|
|
1810
1810
|
/* TEXT */
|
|
@@ -1835,7 +1835,7 @@ var script$x = /* @__PURE__ */ defineComponent({
|
|
|
1835
1835
|
}
|
|
1836
1836
|
});
|
|
1837
1837
|
|
|
1838
|
-
script$
|
|
1838
|
+
script$y.__file = "src/payment/components/RightsPicker.vue";
|
|
1839
1839
|
|
|
1840
1840
|
function useAmount() {
|
|
1841
1841
|
function limitDecimal(value, precision = 1) {
|
|
@@ -1863,8 +1863,8 @@ function useAmount() {
|
|
|
1863
1863
|
};
|
|
1864
1864
|
}
|
|
1865
1865
|
|
|
1866
|
-
const _hoisted_1$
|
|
1867
|
-
const _hoisted_2$
|
|
1866
|
+
const _hoisted_1$u = { class: "view recharge-view2" };
|
|
1867
|
+
const _hoisted_2$l = { class: "flex-grow" };
|
|
1868
1868
|
const _hoisted_3$f = {
|
|
1869
1869
|
key: 0,
|
|
1870
1870
|
class: "bean-buy"
|
|
@@ -1891,7 +1891,7 @@ const _hoisted_13$2 = { class: "amount" };
|
|
|
1891
1891
|
const _hoisted_14$2 = { class: "item" };
|
|
1892
1892
|
const _hoisted_15$2 = { class: "item" };
|
|
1893
1893
|
const _hoisted_16$2 = { class: "item" };
|
|
1894
|
-
var script$
|
|
1894
|
+
var script$x = /* @__PURE__ */ defineComponent({
|
|
1895
1895
|
__name: "TradeView",
|
|
1896
1896
|
props: {
|
|
1897
1897
|
app: { type: String, required: true },
|
|
@@ -1981,9 +1981,9 @@ var script$w = /* @__PURE__ */ defineComponent({
|
|
|
1981
1981
|
const _component_nut_checkbox = Checkbox;
|
|
1982
1982
|
const _component_nut_button = Button;
|
|
1983
1983
|
const _component_nut_dialog = Dialog;
|
|
1984
|
-
return openBlock(), createElementBlock("view", _hoisted_1$
|
|
1985
|
-
createElementVNode("view", _hoisted_2$
|
|
1986
|
-
createVNode(script$
|
|
1984
|
+
return openBlock(), createElementBlock("view", _hoisted_1$u, [
|
|
1985
|
+
createElementVNode("view", _hoisted_2$l, [
|
|
1986
|
+
createVNode(script$y, {
|
|
1987
1987
|
items: amounts.value,
|
|
1988
1988
|
selected: state.selected,
|
|
1989
1989
|
onChange: onAmountSelect
|
|
@@ -2127,22 +2127,22 @@ var script$w = /* @__PURE__ */ defineComponent({
|
|
|
2127
2127
|
}
|
|
2128
2128
|
});
|
|
2129
2129
|
|
|
2130
|
-
script$
|
|
2130
|
+
script$x.__file = "src/payment/components/TradeView.vue";
|
|
2131
2131
|
|
|
2132
2132
|
const components = {
|
|
2133
|
-
AmountPicker: script$
|
|
2134
|
-
RechargeView: script$
|
|
2135
|
-
UserAgreement: script$
|
|
2136
|
-
RechargeResult: script$
|
|
2137
|
-
TradeView: script$
|
|
2133
|
+
AmountPicker: script$J,
|
|
2134
|
+
RechargeView: script$B,
|
|
2135
|
+
UserAgreement: script$A,
|
|
2136
|
+
RechargeResult: script$z,
|
|
2137
|
+
TradeView: script$x
|
|
2138
2138
|
};
|
|
2139
2139
|
|
|
2140
|
-
const _hoisted_1$
|
|
2141
|
-
const _hoisted_2$
|
|
2140
|
+
const _hoisted_1$t = { class: "account-card" };
|
|
2141
|
+
const _hoisted_2$k = { class: "card" };
|
|
2142
2142
|
const _hoisted_3$e = { class: "card-row" };
|
|
2143
2143
|
const _hoisted_4$b = { class: "card-row-left" };
|
|
2144
2144
|
const _hoisted_5$9 = { class: "bean-nums number" };
|
|
2145
|
-
var script$
|
|
2145
|
+
var script$w = /* @__PURE__ */ defineComponent({
|
|
2146
2146
|
__name: "BalanceCard",
|
|
2147
2147
|
props: {
|
|
2148
2148
|
app: { type: String, required: true, default: "" }
|
|
@@ -2183,8 +2183,8 @@ var script$v = /* @__PURE__ */ defineComponent({
|
|
|
2183
2183
|
reload: loadBalance
|
|
2184
2184
|
});
|
|
2185
2185
|
return (_ctx, _cache) => {
|
|
2186
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2187
|
-
createElementVNode("div", _hoisted_2$
|
|
2186
|
+
return openBlock(), createElementBlock("div", _hoisted_1$t, [
|
|
2187
|
+
createElementVNode("div", _hoisted_2$k, [
|
|
2188
2188
|
createElementVNode("div", _hoisted_3$e, [
|
|
2189
2189
|
createElementVNode("div", _hoisted_4$b, [
|
|
2190
2190
|
_cache[0] || (_cache[0] = createElementVNode(
|
|
@@ -2244,7 +2244,7 @@ var script$v = /* @__PURE__ */ defineComponent({
|
|
|
2244
2244
|
}
|
|
2245
2245
|
});
|
|
2246
2246
|
|
|
2247
|
-
script$
|
|
2247
|
+
script$w.__file = "src/balance/components/BalanceCard.vue";
|
|
2248
2248
|
|
|
2249
2249
|
const consumptionTypes = [
|
|
2250
2250
|
"\u5168\u90E8",
|
|
@@ -2261,12 +2261,12 @@ const consumptionTypes = [
|
|
|
2261
2261
|
const consumptionPositions = ["\u5168\u90E8", "\u4E91\u8C46", "\u6743\u76CA"];
|
|
2262
2262
|
const consumptionDirections = ["\u5168\u90E8", "\u6536\u5165", "\u652F\u51FA"];
|
|
2263
2263
|
|
|
2264
|
-
const _hoisted_1$
|
|
2265
|
-
const _hoisted_2$
|
|
2264
|
+
const _hoisted_1$s = { class: "consumption-filter" };
|
|
2265
|
+
const _hoisted_2$j = { class: "consumption-filter-content" };
|
|
2266
2266
|
const _hoisted_3$d = { class: "title" };
|
|
2267
2267
|
const _hoisted_4$a = { class: "info" };
|
|
2268
2268
|
const _hoisted_5$8 = ["onClick"];
|
|
2269
|
-
var script$
|
|
2269
|
+
var script$v = /* @__PURE__ */ defineComponent({
|
|
2270
2270
|
__name: "ConsumptionFilter",
|
|
2271
2271
|
props: {
|
|
2272
2272
|
modelValue: { type: Array, required: true, default: () => ["\u5168\u90E8", "\u5168\u90E8", "\u5168\u90E8", ""] }
|
|
@@ -2318,7 +2318,7 @@ var script$u = /* @__PURE__ */ defineComponent({
|
|
|
2318
2318
|
emit("complete", result);
|
|
2319
2319
|
};
|
|
2320
2320
|
return (_ctx, _cache) => {
|
|
2321
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2321
|
+
return openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
2322
2322
|
_cache[0] || (_cache[0] = createElementVNode(
|
|
2323
2323
|
"div",
|
|
2324
2324
|
{ class: "consumption-filter-title" },
|
|
@@ -2328,7 +2328,7 @@ var script$u = /* @__PURE__ */ defineComponent({
|
|
|
2328
2328
|
-1
|
|
2329
2329
|
/* HOISTED */
|
|
2330
2330
|
)),
|
|
2331
|
-
createElementVNode("div", _hoisted_2$
|
|
2331
|
+
createElementVNode("div", _hoisted_2$j, [
|
|
2332
2332
|
(openBlock(true), createElementBlock(
|
|
2333
2333
|
Fragment,
|
|
2334
2334
|
null,
|
|
@@ -2390,12 +2390,12 @@ var script$u = /* @__PURE__ */ defineComponent({
|
|
|
2390
2390
|
}
|
|
2391
2391
|
});
|
|
2392
2392
|
|
|
2393
|
-
script$
|
|
2393
|
+
script$v.__file = "src/balance/components/ConsumptionFilter.vue";
|
|
2394
2394
|
|
|
2395
|
-
const _hoisted_1$
|
|
2396
|
-
const _hoisted_2$
|
|
2395
|
+
const _hoisted_1$r = { class: "appkit-date-filter" };
|
|
2396
|
+
const _hoisted_2$i = { class: "content" };
|
|
2397
2397
|
const _hoisted_3$c = { class: "time" };
|
|
2398
|
-
var script$
|
|
2398
|
+
var script$u = /* @__PURE__ */ defineComponent({
|
|
2399
2399
|
__name: "DateFilter",
|
|
2400
2400
|
props: {
|
|
2401
2401
|
from: { type: String, required: true },
|
|
@@ -2464,7 +2464,7 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
2464
2464
|
return (_ctx, _cache) => {
|
|
2465
2465
|
const _component_nut_date_picker = DatePicker;
|
|
2466
2466
|
const _component_nut_popup = Popup;
|
|
2467
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2467
|
+
return openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
2468
2468
|
_cache[6] || (_cache[6] = createElementVNode(
|
|
2469
2469
|
"div",
|
|
2470
2470
|
{ class: "date-filter-header" },
|
|
@@ -2472,7 +2472,7 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
2472
2472
|
-1
|
|
2473
2473
|
/* HOISTED */
|
|
2474
2474
|
)),
|
|
2475
|
-
createElementVNode("div", _hoisted_2$
|
|
2475
|
+
createElementVNode("div", _hoisted_2$i, [
|
|
2476
2476
|
_cache[5] || (_cache[5] = createElementVNode(
|
|
2477
2477
|
"div",
|
|
2478
2478
|
{ class: "title" },
|
|
@@ -2554,16 +2554,16 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
2554
2554
|
}
|
|
2555
2555
|
});
|
|
2556
2556
|
|
|
2557
|
-
script$
|
|
2557
|
+
script$u.__file = "src/balance/components/DateFilter.vue";
|
|
2558
2558
|
|
|
2559
|
-
const _hoisted_1$
|
|
2560
|
-
var script$
|
|
2559
|
+
const _hoisted_1$q = { class: "consumption-rules" };
|
|
2560
|
+
var script$t = /* @__PURE__ */ defineComponent({
|
|
2561
2561
|
__name: "ConsumptionRules",
|
|
2562
2562
|
emits: ["complete"],
|
|
2563
2563
|
setup(__props, { emit: __emit }) {
|
|
2564
2564
|
const emit = __emit;
|
|
2565
2565
|
return (_ctx, _cache) => {
|
|
2566
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2566
|
+
return openBlock(), createElementBlock("div", _hoisted_1$q, [
|
|
2567
2567
|
_cache[1] || (_cache[1] = createElementVNode(
|
|
2568
2568
|
"div",
|
|
2569
2569
|
{ class: "title" },
|
|
@@ -2595,11 +2595,11 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
2595
2595
|
}
|
|
2596
2596
|
});
|
|
2597
2597
|
|
|
2598
|
-
script$
|
|
2598
|
+
script$t.__file = "src/balance/components/ConsumptionRules.vue";
|
|
2599
2599
|
|
|
2600
|
-
const _hoisted_1$
|
|
2600
|
+
const _hoisted_1$p = { class: "empty-view" };
|
|
2601
2601
|
function render$1(_ctx, _cache) {
|
|
2602
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2602
|
+
return openBlock(), createElementBlock("div", _hoisted_1$p, _cache[0] || (_cache[0] = [
|
|
2603
2603
|
createElementVNode(
|
|
2604
2604
|
"img",
|
|
2605
2605
|
{
|
|
@@ -2620,16 +2620,16 @@ function render$1(_ctx, _cache) {
|
|
|
2620
2620
|
]));
|
|
2621
2621
|
}
|
|
2622
2622
|
|
|
2623
|
-
/* unplugin-vue-components disabled */const script$
|
|
2623
|
+
/* unplugin-vue-components disabled */const script$s = {};
|
|
2624
2624
|
|
|
2625
|
-
script$
|
|
2626
|
-
script$
|
|
2625
|
+
script$s.render = render$1;
|
|
2626
|
+
script$s.__file = "src/shared/components/EmptyView.vue";
|
|
2627
2627
|
|
|
2628
|
-
const _hoisted_1$
|
|
2628
|
+
const _hoisted_1$o = {
|
|
2629
2629
|
key: 0,
|
|
2630
2630
|
class: "tip"
|
|
2631
2631
|
};
|
|
2632
|
-
var script$
|
|
2632
|
+
var script$r = /* @__PURE__ */ defineComponent({
|
|
2633
2633
|
__name: "Tip",
|
|
2634
2634
|
setup(__props) {
|
|
2635
2635
|
const show = ref(false);
|
|
@@ -2641,7 +2641,7 @@ var script$q = /* @__PURE__ */ defineComponent({
|
|
|
2641
2641
|
}
|
|
2642
2642
|
});
|
|
2643
2643
|
return (_ctx, _cache) => {
|
|
2644
|
-
return show.value ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
2644
|
+
return show.value ? (openBlock(), createElementBlock("div", _hoisted_1$o, _cache[0] || (_cache[0] = [
|
|
2645
2645
|
createElementVNode(
|
|
2646
2646
|
"img",
|
|
2647
2647
|
{
|
|
@@ -2664,10 +2664,10 @@ var script$q = /* @__PURE__ */ defineComponent({
|
|
|
2664
2664
|
}
|
|
2665
2665
|
});
|
|
2666
2666
|
|
|
2667
|
-
script$
|
|
2667
|
+
script$r.__file = "src/balance/components/Tip.vue";
|
|
2668
2668
|
|
|
2669
|
-
const _hoisted_1$
|
|
2670
|
-
const _hoisted_2$
|
|
2669
|
+
const _hoisted_1$n = { class: "account-view" };
|
|
2670
|
+
const _hoisted_2$h = { class: "scroll-content" };
|
|
2671
2671
|
const _hoisted_3$b = { class: "balance" };
|
|
2672
2672
|
const _hoisted_4$9 = { class: "bean-box spa-between" };
|
|
2673
2673
|
const _hoisted_5$7 = { class: "bean-counts spa-between" };
|
|
@@ -2700,9 +2700,9 @@ const _hoisted_21$1 = {
|
|
|
2700
2700
|
class: "box"
|
|
2701
2701
|
};
|
|
2702
2702
|
const _hoisted_22$1 = { class: "title number" };
|
|
2703
|
-
const _hoisted_23 = { class: "item-type" };
|
|
2704
|
-
const _hoisted_24 = { class: "item-detail" };
|
|
2705
|
-
const _hoisted_25 = { class: "item-info spa-between" };
|
|
2703
|
+
const _hoisted_23$1 = { class: "item-type" };
|
|
2704
|
+
const _hoisted_24$1 = { class: "item-detail" };
|
|
2705
|
+
const _hoisted_25$1 = { class: "item-info spa-between" };
|
|
2706
2706
|
const _hoisted_26 = { class: "item-info-type" };
|
|
2707
2707
|
const _hoisted_27 = { class: "item-info-title" };
|
|
2708
2708
|
const _hoisted_28 = { class: "item-info-amount number" };
|
|
@@ -2711,7 +2711,7 @@ const _hoisted_30 = {
|
|
|
2711
2711
|
key: 0,
|
|
2712
2712
|
class: "box-not-text"
|
|
2713
2713
|
};
|
|
2714
|
-
var script$
|
|
2714
|
+
var script$q = /* @__PURE__ */ defineComponent({
|
|
2715
2715
|
__name: "AccountView",
|
|
2716
2716
|
props: {
|
|
2717
2717
|
app: { type: String, required: true, default: "" }
|
|
@@ -2889,9 +2889,9 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
2889
2889
|
Fragment,
|
|
2890
2890
|
null,
|
|
2891
2891
|
[
|
|
2892
|
-
createElementVNode("div", _hoisted_1$
|
|
2893
|
-
createElementVNode("div", _hoisted_2$
|
|
2894
|
-
createVNode(unref(script$
|
|
2892
|
+
createElementVNode("div", _hoisted_1$n, [
|
|
2893
|
+
createElementVNode("div", _hoisted_2$h, [
|
|
2894
|
+
createVNode(unref(script$I), {
|
|
2895
2895
|
title: "\u6211\u7684\u8D26\u6237",
|
|
2896
2896
|
class: normalizeClass({ "with-background": scrolled.value > 0 }),
|
|
2897
2897
|
onClose: onPageHeaderClose
|
|
@@ -2944,7 +2944,7 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
2944
2944
|
}, "\u4E91\u8C46\u5145\u503C")
|
|
2945
2945
|
])
|
|
2946
2946
|
]),
|
|
2947
|
-
createVNode(script$
|
|
2947
|
+
createVNode(script$r),
|
|
2948
2948
|
balance.value.privileges.corporateStar ? (openBlock(), createElementBlock("div", _hoisted_7$4, [
|
|
2949
2949
|
_cache[10] || (_cache[10] = createElementVNode(
|
|
2950
2950
|
"div",
|
|
@@ -3056,7 +3056,7 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
3056
3056
|
"close-on-click-overlay": false
|
|
3057
3057
|
}, {
|
|
3058
3058
|
default: withCtx(() => [
|
|
3059
|
-
createVNode(script$
|
|
3059
|
+
createVNode(script$t, {
|
|
3060
3060
|
onComplete: _cache[1] || (_cache[1] = ($event) => rulesPopupOpen.value = false)
|
|
3061
3061
|
})
|
|
3062
3062
|
]),
|
|
@@ -3072,7 +3072,7 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
3072
3072
|
"onUpdate:visible": _cache[3] || (_cache[3] = ($event) => datePickerOpen.value = $event)
|
|
3073
3073
|
}, {
|
|
3074
3074
|
default: withCtx(() => [
|
|
3075
|
-
datePickerOpen.value ? (openBlock(), createBlock(script$
|
|
3075
|
+
datePickerOpen.value ? (openBlock(), createBlock(script$u, {
|
|
3076
3076
|
key: 0,
|
|
3077
3077
|
from: filtering.dateFrom,
|
|
3078
3078
|
to: filtering.dateTo,
|
|
@@ -3092,7 +3092,7 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
3092
3092
|
"onUpdate:visible": _cache[4] || (_cache[4] = ($event) => filterOpen.value = $event)
|
|
3093
3093
|
}, {
|
|
3094
3094
|
default: withCtx(() => [
|
|
3095
|
-
createVNode(script$
|
|
3095
|
+
createVNode(script$v, {
|
|
3096
3096
|
modelValue: [
|
|
3097
3097
|
filtering.\u8D26\u6237\u7C7B\u578B,
|
|
3098
3098
|
filtering.\u6536\u5165\u8FD8\u662F\u652F\u51FA,
|
|
@@ -3105,7 +3105,7 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
3105
3105
|
_: 1
|
|
3106
3106
|
/* STABLE */
|
|
3107
3107
|
}, 8, ["visible"]),
|
|
3108
|
-
createVNode(unref(script$
|
|
3108
|
+
createVNode(unref(script$H), {
|
|
3109
3109
|
modelValue: secondBalanceOpen.value,
|
|
3110
3110
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => secondBalanceOpen.value = $event),
|
|
3111
3111
|
title: "\u6536\u652F\u660E\u7EC6"
|
|
@@ -3219,13 +3219,13 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
3219
3219
|
}, [
|
|
3220
3220
|
createElementVNode(
|
|
3221
3221
|
"div",
|
|
3222
|
-
_hoisted_23,
|
|
3222
|
+
_hoisted_23$1,
|
|
3223
3223
|
toDisplayString(it.\u4EA4\u6613\u7C7B\u578B),
|
|
3224
3224
|
1
|
|
3225
3225
|
/* TEXT */
|
|
3226
3226
|
),
|
|
3227
|
-
createElementVNode("div", _hoisted_24, [
|
|
3228
|
-
createElementVNode("div", _hoisted_25, [
|
|
3227
|
+
createElementVNode("div", _hoisted_24$1, [
|
|
3228
|
+
createElementVNode("div", _hoisted_25$1, [
|
|
3229
3229
|
createElementVNode("div", null, [
|
|
3230
3230
|
createElementVNode(
|
|
3231
3231
|
"div",
|
|
@@ -3269,7 +3269,7 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
3269
3269
|
/* KEYED_FRAGMENT */
|
|
3270
3270
|
)),
|
|
3271
3271
|
reachedLastPage.value ? (openBlock(), createElementBlock("div", _hoisted_30, "\u6CA1\u6709\u66F4\u591A\u4E86")) : createCommentVNode("v-if", true)
|
|
3272
|
-
])) : (openBlock(), createBlock(script$
|
|
3272
|
+
])) : (openBlock(), createBlock(script$s, { key: 1 }))
|
|
3273
3273
|
]),
|
|
3274
3274
|
_: 1
|
|
3275
3275
|
/* STABLE */
|
|
@@ -3288,13 +3288,13 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
3288
3288
|
}
|
|
3289
3289
|
});
|
|
3290
3290
|
|
|
3291
|
-
script$
|
|
3291
|
+
script$q.__file = "src/balance/components/AccountView.vue";
|
|
3292
3292
|
|
|
3293
|
-
const _hoisted_1$
|
|
3294
|
-
const _hoisted_2$
|
|
3293
|
+
const _hoisted_1$m = { class: "balance-reminder" };
|
|
3294
|
+
const _hoisted_2$g = { class: "footer" };
|
|
3295
3295
|
const _hoisted_3$a = { class: "col" };
|
|
3296
3296
|
const _hoisted_4$8 = { class: "col" };
|
|
3297
|
-
var script$
|
|
3297
|
+
var script$p = /* @__PURE__ */ defineComponent({
|
|
3298
3298
|
__name: "BalanceReminder",
|
|
3299
3299
|
props: {
|
|
3300
3300
|
modelValue: { type: Boolean, required: true, default: () => false },
|
|
@@ -3314,7 +3314,7 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
3314
3314
|
"close-on-click-overlay": false
|
|
3315
3315
|
}, {
|
|
3316
3316
|
default: withCtx(() => [
|
|
3317
|
-
createElementVNode("div", _hoisted_1$
|
|
3317
|
+
createElementVNode("div", _hoisted_1$m, [
|
|
3318
3318
|
_cache[3] || (_cache[3] = createElementVNode(
|
|
3319
3319
|
"div",
|
|
3320
3320
|
{ class: "body" },
|
|
@@ -3325,7 +3325,7 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
3325
3325
|
-1
|
|
3326
3326
|
/* HOISTED */
|
|
3327
3327
|
)),
|
|
3328
|
-
createElementVNode("div", _hoisted_2$
|
|
3328
|
+
createElementVNode("div", _hoisted_2$g, [
|
|
3329
3329
|
createElementVNode("div", _hoisted_3$a, [
|
|
3330
3330
|
createVNode(_component_nut_button, {
|
|
3331
3331
|
class: "cancel-button",
|
|
@@ -3366,10 +3366,10 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
3366
3366
|
}
|
|
3367
3367
|
});
|
|
3368
3368
|
|
|
3369
|
-
script$
|
|
3369
|
+
script$p.__file = "src/balance/components/BalanceReminder.vue";
|
|
3370
3370
|
|
|
3371
|
-
const _hoisted_1$
|
|
3372
|
-
var script$
|
|
3371
|
+
const _hoisted_1$l = { class: "text" };
|
|
3372
|
+
var script$o = /* @__PURE__ */ defineComponent({
|
|
3373
3373
|
__name: "DateRange",
|
|
3374
3374
|
props: {
|
|
3375
3375
|
"modelValue": {
|
|
@@ -3389,7 +3389,8 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
3389
3389
|
const openDateRangePicker = () => {
|
|
3390
3390
|
const child = ref();
|
|
3391
3391
|
$n.sheet({
|
|
3392
|
-
component: script$
|
|
3392
|
+
component: script$u,
|
|
3393
|
+
class: "ns-sheet-reset",
|
|
3393
3394
|
ref: child,
|
|
3394
3395
|
props: {
|
|
3395
3396
|
from: model.value.from,
|
|
@@ -3418,7 +3419,7 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
3418
3419
|
}, [
|
|
3419
3420
|
createElementVNode(
|
|
3420
3421
|
"div",
|
|
3421
|
-
_hoisted_1$
|
|
3422
|
+
_hoisted_1$l,
|
|
3422
3423
|
toDisplayString(dateRangeDisplay.value),
|
|
3423
3424
|
1
|
|
3424
3425
|
/* TEXT */
|
|
@@ -3439,14 +3440,14 @@ var script$n = /* @__PURE__ */ defineComponent({
|
|
|
3439
3440
|
}
|
|
3440
3441
|
});
|
|
3441
3442
|
|
|
3442
|
-
script$
|
|
3443
|
+
script$o.__file = "src/balance/components/DateRange.vue";
|
|
3443
3444
|
|
|
3444
|
-
const _hoisted_1$
|
|
3445
|
-
const _hoisted_2$
|
|
3445
|
+
const _hoisted_1$k = { class: "list-filter-picker" };
|
|
3446
|
+
const _hoisted_2$f = { class: "list-filter-picker-content" };
|
|
3446
3447
|
const _hoisted_3$9 = { class: "title" };
|
|
3447
3448
|
const _hoisted_4$7 = { class: "info" };
|
|
3448
3449
|
const _hoisted_5$6 = ["onClick"];
|
|
3449
|
-
var script$
|
|
3450
|
+
var script$n = /* @__PURE__ */ defineComponent({
|
|
3450
3451
|
__name: "ListFilterPicker",
|
|
3451
3452
|
props: {
|
|
3452
3453
|
modelValue: { type: Object, required: true }
|
|
@@ -3496,7 +3497,7 @@ var script$m = /* @__PURE__ */ defineComponent({
|
|
|
3496
3497
|
emit("complete", result);
|
|
3497
3498
|
};
|
|
3498
3499
|
return (_ctx, _cache) => {
|
|
3499
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
3500
|
+
return openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
3500
3501
|
_cache[0] || (_cache[0] = createElementVNode(
|
|
3501
3502
|
"div",
|
|
3502
3503
|
{ class: "list-filter-picker-title" },
|
|
@@ -3506,7 +3507,7 @@ var script$m = /* @__PURE__ */ defineComponent({
|
|
|
3506
3507
|
-1
|
|
3507
3508
|
/* HOISTED */
|
|
3508
3509
|
)),
|
|
3509
|
-
createElementVNode("div", _hoisted_2$
|
|
3510
|
+
createElementVNode("div", _hoisted_2$f, [
|
|
3510
3511
|
(openBlock(true), createElementBlock(
|
|
3511
3512
|
Fragment,
|
|
3512
3513
|
null,
|
|
@@ -3568,9 +3569,9 @@ var script$m = /* @__PURE__ */ defineComponent({
|
|
|
3568
3569
|
}
|
|
3569
3570
|
});
|
|
3570
3571
|
|
|
3571
|
-
script$
|
|
3572
|
+
script$n.__file = "src/balance/components/ListFilterPicker.vue";
|
|
3572
3573
|
|
|
3573
|
-
var script$
|
|
3574
|
+
var script$m = /* @__PURE__ */ defineComponent({
|
|
3574
3575
|
__name: "ListFilter",
|
|
3575
3576
|
props: {
|
|
3576
3577
|
"modelValue": {
|
|
@@ -3589,7 +3590,8 @@ var script$l = /* @__PURE__ */ defineComponent({
|
|
|
3589
3590
|
const emit = __emit;
|
|
3590
3591
|
const openPicker = () => {
|
|
3591
3592
|
$n.sheet({
|
|
3592
|
-
component: script$
|
|
3593
|
+
component: script$n,
|
|
3594
|
+
class: "ns-sheet-reset",
|
|
3593
3595
|
props: {
|
|
3594
3596
|
modelValue: model,
|
|
3595
3597
|
onComplete: (result) => {
|
|
@@ -3627,13 +3629,13 @@ var script$l = /* @__PURE__ */ defineComponent({
|
|
|
3627
3629
|
}
|
|
3628
3630
|
});
|
|
3629
3631
|
|
|
3630
|
-
script$
|
|
3632
|
+
script$m.__file = "src/balance/components/ListFilter.vue";
|
|
3631
3633
|
|
|
3632
|
-
const _hoisted_1$
|
|
3634
|
+
const _hoisted_1$j = {
|
|
3633
3635
|
key: 0,
|
|
3634
3636
|
class: "promoter-card"
|
|
3635
3637
|
};
|
|
3636
|
-
const _hoisted_2$
|
|
3638
|
+
const _hoisted_2$e = {
|
|
3637
3639
|
key: 0,
|
|
3638
3640
|
class: "promoter-card-tab"
|
|
3639
3641
|
};
|
|
@@ -3653,12 +3655,12 @@ const _hoisted_8$3 = {
|
|
|
3653
3655
|
class: "promoter-card-ft-item"
|
|
3654
3656
|
};
|
|
3655
3657
|
const _hoisted_9$2 = { class: "promoter-card-ft-info" };
|
|
3656
|
-
var script$
|
|
3658
|
+
var script$l = /* @__PURE__ */ defineComponent({
|
|
3657
3659
|
__name: "PromoterCard",
|
|
3658
3660
|
props: {
|
|
3659
3661
|
useCase: { type: String, required: true, default: "" },
|
|
3660
3662
|
applyRecord: { type: null, required: true, default: {} },
|
|
3661
|
-
isAdmin: { type: Boolean, required: false, default:
|
|
3663
|
+
isAdmin: { type: Boolean, required: false, default: false }
|
|
3662
3664
|
},
|
|
3663
3665
|
emits: [
|
|
3664
3666
|
/**
|
|
@@ -3712,13 +3714,14 @@ var script$k = /* @__PURE__ */ defineComponent({
|
|
|
3712
3714
|
rebate: "\u63A8\u8350\u670B\u53CB\u4F7F\u7528\u5317\u6597\u661F\u3001\u4F01\u660E\u661F\u83B7\u53D6\uFF0C\u8FD4\u4F63\u6536\u76CA= \u8FD4\u4F63\u57FA\u6570 * \u8FD4\u4F63\u6BD4\u4F8B"
|
|
3713
3715
|
};
|
|
3714
3716
|
function onHelpClick(type) {
|
|
3715
|
-
Taro.
|
|
3716
|
-
|
|
3717
|
-
|
|
3717
|
+
Taro.showModal({
|
|
3718
|
+
content: toastMap[type],
|
|
3719
|
+
showCancel: false,
|
|
3720
|
+
confirmText: "\u77E5\u9053\u4E86"
|
|
3718
3721
|
});
|
|
3719
3722
|
}
|
|
3720
3723
|
return (_ctx, _cache) => {
|
|
3721
|
-
return _ctx.applyRecord.distributorFlag === "Y" || _ctx.applyRecord.accessCheckStatus === "Y" ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
3724
|
+
return _ctx.applyRecord.distributorFlag === "Y" || _ctx.applyRecord.accessCheckStatus === "Y" ? (openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
3722
3725
|
_cache[13] || (_cache[13] = createElementVNode(
|
|
3723
3726
|
"img",
|
|
3724
3727
|
{
|
|
@@ -3730,7 +3733,7 @@ var script$k = /* @__PURE__ */ defineComponent({
|
|
|
3730
3733
|
-1
|
|
3731
3734
|
/* HOISTED */
|
|
3732
3735
|
)),
|
|
3733
|
-
_ctx.useCase === "company" && _ctx.isAdmin ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
3736
|
+
_ctx.useCase === "company" && _ctx.isAdmin ? (openBlock(), createElementBlock("div", _hoisted_2$e, [
|
|
3734
3737
|
createElementVNode(
|
|
3735
3738
|
"div",
|
|
3736
3739
|
{
|
|
@@ -3854,9 +3857,9 @@ var script$k = /* @__PURE__ */ defineComponent({
|
|
|
3854
3857
|
}
|
|
3855
3858
|
});
|
|
3856
3859
|
|
|
3857
|
-
script$
|
|
3860
|
+
script$l.__file = "src/balance/components/PromoterCard.vue";
|
|
3858
3861
|
|
|
3859
|
-
var script$
|
|
3862
|
+
var script$k = /* @__PURE__ */ defineComponent({
|
|
3860
3863
|
__name: "index",
|
|
3861
3864
|
props: {
|
|
3862
3865
|
name: { type: String, required: true },
|
|
@@ -3884,10 +3887,10 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
3884
3887
|
}
|
|
3885
3888
|
});
|
|
3886
3889
|
|
|
3887
|
-
script$
|
|
3890
|
+
script$k.__file = "src/components/dd-icon/index.vue";
|
|
3888
3891
|
|
|
3889
|
-
const _hoisted_1$
|
|
3890
|
-
var script$
|
|
3892
|
+
const _hoisted_1$i = { class: "dd-area" };
|
|
3893
|
+
var script$j = /* @__PURE__ */ defineComponent({
|
|
3891
3894
|
__name: "index",
|
|
3892
3895
|
props: {
|
|
3893
3896
|
value: { type: String, required: false, default: "" },
|
|
@@ -4046,7 +4049,7 @@ var script$i = /* @__PURE__ */ defineComponent({
|
|
|
4046
4049
|
disabled: props.disabled
|
|
4047
4050
|
}, {
|
|
4048
4051
|
default: withCtx(() => [
|
|
4049
|
-
createElementVNode("div", _hoisted_1$
|
|
4052
|
+
createElementVNode("div", _hoisted_1$i, [
|
|
4050
4053
|
createElementVNode(
|
|
4051
4054
|
"div",
|
|
4052
4055
|
{
|
|
@@ -4057,7 +4060,7 @@ var script$i = /* @__PURE__ */ defineComponent({
|
|
|
4057
4060
|
/* TEXT, CLASS */
|
|
4058
4061
|
),
|
|
4059
4062
|
renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
4060
|
-
props.rightIcon ? (openBlock(), createBlock(script$
|
|
4063
|
+
props.rightIcon ? (openBlock(), createBlock(script$k, {
|
|
4061
4064
|
key: 0,
|
|
4062
4065
|
name: "icon-arrow",
|
|
4063
4066
|
size: "11px",
|
|
@@ -4074,11 +4077,11 @@ var script$i = /* @__PURE__ */ defineComponent({
|
|
|
4074
4077
|
}
|
|
4075
4078
|
});
|
|
4076
4079
|
|
|
4077
|
-
script$
|
|
4080
|
+
script$j.__file = "src/components/dd-area/index.vue";
|
|
4078
4081
|
|
|
4079
|
-
const _hoisted_1$
|
|
4080
|
-
const _hoisted_2$
|
|
4081
|
-
var script$
|
|
4082
|
+
const _hoisted_1$h = { class: "dd-selector" };
|
|
4083
|
+
const _hoisted_2$d = { class: "dd-selector-value" };
|
|
4084
|
+
var script$i = /* @__PURE__ */ defineComponent({
|
|
4082
4085
|
__name: "index",
|
|
4083
4086
|
props: {
|
|
4084
4087
|
value: { type: String, required: false, default: "" },
|
|
@@ -4138,8 +4141,8 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
4138
4141
|
}, {
|
|
4139
4142
|
default: withCtx(() => [
|
|
4140
4143
|
renderSlot(_ctx.$slots, "content", {}, () => [
|
|
4141
|
-
createElementVNode("div", _hoisted_1$
|
|
4142
|
-
createElementVNode("div", _hoisted_2$
|
|
4144
|
+
createElementVNode("div", _hoisted_1$h, [
|
|
4145
|
+
createElementVNode("div", _hoisted_2$d, [
|
|
4143
4146
|
createElementVNode(
|
|
4144
4147
|
"div",
|
|
4145
4148
|
{
|
|
@@ -4156,7 +4159,7 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
4156
4159
|
])
|
|
4157
4160
|
]),
|
|
4158
4161
|
renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
4159
|
-
props.rightIcon ? (openBlock(), createBlock(script$
|
|
4162
|
+
props.rightIcon ? (openBlock(), createBlock(script$k, {
|
|
4160
4163
|
key: 0,
|
|
4161
4164
|
name: "icon-arrow",
|
|
4162
4165
|
size: "11px",
|
|
@@ -4174,14 +4177,14 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
4174
4177
|
}
|
|
4175
4178
|
});
|
|
4176
4179
|
|
|
4177
|
-
script$
|
|
4180
|
+
script$i.__file = "src/components/dd-selector/index.vue";
|
|
4178
4181
|
|
|
4179
|
-
const _hoisted_1$
|
|
4180
|
-
const _hoisted_2$
|
|
4182
|
+
const _hoisted_1$g = { class: "self-registration" };
|
|
4183
|
+
const _hoisted_2$c = { class: "self-registration-body" };
|
|
4181
4184
|
const _hoisted_3$7 = ["src"];
|
|
4182
4185
|
const _hoisted_4$5 = { class: "self-registration__input" };
|
|
4183
4186
|
const _hoisted_5$4 = { class: "self-registration-bottom" };
|
|
4184
|
-
var script$
|
|
4187
|
+
var script$h = /* @__PURE__ */ defineComponent({
|
|
4185
4188
|
__name: "SelfRegistration",
|
|
4186
4189
|
props: {
|
|
4187
4190
|
banner: { type: String, required: false, default: "https://cdn.ddjf.com/static/images/wx-yunservice/ai-form-bg2.png" }
|
|
@@ -4283,8 +4286,8 @@ var script$g = /* @__PURE__ */ defineComponent({
|
|
|
4283
4286
|
const _component_nut_form_item = FormItem;
|
|
4284
4287
|
const _component_nut_form = Form;
|
|
4285
4288
|
const _component_nut_button = Button;
|
|
4286
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
4287
|
-
createElementVNode("div", _hoisted_2$
|
|
4289
|
+
return openBlock(), createElementBlock("div", _hoisted_1$g, [
|
|
4290
|
+
createElementVNode("div", _hoisted_2$c, [
|
|
4288
4291
|
createElementVNode("img", {
|
|
4289
4292
|
src: _ctx.banner,
|
|
4290
4293
|
class: "self-registration-banner",
|
|
@@ -4347,7 +4350,7 @@ var script$g = /* @__PURE__ */ defineComponent({
|
|
|
4347
4350
|
), [
|
|
4348
4351
|
[vModelText, formState.name]
|
|
4349
4352
|
]),
|
|
4350
|
-
createVNode(script$
|
|
4353
|
+
createVNode(script$D, { onComplete: onOCRInfo }, {
|
|
4351
4354
|
icon: withCtx(() => _cache[9] || (_cache[9] = [
|
|
4352
4355
|
createElementVNode(
|
|
4353
4356
|
"img",
|
|
@@ -4401,7 +4404,7 @@ var script$g = /* @__PURE__ */ defineComponent({
|
|
|
4401
4404
|
required: ""
|
|
4402
4405
|
}, {
|
|
4403
4406
|
default: withCtx(() => [
|
|
4404
|
-
createVNode(script$
|
|
4407
|
+
createVNode(script$i, {
|
|
4405
4408
|
value: formState.position,
|
|
4406
4409
|
"onUpdate:value": _cache[3] || (_cache[3] = ($event) => formState.position = $event),
|
|
4407
4410
|
options: positionOptions
|
|
@@ -4463,7 +4466,7 @@ var script$g = /* @__PURE__ */ defineComponent({
|
|
|
4463
4466
|
required: ""
|
|
4464
4467
|
}, {
|
|
4465
4468
|
default: withCtx(() => [
|
|
4466
|
-
createVNode(script$
|
|
4469
|
+
createVNode(script$j, {
|
|
4467
4470
|
value: formState.areaCode,
|
|
4468
4471
|
"onUpdate:value": _cache[6] || (_cache[6] = ($event) => formState.areaCode = $event),
|
|
4469
4472
|
type: "city",
|
|
@@ -4501,7 +4504,7 @@ var script$g = /* @__PURE__ */ defineComponent({
|
|
|
4501
4504
|
}
|
|
4502
4505
|
});
|
|
4503
4506
|
|
|
4504
|
-
script$
|
|
4507
|
+
script$h.__file = "src/register/components/SelfRegistration.vue";
|
|
4505
4508
|
|
|
4506
4509
|
const endpointsList$1 = {};
|
|
4507
4510
|
Object.fromEntries(
|
|
@@ -4598,9 +4601,9 @@ function useHttp$1() {
|
|
|
4598
4601
|
return $http;
|
|
4599
4602
|
}
|
|
4600
4603
|
|
|
4601
|
-
const _hoisted_1$
|
|
4602
|
-
const _hoisted_2$
|
|
4603
|
-
var script$
|
|
4604
|
+
const _hoisted_1$f = { class: "notice-popup-bd" };
|
|
4605
|
+
const _hoisted_2$b = { style: { "white-space": "pre-wrap" } };
|
|
4606
|
+
var script$g = /* @__PURE__ */ defineComponent({
|
|
4604
4607
|
__name: "NoticePopup",
|
|
4605
4608
|
props: {
|
|
4606
4609
|
message: { type: null, required: true, default: {} }
|
|
@@ -4654,10 +4657,10 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
4654
4657
|
-1
|
|
4655
4658
|
/* HOISTED */
|
|
4656
4659
|
)),
|
|
4657
|
-
createElementVNode("div", _hoisted_1$
|
|
4660
|
+
createElementVNode("div", _hoisted_1$f, [
|
|
4658
4661
|
createElementVNode(
|
|
4659
4662
|
"div",
|
|
4660
|
-
_hoisted_2$
|
|
4663
|
+
_hoisted_2$b,
|
|
4661
4664
|
toDisplayString(_ctx.message.context.replace("\u3010\u7CFB\u7EDF\u516C\u544A\u3011 ", "")),
|
|
4662
4665
|
1
|
|
4663
4666
|
/* TEXT */
|
|
@@ -4682,7 +4685,7 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
4682
4685
|
}
|
|
4683
4686
|
});
|
|
4684
4687
|
|
|
4685
|
-
script$
|
|
4688
|
+
script$g.__file = "src/notice/components/NoticePopup.vue";
|
|
4686
4689
|
|
|
4687
4690
|
function useNotice() {
|
|
4688
4691
|
async function noticeClick(item, cb) {
|
|
@@ -4710,9 +4713,9 @@ function useNotice() {
|
|
|
4710
4713
|
};
|
|
4711
4714
|
}
|
|
4712
4715
|
|
|
4713
|
-
const _hoisted_1$
|
|
4714
|
-
const _hoisted_2$
|
|
4715
|
-
var script$
|
|
4716
|
+
const _hoisted_1$e = { class: "notice-banner-text" };
|
|
4717
|
+
const _hoisted_2$a = ["onClick"];
|
|
4718
|
+
var script$f = /* @__PURE__ */ defineComponent({
|
|
4716
4719
|
__name: "NoticeBanner",
|
|
4717
4720
|
props: {
|
|
4718
4721
|
app: { type: String, required: true, default: "" },
|
|
@@ -4836,7 +4839,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
4836
4839
|
Fragment,
|
|
4837
4840
|
null,
|
|
4838
4841
|
renderList(bannerMessages.value, (item, key) => {
|
|
4839
|
-
return openBlock(), createBlock(script$
|
|
4842
|
+
return openBlock(), createBlock(script$F, {
|
|
4840
4843
|
class: normalizeClass({ show: key === activeKey.value }),
|
|
4841
4844
|
key,
|
|
4842
4845
|
showClose: item.noticeType === 0,
|
|
@@ -4856,7 +4859,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
4856
4859
|
)),
|
|
4857
4860
|
createElementVNode(
|
|
4858
4861
|
"div",
|
|
4859
|
-
_hoisted_1$
|
|
4862
|
+
_hoisted_1$e,
|
|
4860
4863
|
toDisplayString(item.context),
|
|
4861
4864
|
1
|
|
4862
4865
|
/* TEXT */
|
|
@@ -4864,7 +4867,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
4864
4867
|
createElementVNode("div", {
|
|
4865
4868
|
class: "notice-banner-btn",
|
|
4866
4869
|
onClick: ($event) => onDetail(item)
|
|
4867
|
-
}, "\u8BE6\u60C5", 8, _hoisted_2$
|
|
4870
|
+
}, "\u8BE6\u60C5", 8, _hoisted_2$a)
|
|
4868
4871
|
]),
|
|
4869
4872
|
_: 2
|
|
4870
4873
|
/* DYNAMIC */
|
|
@@ -4882,7 +4885,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
4882
4885
|
Fragment,
|
|
4883
4886
|
null,
|
|
4884
4887
|
renderList(popMessages.value, (item, key) => {
|
|
4885
|
-
return openBlock(), createBlock(script$
|
|
4888
|
+
return openBlock(), createBlock(script$g, {
|
|
4886
4889
|
key,
|
|
4887
4890
|
message: item,
|
|
4888
4891
|
onClose: ($event) => popMessages.value.splice(key, 1),
|
|
@@ -4900,14 +4903,14 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
4900
4903
|
}
|
|
4901
4904
|
});
|
|
4902
4905
|
|
|
4903
|
-
script$
|
|
4906
|
+
script$f.__file = "src/notice/components/NoticeBanner.vue";
|
|
4904
4907
|
|
|
4905
|
-
const _hoisted_1$
|
|
4906
|
-
const _hoisted_2$
|
|
4908
|
+
const _hoisted_1$d = { class: "notice-entry" };
|
|
4909
|
+
const _hoisted_2$9 = {
|
|
4907
4910
|
key: 0,
|
|
4908
4911
|
class: "notice-entry-icon"
|
|
4909
4912
|
};
|
|
4910
|
-
var script$
|
|
4913
|
+
var script$e = /* @__PURE__ */ defineComponent({
|
|
4911
4914
|
__name: "NoticeEntry",
|
|
4912
4915
|
props: {
|
|
4913
4916
|
app: { type: String, required: true, default: "" },
|
|
@@ -4943,7 +4946,7 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
4943
4946
|
});
|
|
4944
4947
|
}
|
|
4945
4948
|
return (_ctx, _cache) => {
|
|
4946
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
4949
|
+
return openBlock(), createElementBlock("div", _hoisted_1$d, [
|
|
4947
4950
|
_cache[0] || (_cache[0] = createElementVNode(
|
|
4948
4951
|
"img",
|
|
4949
4952
|
{
|
|
@@ -4962,18 +4965,18 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
4962
4965
|
-1
|
|
4963
4966
|
/* HOISTED */
|
|
4964
4967
|
)),
|
|
4965
|
-
noticeShow.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
4968
|
+
noticeShow.value ? (openBlock(), createElementBlock("div", _hoisted_2$9)) : createCommentVNode("v-if", true)
|
|
4966
4969
|
]);
|
|
4967
4970
|
};
|
|
4968
4971
|
}
|
|
4969
4972
|
});
|
|
4970
4973
|
|
|
4971
|
-
script$
|
|
4974
|
+
script$e.__file = "src/notice/components/NoticeEntry.vue";
|
|
4972
4975
|
|
|
4973
|
-
const _hoisted_1$
|
|
4974
|
-
const _hoisted_2$
|
|
4976
|
+
const _hoisted_1$c = { class: "dd-search__form" };
|
|
4977
|
+
const _hoisted_2$8 = { class: "dd-search__control" };
|
|
4975
4978
|
const _hoisted_3$6 = ["disabled", "placeholder", "focus"];
|
|
4976
|
-
var script$
|
|
4979
|
+
var script$d = /* @__PURE__ */ defineComponent({
|
|
4977
4980
|
__name: "index",
|
|
4978
4981
|
props: {
|
|
4979
4982
|
disabled: { type: Boolean, required: false, default: false },
|
|
@@ -5026,7 +5029,7 @@ var script$c = /* @__PURE__ */ defineComponent({
|
|
|
5026
5029
|
}])
|
|
5027
5030
|
},
|
|
5028
5031
|
[
|
|
5029
|
-
createElementVNode("div", _hoisted_1$
|
|
5032
|
+
createElementVNode("div", _hoisted_1$c, [
|
|
5030
5033
|
_cache[2] || (_cache[2] = createElementVNode(
|
|
5031
5034
|
"div",
|
|
5032
5035
|
{ class: "dd-search__prefix" },
|
|
@@ -5039,7 +5042,7 @@ var script$c = /* @__PURE__ */ defineComponent({
|
|
|
5039
5042
|
-1
|
|
5040
5043
|
/* HOISTED */
|
|
5041
5044
|
)),
|
|
5042
|
-
createElementVNode("div", _hoisted_2$
|
|
5045
|
+
createElementVNode("div", _hoisted_2$8, [
|
|
5043
5046
|
withDirectives(createElementVNode("input", {
|
|
5044
5047
|
class: "dd-search__input",
|
|
5045
5048
|
type: "text",
|
|
@@ -5094,7 +5097,7 @@ var script$c = /* @__PURE__ */ defineComponent({
|
|
|
5094
5097
|
}
|
|
5095
5098
|
});
|
|
5096
5099
|
|
|
5097
|
-
script$
|
|
5100
|
+
script$d.__file = "src/components/dd-search/index.vue";
|
|
5098
5101
|
|
|
5099
5102
|
function useCommonList(api, query, showLoading = true, method = "GET") {
|
|
5100
5103
|
const isLast = ref(false);
|
|
@@ -5155,8 +5158,8 @@ function useCommonList(api, query, showLoading = true, method = "GET") {
|
|
|
5155
5158
|
};
|
|
5156
5159
|
}
|
|
5157
5160
|
|
|
5158
|
-
const _hoisted_1$
|
|
5159
|
-
const _hoisted_2$
|
|
5161
|
+
const _hoisted_1$b = { class: "notice-list" };
|
|
5162
|
+
const _hoisted_2$7 = { style: { "flex": "1", "overflow": "hidden" } };
|
|
5160
5163
|
const _hoisted_3$5 = {
|
|
5161
5164
|
key: 0,
|
|
5162
5165
|
class: "wrapper"
|
|
@@ -5177,7 +5180,7 @@ const _hoisted_9$1 = {
|
|
|
5177
5180
|
key: 1,
|
|
5178
5181
|
class: "no-data"
|
|
5179
5182
|
};
|
|
5180
|
-
var script$
|
|
5183
|
+
var script$c = /* @__PURE__ */ defineComponent({
|
|
5181
5184
|
__name: "NoticeList",
|
|
5182
5185
|
props: {
|
|
5183
5186
|
app: { type: String, required: true, default: "" },
|
|
@@ -5251,15 +5254,15 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
5251
5254
|
return (_ctx, _cache) => {
|
|
5252
5255
|
const _component_rich_text = resolveComponent("rich-text");
|
|
5253
5256
|
const _component_scroll_view = resolveComponent("scroll-view");
|
|
5254
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5255
|
-
createVNode(script$
|
|
5257
|
+
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
5258
|
+
createVNode(script$d, {
|
|
5256
5259
|
bordered: false,
|
|
5257
5260
|
focus: false,
|
|
5258
5261
|
value: query.value.title,
|
|
5259
5262
|
placeholder: "\u8BF7\u8F93\u5165\u5173\u952E\u5B57\u641C\u7D22",
|
|
5260
5263
|
onSearch
|
|
5261
5264
|
}, null, 8, ["value"]),
|
|
5262
|
-
createElementVNode("div", _hoisted_2$
|
|
5265
|
+
createElementVNode("div", _hoisted_2$7, [
|
|
5263
5266
|
unref(list).length ? (openBlock(), createElementBlock("div", _hoisted_3$5, [
|
|
5264
5267
|
createVNode(_component_scroll_view, {
|
|
5265
5268
|
class: "content",
|
|
@@ -5378,13 +5381,13 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
5378
5381
|
}
|
|
5379
5382
|
});
|
|
5380
5383
|
|
|
5381
|
-
script$
|
|
5384
|
+
script$c.__file = "src/notice/components/NoticeList.vue";
|
|
5382
5385
|
|
|
5383
|
-
const _hoisted_1$
|
|
5384
|
-
const _hoisted_2$
|
|
5386
|
+
const _hoisted_1$a = { class: "user-entry" };
|
|
5387
|
+
const _hoisted_2$6 = { class: "user-entry-head" };
|
|
5385
5388
|
const _hoisted_3$4 = ["src"];
|
|
5386
5389
|
const _hoisted_4$3 = { class: "user-entry-bd" };
|
|
5387
|
-
var script$
|
|
5390
|
+
var script$b = /* @__PURE__ */ defineComponent({
|
|
5388
5391
|
__name: "UserEntry",
|
|
5389
5392
|
props: {
|
|
5390
5393
|
avatar: { type: String, required: false, default: "" },
|
|
@@ -5406,8 +5409,8 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
5406
5409
|
}
|
|
5407
5410
|
const emits = __emit;
|
|
5408
5411
|
return (_ctx, _cache) => {
|
|
5409
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5410
|
-
createElementVNode("div", _hoisted_2$
|
|
5412
|
+
return openBlock(), createElementBlock("div", _hoisted_1$a, [
|
|
5413
|
+
createElementVNode("div", _hoisted_2$6, [
|
|
5411
5414
|
_ctx.avatar ? (openBlock(), createElementBlock("img", {
|
|
5412
5415
|
key: 0,
|
|
5413
5416
|
class: "user-entry-head-img",
|
|
@@ -5479,10 +5482,10 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
5479
5482
|
}
|
|
5480
5483
|
});
|
|
5481
5484
|
|
|
5482
|
-
script$
|
|
5485
|
+
script$b.__file = "src/user/components/UserEntry.vue";
|
|
5483
5486
|
|
|
5484
|
-
const _hoisted_1$
|
|
5485
|
-
var script$
|
|
5487
|
+
const _hoisted_1$9 = { class: "dd-skeleton" };
|
|
5488
|
+
var script$a = /* @__PURE__ */ defineComponent({
|
|
5486
5489
|
__name: "index",
|
|
5487
5490
|
props: {
|
|
5488
5491
|
row: { type: Number, required: false, default: 3 },
|
|
@@ -5492,7 +5495,7 @@ var script$9 = /* @__PURE__ */ defineComponent({
|
|
|
5492
5495
|
setup(__props) {
|
|
5493
5496
|
return (_ctx, _cache) => {
|
|
5494
5497
|
const _component_nut_skeleton = Skeleton;
|
|
5495
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5498
|
+
return openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
5496
5499
|
(openBlock(true), createElementBlock(
|
|
5497
5500
|
Fragment,
|
|
5498
5501
|
null,
|
|
@@ -5525,7 +5528,7 @@ var script$9 = /* @__PURE__ */ defineComponent({
|
|
|
5525
5528
|
}
|
|
5526
5529
|
});
|
|
5527
5530
|
|
|
5528
|
-
script$
|
|
5531
|
+
script$a.__file = "src/components/dd-skeleton/index.vue";
|
|
5529
5532
|
|
|
5530
5533
|
const endpointsList = {};
|
|
5531
5534
|
Object.fromEntries(
|
|
@@ -5626,11 +5629,11 @@ function useHttp() {
|
|
|
5626
5629
|
return $http;
|
|
5627
5630
|
}
|
|
5628
5631
|
|
|
5629
|
-
const _hoisted_1$
|
|
5632
|
+
const _hoisted_1$8 = {
|
|
5630
5633
|
key: 1,
|
|
5631
5634
|
class: "user-info-wrap"
|
|
5632
5635
|
};
|
|
5633
|
-
const _hoisted_2$
|
|
5636
|
+
const _hoisted_2$5 = { class: "user-info-head" };
|
|
5634
5637
|
const _hoisted_3$3 = ["src"];
|
|
5635
5638
|
const _hoisted_4$2 = {
|
|
5636
5639
|
key: 1,
|
|
@@ -5639,50 +5642,66 @@ const _hoisted_4$2 = {
|
|
|
5639
5642
|
src: "https://cdn.ddjf.com/static/images/wx-yunservice/account-head.png",
|
|
5640
5643
|
alt: ""
|
|
5641
5644
|
};
|
|
5642
|
-
const _hoisted_5$2 = {
|
|
5643
|
-
const _hoisted_6$1 = {
|
|
5644
|
-
|
|
5645
|
-
|
|
5645
|
+
const _hoisted_5$2 = { key: 0 };
|
|
5646
|
+
const _hoisted_6$1 = {
|
|
5647
|
+
key: 1,
|
|
5648
|
+
style: { "color": "#e8523f" }
|
|
5649
|
+
};
|
|
5650
|
+
const _hoisted_7$1 = {
|
|
5651
|
+
key: 2,
|
|
5652
|
+
style: { "color": "#017fff" }
|
|
5653
|
+
};
|
|
5654
|
+
const _hoisted_8$1 = { class: "user-info-team" };
|
|
5655
|
+
const _hoisted_9 = { class: "user-info-team-item-avatar" };
|
|
5656
|
+
const _hoisted_10 = ["src"];
|
|
5657
|
+
const _hoisted_11 = {
|
|
5646
5658
|
key: 1,
|
|
5647
5659
|
class: "user-info-team-item-avatar-img empty",
|
|
5648
5660
|
mode: "aspectFit",
|
|
5649
5661
|
src: "https://cdn.ddjf.com/static/images/customer-center/tenant-logo.png",
|
|
5650
5662
|
alt: ""
|
|
5651
5663
|
};
|
|
5652
|
-
const
|
|
5653
|
-
const
|
|
5654
|
-
const
|
|
5664
|
+
const _hoisted_12 = { class: "user-info-team-item-bd" };
|
|
5665
|
+
const _hoisted_13 = { class: "user-info-team-item-title" };
|
|
5666
|
+
const _hoisted_14 = {
|
|
5655
5667
|
key: 0,
|
|
5656
5668
|
class: "user-info-team-item-app"
|
|
5657
5669
|
};
|
|
5658
|
-
const
|
|
5659
|
-
const
|
|
5670
|
+
const _hoisted_15 = ["onClick"];
|
|
5671
|
+
const _hoisted_16 = {
|
|
5660
5672
|
key: 1,
|
|
5661
5673
|
class: "user-info-team-item-role"
|
|
5662
5674
|
};
|
|
5663
|
-
const
|
|
5664
|
-
const
|
|
5665
|
-
const
|
|
5666
|
-
const
|
|
5667
|
-
const
|
|
5668
|
-
const
|
|
5669
|
-
const
|
|
5670
|
-
const
|
|
5671
|
-
const
|
|
5675
|
+
const _hoisted_17 = { class: "user-info-team-item-role-item-name" };
|
|
5676
|
+
const _hoisted_18 = { class: "user-info-team-item-role-item-info" };
|
|
5677
|
+
const _hoisted_19 = { class: "user-info-team-item-user" };
|
|
5678
|
+
const _hoisted_20 = ["onClick"];
|
|
5679
|
+
const _hoisted_21 = { class: "user-info-team-item-dept" };
|
|
5680
|
+
const _hoisted_22 = { class: "user-info-ft" };
|
|
5681
|
+
const _hoisted_23 = { class: "upload-avatar-popup-box" };
|
|
5682
|
+
const _hoisted_24 = ["src"];
|
|
5683
|
+
const _hoisted_25 = {
|
|
5672
5684
|
key: 1,
|
|
5673
5685
|
class: "upload-avatar-popup-avatar",
|
|
5674
5686
|
mode: "aspectFit",
|
|
5675
5687
|
src: "https://cdn.ddjf.com/static/images/wx-yunservice/account-head.png",
|
|
5676
5688
|
alt: ""
|
|
5677
5689
|
};
|
|
5678
|
-
var script$
|
|
5690
|
+
var script$9 = /* @__PURE__ */ defineComponent({
|
|
5679
5691
|
__name: "UserInfo",
|
|
5680
5692
|
props: {
|
|
5681
5693
|
miniType: { type: String, required: false, default: "05" },
|
|
5682
5694
|
app: { type: String, required: false, default: "" },
|
|
5683
5695
|
userId: { type: String, required: true, default: "" }
|
|
5684
5696
|
},
|
|
5685
|
-
emits: [
|
|
5697
|
+
emits: [
|
|
5698
|
+
"avatar-success",
|
|
5699
|
+
"logout",
|
|
5700
|
+
"crop",
|
|
5701
|
+
"binding",
|
|
5702
|
+
"username-success",
|
|
5703
|
+
"auth"
|
|
5704
|
+
],
|
|
5686
5705
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
5687
5706
|
const props = __props;
|
|
5688
5707
|
const { encodePhone } = useEncode();
|
|
@@ -5823,6 +5842,9 @@ var script$8 = /* @__PURE__ */ defineComponent({
|
|
|
5823
5842
|
function toBinding() {
|
|
5824
5843
|
emits("binding", userInfo.value.mobile || "");
|
|
5825
5844
|
}
|
|
5845
|
+
function toAuth() {
|
|
5846
|
+
emits("auth", props.userId);
|
|
5847
|
+
}
|
|
5826
5848
|
const emits = __emit;
|
|
5827
5849
|
__expose({
|
|
5828
5850
|
updateImage
|
|
@@ -5843,10 +5865,10 @@ var script$8 = /* @__PURE__ */ defineComponent({
|
|
|
5843
5865
|
class: "user-info"
|
|
5844
5866
|
}, {
|
|
5845
5867
|
default: withCtx(() => [
|
|
5846
|
-
firstLoading.value ? (openBlock(), createBlock(script$
|
|
5868
|
+
firstLoading.value ? (openBlock(), createBlock(script$a, {
|
|
5847
5869
|
key: 0,
|
|
5848
5870
|
row: 3
|
|
5849
|
-
})) : (openBlock(), createElementBlock("div", _hoisted_1$
|
|
5871
|
+
})) : (openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
5850
5872
|
_cache[7] || (_cache[7] = createElementVNode(
|
|
5851
5873
|
"div",
|
|
5852
5874
|
{ class: "user-info-tit" },
|
|
@@ -5854,7 +5876,7 @@ var script$8 = /* @__PURE__ */ defineComponent({
|
|
|
5854
5876
|
-1
|
|
5855
5877
|
/* HOISTED */
|
|
5856
5878
|
)),
|
|
5857
|
-
createElementVNode("div", _hoisted_2$
|
|
5879
|
+
createElementVNode("div", _hoisted_2$5, [
|
|
5858
5880
|
createElementVNode("div", {
|
|
5859
5881
|
class: "user-info-head-avatar",
|
|
5860
5882
|
onClick: _cache[0] || (_cache[0] = ($event) => avatarVisible.value = true)
|
|
@@ -5886,7 +5908,23 @@ var script$8 = /* @__PURE__ */ defineComponent({
|
|
|
5886
5908
|
"is-link": "",
|
|
5887
5909
|
desc: unref(encodePhone)(userInfo.value.mobile || ""),
|
|
5888
5910
|
onClick: toBinding
|
|
5889
|
-
}, null, 8, ["desc"])
|
|
5911
|
+
}, null, 8, ["desc"]),
|
|
5912
|
+
createVNode(_component_nut_cell, {
|
|
5913
|
+
title: "\u6635\u79F0",
|
|
5914
|
+
desc: userInfo.value?.nickName || "--"
|
|
5915
|
+
}, null, 8, ["desc"]),
|
|
5916
|
+
createVNode(_component_nut_cell, {
|
|
5917
|
+
title: "\u8BA4\u8BC1\u4FE1\u606F",
|
|
5918
|
+
"is-link": "",
|
|
5919
|
+
onClick: toAuth
|
|
5920
|
+
}, {
|
|
5921
|
+
desc: withCtx(() => [
|
|
5922
|
+
userInfo.value?.verifyResult == 1 ? (openBlock(), createElementBlock("span", _hoisted_5$2, "\u5DF2\u8BA4\u8BC1")) : createCommentVNode("v-if", true),
|
|
5923
|
+
userInfo.value?.verifyResult == 0 ? (openBlock(), createElementBlock("span", _hoisted_6$1, "\u5DF2\u5931\u6548\uFF0C\u91CD\u65B0\u8BA4\u8BC1")) : (openBlock(), createElementBlock("span", _hoisted_7$1, "\u672A\u8BA4\u8BC1\uFF0C\u53BB\u8BA4\u8BC1"))
|
|
5924
|
+
]),
|
|
5925
|
+
_: 1
|
|
5926
|
+
/* STABLE */
|
|
5927
|
+
})
|
|
5890
5928
|
]),
|
|
5891
5929
|
_cache[8] || (_cache[8] = createElementVNode(
|
|
5892
5930
|
"div",
|
|
@@ -5895,7 +5933,7 @@ var script$8 = /* @__PURE__ */ defineComponent({
|
|
|
5895
5933
|
-1
|
|
5896
5934
|
/* HOISTED */
|
|
5897
5935
|
)),
|
|
5898
|
-
createElementVNode("div",
|
|
5936
|
+
createElementVNode("div", _hoisted_8$1, [
|
|
5899
5937
|
(openBlock(true), createElementBlock(
|
|
5900
5938
|
Fragment,
|
|
5901
5939
|
null,
|
|
@@ -5904,24 +5942,24 @@ var script$8 = /* @__PURE__ */ defineComponent({
|
|
|
5904
5942
|
key,
|
|
5905
5943
|
class: "user-info-team-item"
|
|
5906
5944
|
}, [
|
|
5907
|
-
createElementVNode("div",
|
|
5945
|
+
createElementVNode("div", _hoisted_9, [
|
|
5908
5946
|
item.tenantLogo ? (openBlock(), createElementBlock("img", {
|
|
5909
5947
|
key: 0,
|
|
5910
5948
|
class: "user-info-team-item-avatar-img",
|
|
5911
5949
|
mode: "aspectFit",
|
|
5912
5950
|
src: item.tenantLogo,
|
|
5913
5951
|
alt: ""
|
|
5914
|
-
}, null, 8,
|
|
5952
|
+
}, null, 8, _hoisted_10)) : (openBlock(), createElementBlock("img", _hoisted_11))
|
|
5915
5953
|
]),
|
|
5916
|
-
createElementVNode("div",
|
|
5954
|
+
createElementVNode("div", _hoisted_12, [
|
|
5917
5955
|
createElementVNode(
|
|
5918
5956
|
"div",
|
|
5919
|
-
|
|
5957
|
+
_hoisted_13,
|
|
5920
5958
|
toDisplayString(item.tenantName),
|
|
5921
5959
|
1
|
|
5922
5960
|
/* TEXT */
|
|
5923
5961
|
),
|
|
5924
|
-
item.appRoleInfo ? (openBlock(), createElementBlock("div",
|
|
5962
|
+
item.appRoleInfo ? (openBlock(), createElementBlock("div", _hoisted_14, [
|
|
5925
5963
|
(openBlock(true), createElementBlock(
|
|
5926
5964
|
Fragment,
|
|
5927
5965
|
null,
|
|
@@ -5956,9 +5994,9 @@ var script$8 = /* @__PURE__ */ defineComponent({
|
|
|
5956
5994
|
2
|
|
5957
5995
|
/* CLASS */
|
|
5958
5996
|
)
|
|
5959
|
-
], 8,
|
|
5997
|
+
], 8, _hoisted_15)
|
|
5960
5998
|
])) : createCommentVNode("v-if", true),
|
|
5961
|
-
item.showRole ? (openBlock(), createElementBlock("div",
|
|
5999
|
+
item.showRole ? (openBlock(), createElementBlock("div", _hoisted_16, [
|
|
5962
6000
|
(openBlock(true), createElementBlock(
|
|
5963
6001
|
Fragment,
|
|
5964
6002
|
null,
|
|
@@ -5969,14 +6007,14 @@ var script$8 = /* @__PURE__ */ defineComponent({
|
|
|
5969
6007
|
}, [
|
|
5970
6008
|
createElementVNode(
|
|
5971
6009
|
"div",
|
|
5972
|
-
|
|
6010
|
+
_hoisted_17,
|
|
5973
6011
|
toDisplayString(aitem.appAbbr),
|
|
5974
6012
|
1
|
|
5975
6013
|
/* TEXT */
|
|
5976
6014
|
),
|
|
5977
6015
|
createElementVNode(
|
|
5978
6016
|
"div",
|
|
5979
|
-
|
|
6017
|
+
_hoisted_18,
|
|
5980
6018
|
toDisplayString(aitem.roleName),
|
|
5981
6019
|
1
|
|
5982
6020
|
/* TEXT */
|
|
@@ -5987,7 +6025,7 @@ var script$8 = /* @__PURE__ */ defineComponent({
|
|
|
5987
6025
|
/* KEYED_FRAGMENT */
|
|
5988
6026
|
))
|
|
5989
6027
|
])) : createCommentVNode("v-if", true),
|
|
5990
|
-
createElementVNode("div",
|
|
6028
|
+
createElementVNode("div", _hoisted_19, [
|
|
5991
6029
|
createTextVNode(
|
|
5992
6030
|
toDisplayString(item.fullName) + " ",
|
|
5993
6031
|
1
|
|
@@ -5998,9 +6036,9 @@ var script$8 = /* @__PURE__ */ defineComponent({
|
|
|
5998
6036
|
class: "user-info-team-item-user-icon",
|
|
5999
6037
|
src: "https://cdn.ddjf.com/static/images/appkit/edit.png",
|
|
6000
6038
|
alt: ""
|
|
6001
|
-
}, null, 8,
|
|
6039
|
+
}, null, 8, _hoisted_20)
|
|
6002
6040
|
]),
|
|
6003
|
-
createElementVNode("div",
|
|
6041
|
+
createElementVNode("div", _hoisted_21, [
|
|
6004
6042
|
(openBlock(true), createElementBlock(
|
|
6005
6043
|
Fragment,
|
|
6006
6044
|
null,
|
|
@@ -6027,7 +6065,7 @@ var script$8 = /* @__PURE__ */ defineComponent({
|
|
|
6027
6065
|
/* KEYED_FRAGMENT */
|
|
6028
6066
|
))
|
|
6029
6067
|
]),
|
|
6030
|
-
createElementVNode("div",
|
|
6068
|
+
createElementVNode("div", _hoisted_22, [
|
|
6031
6069
|
createVNode(_component_nut_button, {
|
|
6032
6070
|
class: "user-info-ft-btn",
|
|
6033
6071
|
style: { "width": "100%" },
|
|
@@ -6100,14 +6138,14 @@ var script$8 = /* @__PURE__ */ defineComponent({
|
|
|
6100
6138
|
"overlay-style": { background: "rgba(0, 0, 0, 0.9)" }
|
|
6101
6139
|
}, {
|
|
6102
6140
|
default: withCtx(() => [
|
|
6103
|
-
createElementVNode("div",
|
|
6141
|
+
createElementVNode("div", _hoisted_23, [
|
|
6104
6142
|
userInfo.value.avatar ? (openBlock(), createElementBlock("img", {
|
|
6105
6143
|
key: 0,
|
|
6106
6144
|
class: "upload-avatar-popup-avatar",
|
|
6107
6145
|
mode: "aspectFit",
|
|
6108
6146
|
src: userInfo.value.avatar,
|
|
6109
6147
|
alt: ""
|
|
6110
|
-
}, null, 8,
|
|
6148
|
+
}, null, 8, _hoisted_24)) : (openBlock(), createElementBlock("img", _hoisted_25)),
|
|
6111
6149
|
createElementVNode("div", {
|
|
6112
6150
|
class: "upload-avatar-popup-btn",
|
|
6113
6151
|
onClick: toUpload
|
|
@@ -6125,10 +6163,10 @@ var script$8 = /* @__PURE__ */ defineComponent({
|
|
|
6125
6163
|
}
|
|
6126
6164
|
});
|
|
6127
6165
|
|
|
6128
|
-
script$
|
|
6166
|
+
script$9.__file = "src/user/components/UserInfo.vue";
|
|
6129
6167
|
|
|
6130
|
-
const _hoisted_1$
|
|
6131
|
-
const _hoisted_2$
|
|
6168
|
+
const _hoisted_1$7 = { class: "user-binding" };
|
|
6169
|
+
const _hoisted_2$4 = { class: "user-binding-layout" };
|
|
6132
6170
|
const _hoisted_3$2 = ["src"];
|
|
6133
6171
|
const _hoisted_4$1 = {
|
|
6134
6172
|
key: 0,
|
|
@@ -6140,7 +6178,7 @@ const _hoisted_5$1 = {
|
|
|
6140
6178
|
class: "user-binding-layout user-binding-inputlayout",
|
|
6141
6179
|
style: { "flex": "1" }
|
|
6142
6180
|
};
|
|
6143
|
-
var script$
|
|
6181
|
+
var script$8 = /* @__PURE__ */ defineComponent({
|
|
6144
6182
|
__name: "UserBinding",
|
|
6145
6183
|
emits: ["success"],
|
|
6146
6184
|
setup(__props, { emit: __emit }) {
|
|
@@ -6222,8 +6260,8 @@ var script$7 = /* @__PURE__ */ defineComponent({
|
|
|
6222
6260
|
const _component_nut_form_item = FormItem;
|
|
6223
6261
|
const _component_nut_button = Button;
|
|
6224
6262
|
const _component_nut_form = Form;
|
|
6225
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6226
|
-
createElementVNode("div", _hoisted_2$
|
|
6263
|
+
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
6264
|
+
createElementVNode("div", _hoisted_2$4, [
|
|
6227
6265
|
createElementVNode("img", {
|
|
6228
6266
|
class: "user-binding-img",
|
|
6229
6267
|
src: `https://cdn.ddjf.com/static/images/customer-center/user-${current.value === 1 ? "binding" : "auth"}.png`
|
|
@@ -6405,11 +6443,11 @@ var script$7 = /* @__PURE__ */ defineComponent({
|
|
|
6405
6443
|
}
|
|
6406
6444
|
});
|
|
6407
6445
|
|
|
6408
|
-
script$
|
|
6446
|
+
script$8.__file = "src/user/components/UserBinding.vue";
|
|
6409
6447
|
|
|
6410
|
-
const _hoisted_1$
|
|
6411
|
-
const _hoisted_2$
|
|
6412
|
-
var script$
|
|
6448
|
+
const _hoisted_1$6 = { class: "user-binding-success" };
|
|
6449
|
+
const _hoisted_2$3 = { class: "user-binding-success-info" };
|
|
6450
|
+
var script$7 = /* @__PURE__ */ defineComponent({
|
|
6413
6451
|
__name: "UserBindingSuccess",
|
|
6414
6452
|
emits: ["binding"],
|
|
6415
6453
|
setup(__props, { emit: __emit }) {
|
|
@@ -6427,7 +6465,7 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
6427
6465
|
const emits = __emit;
|
|
6428
6466
|
return (_ctx, _cache) => {
|
|
6429
6467
|
const _component_nut_button = Button;
|
|
6430
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6468
|
+
return openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
6431
6469
|
_cache[2] || (_cache[2] = createElementVNode(
|
|
6432
6470
|
"img",
|
|
6433
6471
|
{
|
|
@@ -6441,7 +6479,7 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
6441
6479
|
)),
|
|
6442
6480
|
createElementVNode(
|
|
6443
6481
|
"div",
|
|
6444
|
-
_hoisted_2$
|
|
6482
|
+
_hoisted_2$3,
|
|
6445
6483
|
toDisplayString(showEncode.value ? unref(encodePhone)(unref(params).mobile || "") : unref(params).mobile),
|
|
6446
6484
|
1
|
|
6447
6485
|
/* TEXT */
|
|
@@ -6472,7 +6510,7 @@ var script$6 = /* @__PURE__ */ defineComponent({
|
|
|
6472
6510
|
}
|
|
6473
6511
|
});
|
|
6474
6512
|
|
|
6475
|
-
script$
|
|
6513
|
+
script$7.__file = "src/user/components/UserBindingSuccess.vue";
|
|
6476
6514
|
|
|
6477
6515
|
function ratio(width = 2, height = 1) {
|
|
6478
6516
|
return width / height;
|
|
@@ -6594,7 +6632,7 @@ function sleep(time = 200) {
|
|
|
6594
6632
|
}
|
|
6595
6633
|
|
|
6596
6634
|
var startOffsetX = 0, startOffsetY = 0, startTouchsDistance = 0, startChangeLeft = 0, startChangeTop = 0, startChangeWidth = 0, startChangeHeight = 0, initScale = 1, startTouches = [], timer = null;
|
|
6597
|
-
var script$
|
|
6635
|
+
var script$6 = {
|
|
6598
6636
|
name: "bt-cropper",
|
|
6599
6637
|
props: {
|
|
6600
6638
|
// 图片路径,支持网络路径和本地路径
|
|
@@ -7081,11 +7119,11 @@ var script$5 = {
|
|
|
7081
7119
|
}
|
|
7082
7120
|
};
|
|
7083
7121
|
|
|
7084
|
-
const _hoisted_1$
|
|
7085
|
-
const _hoisted_2$
|
|
7122
|
+
const _hoisted_1$5 = { class: "bt-container" };
|
|
7123
|
+
const _hoisted_2$2 = ["src"];
|
|
7086
7124
|
const _hoisted_3$1 = { class: "slot" };
|
|
7087
7125
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7088
|
-
return openBlock(), createElementBlock("view", _hoisted_1$
|
|
7126
|
+
return openBlock(), createElementBlock("view", _hoisted_1$5, [
|
|
7089
7127
|
createElementVNode("view", {
|
|
7090
7128
|
class: "iconfont icon-replay",
|
|
7091
7129
|
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => $options.resetImage && $options.resetImage(...args), ["stop"]))
|
|
@@ -7105,7 +7143,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7105
7143
|
onTouchmove: _cache[1] || (_cache[1] = withModifiers((...args) => $options.onImageMove && $options.onImageMove(...args), ["stop", "prevent"])),
|
|
7106
7144
|
style: normalizeStyle([$options.imageStyle]),
|
|
7107
7145
|
class: "image"
|
|
7108
|
-
}, null, 44, _hoisted_2$
|
|
7146
|
+
}, null, 44, _hoisted_2$2),
|
|
7109
7147
|
$props.imageSrc && $data.imageInfo ? (openBlock(), createElementBlock(
|
|
7110
7148
|
"view",
|
|
7111
7149
|
{
|
|
@@ -7296,11 +7334,11 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7296
7334
|
]);
|
|
7297
7335
|
}
|
|
7298
7336
|
|
|
7299
|
-
script$
|
|
7300
|
-
script$
|
|
7337
|
+
script$6.render = render;
|
|
7338
|
+
script$6.__file = "src/components/bt-cropper/index.vue";
|
|
7301
7339
|
|
|
7302
|
-
const _hoisted_1$
|
|
7303
|
-
var script$
|
|
7340
|
+
const _hoisted_1$4 = { class: "user-head-crop" };
|
|
7341
|
+
var script$5 = /* @__PURE__ */ defineComponent({
|
|
7304
7342
|
__name: "UserHeadCrop",
|
|
7305
7343
|
setup(__props) {
|
|
7306
7344
|
const { params } = useRouter();
|
|
@@ -7324,8 +7362,8 @@ var script$4 = /* @__PURE__ */ defineComponent({
|
|
|
7324
7362
|
}
|
|
7325
7363
|
}
|
|
7326
7364
|
return (_ctx, _cache) => {
|
|
7327
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
7328
|
-
createVNode(script$
|
|
7365
|
+
return openBlock(), createElementBlock("div", _hoisted_1$4, [
|
|
7366
|
+
createVNode(script$6, {
|
|
7329
7367
|
ref_key: "cropperRef",
|
|
7330
7368
|
ref: cropperRef,
|
|
7331
7369
|
imageSrc: unref(params).src,
|
|
@@ -7351,13 +7389,13 @@ var script$4 = /* @__PURE__ */ defineComponent({
|
|
|
7351
7389
|
}
|
|
7352
7390
|
});
|
|
7353
7391
|
|
|
7354
|
-
script$
|
|
7392
|
+
script$5.__file = "src/user/components/UserHeadCrop.vue";
|
|
7355
7393
|
|
|
7356
|
-
const _hoisted_1$
|
|
7394
|
+
const _hoisted_1$3 = {
|
|
7357
7395
|
key: 0,
|
|
7358
7396
|
class: "user-feedback-wrap"
|
|
7359
7397
|
};
|
|
7360
|
-
const _hoisted_2 = { class: "user-feedback-body" };
|
|
7398
|
+
const _hoisted_2$1 = { class: "user-feedback-body" };
|
|
7361
7399
|
const _hoisted_3 = { class: "user-feedback-handle" };
|
|
7362
7400
|
const _hoisted_4 = ["src"];
|
|
7363
7401
|
const _hoisted_5 = ["src"];
|
|
@@ -7367,7 +7405,7 @@ const _hoisted_8 = {
|
|
|
7367
7405
|
key: 1,
|
|
7368
7406
|
class: "user-feedback-wrap"
|
|
7369
7407
|
};
|
|
7370
|
-
var script$
|
|
7408
|
+
var script$4 = /* @__PURE__ */ defineComponent({
|
|
7371
7409
|
__name: "UserFeedback",
|
|
7372
7410
|
props: {
|
|
7373
7411
|
app: { type: String, required: false, default: "" },
|
|
@@ -7539,7 +7577,7 @@ var script$3 = /* @__PURE__ */ defineComponent({
|
|
|
7539
7577
|
class: normalizeClass(["user-feedback", { isSuccess: isSuccess.value }])
|
|
7540
7578
|
},
|
|
7541
7579
|
[
|
|
7542
|
-
!isSuccess.value ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
7580
|
+
!isSuccess.value ? (openBlock(), createElementBlock("div", _hoisted_1$3, [
|
|
7543
7581
|
_cache[4] || (_cache[4] = createElementVNode(
|
|
7544
7582
|
"img",
|
|
7545
7583
|
{
|
|
@@ -7557,7 +7595,7 @@ var script$3 = /* @__PURE__ */ defineComponent({
|
|
|
7557
7595
|
-1
|
|
7558
7596
|
/* HOISTED */
|
|
7559
7597
|
)),
|
|
7560
|
-
createElementVNode("div", _hoisted_2, [
|
|
7598
|
+
createElementVNode("div", _hoisted_2$1, [
|
|
7561
7599
|
createVNode(_component_editor, {
|
|
7562
7600
|
id: "myEditor",
|
|
7563
7601
|
"show-img-resize": true,
|
|
@@ -7682,7 +7720,7 @@ var script$3 = /* @__PURE__ */ defineComponent({
|
|
|
7682
7720
|
}
|
|
7683
7721
|
});
|
|
7684
7722
|
|
|
7685
|
-
script$
|
|
7723
|
+
script$4.__file = "src/user/components/UserFeedback.vue";
|
|
7686
7724
|
|
|
7687
7725
|
function useDragBox() {
|
|
7688
7726
|
const dragData = reactive({
|
|
@@ -7767,7 +7805,7 @@ function useDragBox() {
|
|
|
7767
7805
|
};
|
|
7768
7806
|
}
|
|
7769
7807
|
|
|
7770
|
-
var script$
|
|
7808
|
+
var script$3 = /* @__PURE__ */ defineComponent({
|
|
7771
7809
|
__name: "UserFeedbackEntry",
|
|
7772
7810
|
props: {
|
|
7773
7811
|
hasStorage: { type: Boolean, required: false, default: false },
|
|
@@ -7917,10 +7955,10 @@ var script$2 = /* @__PURE__ */ defineComponent({
|
|
|
7917
7955
|
}
|
|
7918
7956
|
});
|
|
7919
7957
|
|
|
7920
|
-
script$
|
|
7958
|
+
script$3.__file = "src/user/components/UserFeedbackEntry.vue";
|
|
7921
7959
|
|
|
7922
|
-
const _hoisted_1$
|
|
7923
|
-
var script$
|
|
7960
|
+
const _hoisted_1$2 = { class: "login-setting-text" };
|
|
7961
|
+
var script$2 = /* @__PURE__ */ defineComponent({
|
|
7924
7962
|
__name: "LoginSetting",
|
|
7925
7963
|
props: {
|
|
7926
7964
|
app: { type: String, required: true, default: "" },
|
|
@@ -7992,7 +8030,7 @@ var script$1 = /* @__PURE__ */ defineComponent({
|
|
|
7992
8030
|
)),
|
|
7993
8031
|
createElementVNode(
|
|
7994
8032
|
"div",
|
|
7995
|
-
_hoisted_1$
|
|
8033
|
+
_hoisted_1$2,
|
|
7996
8034
|
toDisplayString(loginRuleTip.value),
|
|
7997
8035
|
1
|
|
7998
8036
|
/* TEXT */
|
|
@@ -8005,10 +8043,10 @@ var script$1 = /* @__PURE__ */ defineComponent({
|
|
|
8005
8043
|
}
|
|
8006
8044
|
});
|
|
8007
8045
|
|
|
8008
|
-
script$
|
|
8046
|
+
script$2.__file = "src/user/components/LoginSetting.vue";
|
|
8009
8047
|
|
|
8010
|
-
const _hoisted_1 = { class: "user-resource-empty-text" };
|
|
8011
|
-
var script = /* @__PURE__ */ defineComponent({
|
|
8048
|
+
const _hoisted_1$1 = { class: "user-resource-empty-text" };
|
|
8049
|
+
var script$1 = /* @__PURE__ */ defineComponent({
|
|
8012
8050
|
__name: "UserResourceEmpty",
|
|
8013
8051
|
props: {
|
|
8014
8052
|
appInfo: { type: null, required: true, default: {} },
|
|
@@ -8050,7 +8088,7 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
8050
8088
|
)),
|
|
8051
8089
|
createElementVNode(
|
|
8052
8090
|
"div",
|
|
8053
|
-
_hoisted_1,
|
|
8091
|
+
_hoisted_1$1,
|
|
8054
8092
|
" \u5E94\u7528\u5DF2\u4E8E" + toDisplayString(unref(dayjs)(_ctx.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 ",
|
|
8055
8093
|
1
|
|
8056
8094
|
/* TEXT */
|
|
@@ -8063,7 +8101,187 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
8063
8101
|
}
|
|
8064
8102
|
});
|
|
8065
8103
|
|
|
8066
|
-
script.__file = "src/user/components/UserResourceEmpty.vue";
|
|
8104
|
+
script$1.__file = "src/user/components/UserResourceEmpty.vue";
|
|
8105
|
+
|
|
8106
|
+
const _hoisted_1 = { class: "user-auth-footer" };
|
|
8107
|
+
const _hoisted_2 = {
|
|
8108
|
+
key: 0,
|
|
8109
|
+
class: "checkbox-row"
|
|
8110
|
+
};
|
|
8111
|
+
var script = /* @__PURE__ */ defineComponent({
|
|
8112
|
+
__name: "UserAuth",
|
|
8113
|
+
props: {
|
|
8114
|
+
userId: { type: String, required: true, default: "" }
|
|
8115
|
+
},
|
|
8116
|
+
emits: ["toAgreement"],
|
|
8117
|
+
setup(__props, { emit: __emit }) {
|
|
8118
|
+
const props = __props;
|
|
8119
|
+
const formRef = ref(), $n = useNutshell();
|
|
8120
|
+
const formData = reactive({
|
|
8121
|
+
\u59D3\u540D: "",
|
|
8122
|
+
\u8EAB\u4EFD\u8BC1\u53F7\u7801: "",
|
|
8123
|
+
\u7535\u8BDD\u53F7\u7801: "",
|
|
8124
|
+
\u540C\u610F: false
|
|
8125
|
+
});
|
|
8126
|
+
const \u5DF2\u8BA4\u8BC1 = ref(false);
|
|
8127
|
+
const onOcrComplete = (result) => {
|
|
8128
|
+
formData.\u59D3\u540D = result?.faceInfo.name;
|
|
8129
|
+
formData.\u8EAB\u4EFD\u8BC1\u53F7\u7801 = result?.faceInfo.certNo;
|
|
8130
|
+
};
|
|
8131
|
+
function showAgreement() {
|
|
8132
|
+
emits("toAgreement");
|
|
8133
|
+
}
|
|
8134
|
+
function toBack() {
|
|
8135
|
+
Taro.navigateBack();
|
|
8136
|
+
}
|
|
8137
|
+
async function toSubmit() {
|
|
8138
|
+
const res = await formRef.value.validate();
|
|
8139
|
+
if (!res.valid) {
|
|
8140
|
+
return $n.toast(res.errors[0].message, {});
|
|
8141
|
+
}
|
|
8142
|
+
if (!formData.\u540C\u610F) {
|
|
8143
|
+
return $n.toast("\u8BF7\u5148\u9605\u8BFB\u5E76\u540C\u610F\u534F\u8BAE", {});
|
|
8144
|
+
}
|
|
8145
|
+
const $http = useHttp();
|
|
8146
|
+
$http.post("/cas/sysAccount/verifyId3", {
|
|
8147
|
+
// appCode:
|
|
8148
|
+
idCard: formData.\u8EAB\u4EFD\u8BC1\u53F7\u7801,
|
|
8149
|
+
mobile: formData.\u7535\u8BDD\u53F7\u7801,
|
|
8150
|
+
name: formData.\u59D3\u540D,
|
|
8151
|
+
tenantId: props.userId
|
|
8152
|
+
}).then(() => {
|
|
8153
|
+
Taro.showToast({ title: "\u8BA4\u8BC1\u6210\u529F", icon: "none" });
|
|
8154
|
+
toBack();
|
|
8155
|
+
}).catch((err) => {
|
|
8156
|
+
Taro.showToast({ title: err?.errMsg || "\u8BA4\u8BC1\u5931\u8D25", icon: "none" });
|
|
8157
|
+
});
|
|
8158
|
+
}
|
|
8159
|
+
const emits = __emit;
|
|
8160
|
+
return (_ctx, _cache) => {
|
|
8161
|
+
return openBlock(), createBlock(unref(NsPage), { class: "user-auth" }, {
|
|
8162
|
+
default: withCtx(() => [
|
|
8163
|
+
createVNode(unref(NsPageContent), null, {
|
|
8164
|
+
default: withCtx(() => [
|
|
8165
|
+
createVNode(unref(NsCard), { fill: "#fff" }, {
|
|
8166
|
+
default: withCtx(() => [
|
|
8167
|
+
createVNode(unref(NsForm), {
|
|
8168
|
+
ref_key: "formRef",
|
|
8169
|
+
ref: formRef,
|
|
8170
|
+
modelValue: formData,
|
|
8171
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => formData = $event)
|
|
8172
|
+
}, {
|
|
8173
|
+
default: withCtx(() => [
|
|
8174
|
+
createVNode(unref(NsInput), {
|
|
8175
|
+
label: "\u4F60\u7684\u59D3\u540D",
|
|
8176
|
+
name: "\u59D3\u540D",
|
|
8177
|
+
modelValue: formData.\u59D3\u540D,
|
|
8178
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => formData.\u59D3\u540D = $event),
|
|
8179
|
+
placeholder: "\u8BF7\u8F93\u5165\u6216\u62CD\u7167\u8BC6\u522B",
|
|
8180
|
+
maxlength: 30,
|
|
8181
|
+
rules: ["required"]
|
|
8182
|
+
}, {
|
|
8183
|
+
append: withCtx(() => [
|
|
8184
|
+
createVNode(unref(script$D), { onComplete: onOcrComplete })
|
|
8185
|
+
]),
|
|
8186
|
+
_: 1
|
|
8187
|
+
/* STABLE */
|
|
8188
|
+
}, 8, ["modelValue"]),
|
|
8189
|
+
createVNode(unref(NsInput), {
|
|
8190
|
+
label: "\u8EAB\u4EFD\u8BC1\u53F7\u7801",
|
|
8191
|
+
name: "\u8EAB\u4EFD\u8BC1\u53F7\u7801",
|
|
8192
|
+
placeholder: "\u8BF7\u8F93\u5165\u8EAB\u4EFD\u8BC1\u53F7\u7801",
|
|
8193
|
+
maxlength: 30,
|
|
8194
|
+
modelValue: formData.\u8EAB\u4EFD\u8BC1\u53F7\u7801,
|
|
8195
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => formData.\u8EAB\u4EFD\u8BC1\u53F7\u7801 = $event),
|
|
8196
|
+
rules: [
|
|
8197
|
+
"required",
|
|
8198
|
+
{
|
|
8199
|
+
name: "function",
|
|
8200
|
+
message: "\u8BF7\u8F93\u5165\u6B63\u786E\u683C\u5F0F\u7684\u8BC1\u4EF6\u53F7\u7801",
|
|
8201
|
+
method: (value) => unref(isIdentityCard)(value, "zh-CN")
|
|
8202
|
+
}
|
|
8203
|
+
]
|
|
8204
|
+
}, null, 8, ["modelValue", "rules"]),
|
|
8205
|
+
createVNode(unref(NsInput), {
|
|
8206
|
+
label: "\u7535\u8BDD\u53F7\u7801",
|
|
8207
|
+
name: "\u7535\u8BDD\u53F7\u7801",
|
|
8208
|
+
placeholder: "\u8BF7\u8F93\u5165\u7535\u8BDD\u53F7\u7801",
|
|
8209
|
+
maxlength: 11,
|
|
8210
|
+
modelValue: formData.\u7535\u8BDD\u53F7\u7801,
|
|
8211
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => formData.\u7535\u8BDD\u53F7\u7801 = $event),
|
|
8212
|
+
rules: [
|
|
8213
|
+
{
|
|
8214
|
+
name: "function",
|
|
8215
|
+
message: "\u8BF7\u8F93\u5165\u6B63\u786E\u683C\u5F0F\u7684\u7535\u8BDD\u53F7\u7801",
|
|
8216
|
+
method: (value) => unref(isMobilePhone)(value, "zh-CN")
|
|
8217
|
+
}
|
|
8218
|
+
]
|
|
8219
|
+
}, null, 8, ["modelValue", "rules"])
|
|
8220
|
+
]),
|
|
8221
|
+
_: 1
|
|
8222
|
+
/* STABLE */
|
|
8223
|
+
}, 8, ["modelValue"])
|
|
8224
|
+
]),
|
|
8225
|
+
_: 1
|
|
8226
|
+
/* STABLE */
|
|
8227
|
+
}),
|
|
8228
|
+
createElementVNode("div", _hoisted_1, [
|
|
8229
|
+
!\u5DF2\u8BA4\u8BC1.value ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
8230
|
+
createVNode(unref(NsCheckbox), {
|
|
8231
|
+
style: { "font-size": "11px" },
|
|
8232
|
+
modelValue: formData.\u540C\u610F,
|
|
8233
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => formData.\u540C\u610F = $event)
|
|
8234
|
+
}, {
|
|
8235
|
+
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
8236
|
+
createTextVNode("\u6211\u5DF2\u9605\u8BFB\u5E76\u540C\u610F")
|
|
8237
|
+
])),
|
|
8238
|
+
_: 1
|
|
8239
|
+
/* STABLE */
|
|
8240
|
+
}, 8, ["modelValue"]),
|
|
8241
|
+
createElementVNode("span", {
|
|
8242
|
+
onClick: showAgreement,
|
|
8243
|
+
class: "book"
|
|
8244
|
+
}, "\u300A\u4E2A\u4EBA\u4FE1\u606F\u6388\u6743\u534F\u8BAE\u300B")
|
|
8245
|
+
])) : createCommentVNode("v-if", true),
|
|
8246
|
+
!\u5DF2\u8BA4\u8BC1.value ? (openBlock(), createBlock(unref(NsButton), {
|
|
8247
|
+
key: 1,
|
|
8248
|
+
class: "btn",
|
|
8249
|
+
color: "primary",
|
|
8250
|
+
type: "primary",
|
|
8251
|
+
onClick: toSubmit
|
|
8252
|
+
}, {
|
|
8253
|
+
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
8254
|
+
createTextVNode("\u7ACB\u5373\u8BA4\u8BC1")
|
|
8255
|
+
])),
|
|
8256
|
+
_: 1
|
|
8257
|
+
/* STABLE */
|
|
8258
|
+
})) : (openBlock(), createBlock(unref(NsButton), {
|
|
8259
|
+
key: 2,
|
|
8260
|
+
class: "btn",
|
|
8261
|
+
color: "primary",
|
|
8262
|
+
type: "primary",
|
|
8263
|
+
onClick: toBack
|
|
8264
|
+
}, {
|
|
8265
|
+
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
8266
|
+
createTextVNode("\u8FD4\u56DE")
|
|
8267
|
+
])),
|
|
8268
|
+
_: 1
|
|
8269
|
+
/* STABLE */
|
|
8270
|
+
}))
|
|
8271
|
+
])
|
|
8272
|
+
]),
|
|
8273
|
+
_: 1
|
|
8274
|
+
/* STABLE */
|
|
8275
|
+
})
|
|
8276
|
+
]),
|
|
8277
|
+
_: 1
|
|
8278
|
+
/* STABLE */
|
|
8279
|
+
});
|
|
8280
|
+
};
|
|
8281
|
+
}
|
|
8282
|
+
});
|
|
8283
|
+
|
|
8284
|
+
script.__file = "src/user/components/UserAuth.vue";
|
|
8067
8285
|
|
|
8068
8286
|
const nutComponents = [
|
|
8069
8287
|
// Grid,
|
|
@@ -8118,4 +8336,4 @@ const AppKit = {
|
|
|
8118
8336
|
}
|
|
8119
8337
|
};
|
|
8120
8338
|
|
|
8121
|
-
export { script$
|
|
8339
|
+
export { script$q as AccountView, script$J as AmountPicker, script$H as AppDrawer, script$G as AppVerify, script$w as BalanceCard, script$p as BalanceReminder, script$o as DateRange, script$E as DeviceVersion, script$m as ListFilter, script$2 as LoginSetting, script$f as NoticeBanner, script$e as NoticeEntry, script$c as NoticeList, script$C as OcrBusinessLicense, script$D as OcrIcon, script$I as PageHeader, script$l as PromoterCard, script$z as RechargeResult, script$B as RechargeView, script$h as SelfRegistration, script$x as TradeView, script$A as UserAgreement, script as UserAuth, script$8 as UserBinding, script$7 as UserBindingSuccess, script$b as UserEntry, script$4 as UserFeedback, script$3 as UserFeedbackEntry, script$5 as UserHeadCrop, script$9 as UserInfo, script$1 as UserResourceEmpty, components, createHttp, AppKit as default, defaultCryptoConfig, generateUniqueId, requestPayment$2 as requestPayment, services$1 as services, useAppKit, useCountdown, useCrypto, useEncode, useLogger, useSafeArea, useTabbar, useUpload, useValidator };
|