@uxda/appkit 4.2.75 → 4.2.77

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/index.js CHANGED
@@ -15,7 +15,7 @@ import '@nutui/nutui-taro/dist/packages/dialog/style/css';
15
15
  import '@nutui/nutui-taro/dist/packages/datepicker/style/css';
16
16
  import dayjs from 'dayjs';
17
17
  import groupBy from 'lodash-es/groupBy';
18
- import { ScrollView } from '@tarojs/components';
18
+ import { ScrollView, Swiper, SwiperItem } from '@tarojs/components';
19
19
  import { IconFont } from '@nutui/icons-vue-taro';
20
20
  import '@nutui/nutui-taro/dist/packages/form/style/css';
21
21
  import '@nutui/nutui-taro/dist/packages/formitem/style/css';
@@ -27,9 +27,9 @@ import '@nutui/nutui-taro/dist/packages/skeleton/style/css';
27
27
  import '@nutui/nutui-taro/dist/packages/steps/style/css';
28
28
  import '@nutui/nutui-taro/dist/packages/step/style/css';
29
29
 
30
- const _hoisted_1$D = { class: "token-line number" };
31
- const _hoisted_2$q = { class: "number" };
32
- var script$J = /* @__PURE__ */ defineComponent({
30
+ const _hoisted_1$F = { class: "token-line number" };
31
+ const _hoisted_2$r = { class: "number" };
32
+ var script$L = /* @__PURE__ */ defineComponent({
33
33
  __name: "AmountPicker",
34
34
  props: {
35
35
  items: { type: Array, required: true, default: () => [] },
@@ -67,7 +67,7 @@ var script$J = /* @__PURE__ */ defineComponent({
67
67
  default: withCtx(() => [
68
68
  createElementVNode(
69
69
  "h4",
70
- _hoisted_1$D,
70
+ _hoisted_1$F,
71
71
  toDisplayString(amount.token),
72
72
  1
73
73
  /* TEXT */
@@ -76,7 +76,7 @@ var script$J = /* @__PURE__ */ defineComponent({
76
76
  _cache[0] || (_cache[0] = createTextVNode("\xA5")),
77
77
  createElementVNode(
78
78
  "span",
79
- _hoisted_2$q,
79
+ _hoisted_2$r,
80
80
  toDisplayString(amount.amount),
81
81
  1
82
82
  /* TEXT */
@@ -98,7 +98,7 @@ var script$J = /* @__PURE__ */ defineComponent({
98
98
  }
99
99
  });
100
100
 
101
- script$J.__file = "src/payment/components/AmountPicker.vue";
101
+ script$L.__file = "src/payment/components/AmountPicker.vue";
102
102
 
103
103
  const getSdkConfig = (appCode, url) => {
104
104
  return new Promise((resolve, reject) => {
@@ -504,11 +504,11 @@ function useLogger(options) {
504
504
  };
505
505
  }
506
506
 
507
- const _hoisted_1$C = {
507
+ const _hoisted_1$E = {
508
508
  key: 0,
509
509
  class: "page-title"
510
510
  };
511
- var script$I = /* @__PURE__ */ defineComponent({
511
+ var script$K = /* @__PURE__ */ defineComponent({
512
512
  __name: "PageHeader",
513
513
  props: {
514
514
  title: { type: String, required: false, default: "" },
@@ -538,7 +538,7 @@ var script$I = /* @__PURE__ */ defineComponent({
538
538
  [
539
539
  _ctx.title ? (openBlock(), createElementBlock(
540
540
  "h1",
541
- _hoisted_1$C,
541
+ _hoisted_1$E,
542
542
  toDisplayString(_ctx.title),
543
543
  1
544
544
  /* TEXT */
@@ -556,10 +556,10 @@ var script$I = /* @__PURE__ */ defineComponent({
556
556
  }
557
557
  });
558
558
 
559
- script$I.__file = "src/shared/components/PageHeader.vue";
559
+ script$K.__file = "src/shared/components/PageHeader.vue";
560
560
 
561
- const _hoisted_1$B = { class: "drawer-body" };
562
- var script$H = /* @__PURE__ */ defineComponent({
561
+ const _hoisted_1$D = { class: "drawer-body" };
562
+ var script$J = /* @__PURE__ */ defineComponent({
563
563
  __name: "AppDrawer",
564
564
  props: {
565
565
  modelValue: { type: Boolean, required: true },
@@ -583,12 +583,12 @@ var script$H = /* @__PURE__ */ defineComponent({
583
583
  "onUpdate:visible": onVisibleChange
584
584
  }, {
585
585
  default: withCtx(() => [
586
- createVNode(script$I, {
586
+ createVNode(script$K, {
587
587
  title: _ctx.title,
588
588
  style: normalizeStyle(unref(Taro).getEnv() !== "WEB" ? "" : "--height: 40px"),
589
589
  onClose: onPageHeaderClose
590
590
  }, null, 8, ["title", "style"]),
591
- createElementVNode("div", _hoisted_1$B, [
591
+ createElementVNode("div", _hoisted_1$D, [
592
592
  renderSlot(_ctx.$slots, "default")
593
593
  ])
594
594
  ]),
@@ -599,18 +599,18 @@ var script$H = /* @__PURE__ */ defineComponent({
599
599
  }
600
600
  });
601
601
 
602
- script$H.__file = "src/shared/components/AppDrawer.vue";
602
+ script$J.__file = "src/shared/components/AppDrawer.vue";
603
603
 
604
- const _hoisted_1$A = { class: "app-verify column" };
605
- const _hoisted_2$p = { class: "caption" };
606
- const _hoisted_3$j = { class: "number" };
607
- const _hoisted_4$f = { class: "form-btn" };
608
- const _hoisted_5$c = {
604
+ const _hoisted_1$C = { class: "app-verify column" };
605
+ const _hoisted_2$q = { class: "caption" };
606
+ const _hoisted_3$k = { class: "number" };
607
+ const _hoisted_4$g = { class: "form-btn" };
608
+ const _hoisted_5$d = {
609
609
  key: 1,
610
610
  class: "caption"
611
611
  };
612
- const _hoisted_6$6 = { class: "row buttons" };
613
- var script$G = /* @__PURE__ */ defineComponent({
612
+ const _hoisted_6$7 = { class: "row buttons" };
613
+ var script$I = /* @__PURE__ */ defineComponent({
614
614
  __name: "AppVerify",
615
615
  props: {
616
616
  phone: { type: String, required: true },
@@ -642,7 +642,7 @@ var script$G = /* @__PURE__ */ defineComponent({
642
642
  };
643
643
  const props = __props;
644
644
  return (_ctx, _cache) => {
645
- return openBlock(), createElementBlock("div", _hoisted_1$A, [
645
+ return openBlock(), createElementBlock("div", _hoisted_1$C, [
646
646
  createElementVNode(
647
647
  "h2",
648
648
  null,
@@ -652,14 +652,14 @@ var script$G = /* @__PURE__ */ defineComponent({
652
652
  ),
653
653
  createElementVNode(
654
654
  "p",
655
- _hoisted_2$p,
655
+ _hoisted_2$q,
656
656
  toDisplayString(_ctx.message || "\u77ED\u4FE1\u5C06\u53D1\u9001\u81F3\u8D26\u53F7\u7ED1\u5B9A\u624B\u673A\u53F7"),
657
657
  1
658
658
  /* TEXT */
659
659
  ),
660
660
  createElementVNode(
661
661
  "p",
662
- _hoisted_3$j,
662
+ _hoisted_3$k,
663
663
  toDisplayString(_ctx.phone),
664
664
  1
665
665
  /* TEXT */
@@ -684,7 +684,7 @@ var script$G = /* @__PURE__ */ defineComponent({
684
684
  method: (value) => value.length === 6
685
685
  }]
686
686
  }, null, 8, ["modelValue", "rules"]),
687
- createElementVNode("div", _hoisted_4$f, [
687
+ createElementVNode("div", _hoisted_4$g, [
688
688
  !sent.value ? (openBlock(), createBlock(unref(NsButton), {
689
689
  key: 0,
690
690
  size: "xs",
@@ -695,7 +695,7 @@ var script$G = /* @__PURE__ */ defineComponent({
695
695
  })) : createCommentVNode("v-if", true),
696
696
  sent.value ? (openBlock(), createElementBlock(
697
697
  "div",
698
- _hoisted_5$c,
698
+ _hoisted_5$d,
699
699
  toDisplayString(countdown.value) + "s\u540E\u91CD\u65B0\u53D1\u9001",
700
700
  1
701
701
  /* TEXT */
@@ -705,7 +705,7 @@ var script$G = /* @__PURE__ */ defineComponent({
705
705
  _: 1
706
706
  /* STABLE */
707
707
  }, 8, ["modelValue"]),
708
- createElementVNode("div", _hoisted_6$6, [
708
+ createElementVNode("div", _hoisted_6$7, [
709
709
  createVNode(unref(NsButton), {
710
710
  class: "cancel-btn",
711
711
  onClick: _cache[2] || (_cache[2] = ($event) => emits("cancel"))
@@ -732,10 +732,10 @@ var script$G = /* @__PURE__ */ defineComponent({
732
732
  }
733
733
  });
734
734
 
735
- script$G.__file = "src/shared/components/AppVerify.vue";
735
+ script$I.__file = "src/shared/components/AppVerify.vue";
736
736
 
737
- const _hoisted_1$z = { key: 0 };
738
- var script$F = /* @__PURE__ */ defineComponent({
737
+ const _hoisted_1$B = { key: 0 };
738
+ var script$H = /* @__PURE__ */ defineComponent({
739
739
  __name: "index",
740
740
  props: {
741
741
  text: { type: String, required: false },
@@ -766,7 +766,7 @@ var script$F = /* @__PURE__ */ defineComponent({
766
766
  }, [
767
767
  _ctx.text ? (openBlock(), createElementBlock(
768
768
  "span",
769
- _hoisted_1$z,
769
+ _hoisted_1$B,
770
770
  toDisplayString(_ctx.text),
771
771
  1
772
772
  /* TEXT */
@@ -797,7 +797,7 @@ var script$F = /* @__PURE__ */ defineComponent({
797
797
  }
798
798
  });
799
799
 
800
- script$F.__file = "src/components/dd-notice-bar/index.vue";
800
+ script$H.__file = "src/components/dd-notice-bar/index.vue";
801
801
 
802
802
  const typeMappings = {
803
803
  CZ: "\u5145\u503C",
@@ -993,7 +993,7 @@ function useHttp$3() {
993
993
  return $http;
994
994
  }
995
995
 
996
- var script$E = /* @__PURE__ */ defineComponent({
996
+ var script$G = /* @__PURE__ */ defineComponent({
997
997
  __name: "DeviceVersion",
998
998
  props: {
999
999
  versions: { type: String, required: false, default: "{}" }
@@ -1040,7 +1040,7 @@ var script$E = /* @__PURE__ */ defineComponent({
1040
1040
  }
1041
1041
  });
1042
1042
  return (_ctx, _cache) => {
1043
- return showAlert.value ? (openBlock(), createBlock(script$F, {
1043
+ return showAlert.value ? (openBlock(), createBlock(script$H, {
1044
1044
  key: 0,
1045
1045
  showClose: "",
1046
1046
  style: normalizeStyle(topStype.value),
@@ -1051,9 +1051,9 @@ var script$E = /* @__PURE__ */ defineComponent({
1051
1051
  }
1052
1052
  });
1053
1053
 
1054
- script$E.__file = "src/shared/components/DeviceVersion.vue";
1054
+ script$G.__file = "src/shared/components/DeviceVersion.vue";
1055
1055
 
1056
- var script$D = /* @__PURE__ */ defineComponent({
1056
+ var script$F = /* @__PURE__ */ defineComponent({
1057
1057
  __name: "OcrIcon",
1058
1058
  props: {
1059
1059
  disabled: { type: Boolean, required: false, default: false },
@@ -1244,9 +1244,9 @@ var script$D = /* @__PURE__ */ defineComponent({
1244
1244
  }
1245
1245
  });
1246
1246
 
1247
- script$D.__file = "src/shared/components/OcrIcon.vue";
1247
+ script$F.__file = "src/shared/components/OcrIcon.vue";
1248
1248
 
1249
- var script$C = /* @__PURE__ */ defineComponent({
1249
+ var script$E = /* @__PURE__ */ defineComponent({
1250
1250
  __name: "OcrBusinessLicense",
1251
1251
  props: {
1252
1252
  disabled: { type: Boolean, required: true }
@@ -1359,7 +1359,7 @@ var script$C = /* @__PURE__ */ defineComponent({
1359
1359
  }
1360
1360
  });
1361
1361
 
1362
- script$C.__file = "src/shared/components/OcrBusinessLicense.vue";
1362
+ script$E.__file = "src/shared/components/OcrBusinessLicense.vue";
1363
1363
 
1364
1364
  var HttpMethod = /* @__PURE__ */ ((HttpMethod2) => {
1365
1365
  HttpMethod2["get"] = "GET";
@@ -1744,11 +1744,11 @@ function isWechat() {
1744
1744
  return ua.includes("micromessenger");
1745
1745
  }
1746
1746
 
1747
- const _hoisted_1$y = { class: "view recharge-view" };
1748
- const _hoisted_2$o = { class: "flex-grow" };
1749
- const _hoisted_3$i = { class: "amount-footer" };
1750
- const _hoisted_4$e = { class: "agreement" };
1751
- var script$B = /* @__PURE__ */ defineComponent({
1747
+ const _hoisted_1$A = { class: "view recharge-view" };
1748
+ const _hoisted_2$p = { class: "flex-grow" };
1749
+ const _hoisted_3$j = { class: "amount-footer" };
1750
+ const _hoisted_4$f = { class: "agreement" };
1751
+ var script$D = /* @__PURE__ */ defineComponent({
1752
1752
  __name: "RechargeView",
1753
1753
  props: {
1754
1754
  app: { type: String, required: true },
@@ -1840,16 +1840,16 @@ var script$B = /* @__PURE__ */ defineComponent({
1840
1840
  return (_ctx, _cache) => {
1841
1841
  const _component_nut_checkbox = Checkbox;
1842
1842
  const _component_nut_button = Button;
1843
- return openBlock(), createElementBlock("view", _hoisted_1$y, [
1844
- createElementVNode("view", _hoisted_2$o, [
1845
- createVNode(script$J, {
1843
+ return openBlock(), createElementBlock("view", _hoisted_1$A, [
1844
+ createElementVNode("view", _hoisted_2$p, [
1845
+ createVNode(script$L, {
1846
1846
  items: amounts.value,
1847
1847
  selected: state.selected,
1848
1848
  onChange: onAmountSelect
1849
1849
  }, null, 8, ["items", "selected"])
1850
1850
  ]),
1851
- createElementVNode("view", _hoisted_3$i, [
1852
- createElementVNode("view", _hoisted_4$e, [
1851
+ createElementVNode("view", _hoisted_3$j, [
1852
+ createElementVNode("view", _hoisted_4$f, [
1853
1853
  createVNode(_component_nut_checkbox, {
1854
1854
  modelValue: state.agreed,
1855
1855
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => state.agreed = $event)
@@ -1884,31 +1884,31 @@ var script$B = /* @__PURE__ */ defineComponent({
1884
1884
  }
1885
1885
  });
1886
1886
 
1887
- script$B.__file = "src/payment/components/RechargeView.vue";
1887
+ script$D.__file = "src/payment/components/RechargeView.vue";
1888
1888
 
1889
- const _hoisted_1$x = { class: "agreement-doc" };
1889
+ const _hoisted_1$z = { class: "agreement-doc" };
1890
1890
  function render$2(_ctx, _cache) {
1891
- return openBlock(), createElementBlock("view", _hoisted_1$x, _cache[0] || (_cache[0] = [
1891
+ return openBlock(), createElementBlock("view", _hoisted_1$z, _cache[0] || (_cache[0] = [
1892
1892
  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)
1893
1893
  ]));
1894
1894
  }
1895
1895
 
1896
- /* unplugin-vue-components disabled */const script$A = {};
1896
+ /* unplugin-vue-components disabled */const script$C = {};
1897
1897
 
1898
- script$A.render = render$2;
1899
- script$A.__file = "src/payment/components/UserAgreement.vue";
1898
+ script$C.render = render$2;
1899
+ script$C.__file = "src/payment/components/UserAgreement.vue";
1900
1900
 
1901
- const _hoisted_1$w = { class: "recharge-result" };
1902
- const _hoisted_2$n = { class: "content" };
1903
- const _hoisted_3$h = {
1901
+ const _hoisted_1$y = { class: "recharge-result" };
1902
+ const _hoisted_2$o = { class: "content" };
1903
+ const _hoisted_3$i = {
1904
1904
  key: 0,
1905
1905
  class: "caption"
1906
1906
  };
1907
- const _hoisted_4$d = {
1907
+ const _hoisted_4$e = {
1908
1908
  key: 1,
1909
1909
  class: "caption"
1910
1910
  };
1911
- var script$z = /* @__PURE__ */ defineComponent({
1911
+ var script$B = /* @__PURE__ */ defineComponent({
1912
1912
  __name: "RechargeResult",
1913
1913
  props: {
1914
1914
  type: { type: String, required: true, default: "recharge" },
@@ -1926,8 +1926,8 @@ var script$z = /* @__PURE__ */ defineComponent({
1926
1926
  }
1927
1927
  return (_ctx, _cache) => {
1928
1928
  const _component_nut_button = Button;
1929
- return openBlock(), createElementBlock("div", _hoisted_1$w, [
1930
- createElementVNode("div", _hoisted_2$n, [
1929
+ return openBlock(), createElementBlock("div", _hoisted_1$y, [
1930
+ createElementVNode("div", _hoisted_2$o, [
1931
1931
  _cache[1] || (_cache[1] = createElementVNode(
1932
1932
  "div",
1933
1933
  { class: "figure" },
@@ -1942,9 +1942,9 @@ var script$z = /* @__PURE__ */ defineComponent({
1942
1942
  1
1943
1943
  /* TEXT */
1944
1944
  ),
1945
- _ctx.payMethod == "bean" ? (openBlock(), createElementBlock("div", _hoisted_3$h, "\u6743\u76CA\u5DF2\u5230\u8D26")) : (openBlock(), createElementBlock(
1945
+ _ctx.payMethod == "bean" ? (openBlock(), createElementBlock("div", _hoisted_3$i, "\u6743\u76CA\u5DF2\u5230\u8D26")) : (openBlock(), createElementBlock(
1946
1946
  "div",
1947
- _hoisted_4$d,
1947
+ _hoisted_4$e,
1948
1948
  toDisplayString(views[_ctx.type][1]) + "\u5C06\u57281\u5206\u949F\u4E4B\u5185\u5230\u8D26",
1949
1949
  1
1950
1950
  /* TEXT */
@@ -1966,12 +1966,12 @@ var script$z = /* @__PURE__ */ defineComponent({
1966
1966
  }
1967
1967
  });
1968
1968
 
1969
- script$z.__file = "src/payment/components/RechargeResult.vue";
1969
+ script$B.__file = "src/payment/components/RechargeResult.vue";
1970
1970
 
1971
- const _hoisted_1$v = { class: "tag" };
1972
- const _hoisted_2$m = { class: "token-line number" };
1973
- const _hoisted_3$g = { class: "number" };
1974
- var script$y = /* @__PURE__ */ defineComponent({
1971
+ const _hoisted_1$x = { class: "tag" };
1972
+ const _hoisted_2$n = { class: "token-line number" };
1973
+ const _hoisted_3$h = { class: "number" };
1974
+ var script$A = /* @__PURE__ */ defineComponent({
1975
1975
  __name: "RightsPicker",
1976
1976
  props: {
1977
1977
  items: { type: Array, required: true, default: () => [] },
@@ -2009,14 +2009,14 @@ var script$y = /* @__PURE__ */ defineComponent({
2009
2009
  default: withCtx(() => [
2010
2010
  createElementVNode(
2011
2011
  "div",
2012
- _hoisted_1$v,
2012
+ _hoisted_1$x,
2013
2013
  toDisplayString(amount.paymentDesc),
2014
2014
  1
2015
2015
  /* TEXT */
2016
2016
  ),
2017
2017
  createElementVNode(
2018
2018
  "h4",
2019
- _hoisted_2$m,
2019
+ _hoisted_2$n,
2020
2020
  toDisplayString(amount.priceRightNum) + "\u7B14",
2021
2021
  1
2022
2022
  /* TEXT */
@@ -2025,7 +2025,7 @@ var script$y = /* @__PURE__ */ defineComponent({
2025
2025
  _cache[0] || (_cache[0] = createTextVNode("\xA5")),
2026
2026
  createElementVNode(
2027
2027
  "span",
2028
- _hoisted_3$g,
2028
+ _hoisted_3$h,
2029
2029
  toDisplayString(amount.paymentAmount),
2030
2030
  1
2031
2031
  /* TEXT */
@@ -2047,7 +2047,7 @@ var script$y = /* @__PURE__ */ defineComponent({
2047
2047
  }
2048
2048
  });
2049
2049
 
2050
- script$y.__file = "src/payment/components/RightsPicker.vue";
2050
+ script$A.__file = "src/payment/components/RightsPicker.vue";
2051
2051
 
2052
2052
  function useAmount() {
2053
2053
  function limitDecimal(value, precision = 1) {
@@ -2075,22 +2075,22 @@ function useAmount() {
2075
2075
  };
2076
2076
  }
2077
2077
 
2078
- const _hoisted_1$u = { class: "view recharge-view2" };
2079
- const _hoisted_2$l = { class: "flex-grow" };
2080
- const _hoisted_3$f = {
2078
+ const _hoisted_1$w = { class: "view recharge-view2" };
2079
+ const _hoisted_2$m = { class: "flex-grow" };
2080
+ const _hoisted_3$g = {
2081
2081
  key: 0,
2082
2082
  class: "bean-buy"
2083
2083
  };
2084
- const _hoisted_4$c = { class: "left" };
2085
- const _hoisted_5$b = {
2084
+ const _hoisted_4$d = { class: "left" };
2085
+ const _hoisted_5$c = {
2086
2086
  key: 0,
2087
2087
  class: "amount"
2088
2088
  };
2089
- const _hoisted_6$5 = {
2089
+ const _hoisted_6$6 = {
2090
2090
  key: 1,
2091
2091
  class: "amount"
2092
2092
  };
2093
- const _hoisted_7$5 = { class: "amount" };
2093
+ const _hoisted_7$6 = { class: "amount" };
2094
2094
  const _hoisted_8$5 = ["src"];
2095
2095
  const _hoisted_9$4 = { class: "amount-footer" };
2096
2096
  const _hoisted_10$3 = {
@@ -2103,7 +2103,7 @@ const _hoisted_13$2 = { class: "amount" };
2103
2103
  const _hoisted_14$2 = { class: "item" };
2104
2104
  const _hoisted_15$2 = { class: "item" };
2105
2105
  const _hoisted_16$2 = { class: "item" };
2106
- var script$x = /* @__PURE__ */ defineComponent({
2106
+ var script$z = /* @__PURE__ */ defineComponent({
2107
2107
  __name: "TradeView",
2108
2108
  props: {
2109
2109
  headerApp: { type: String, required: true },
@@ -2225,15 +2225,15 @@ var script$x = /* @__PURE__ */ defineComponent({
2225
2225
  const _component_nut_checkbox = Checkbox;
2226
2226
  const _component_nut_button = Button;
2227
2227
  const _component_nut_dialog = Dialog;
2228
- return openBlock(), createElementBlock("view", _hoisted_1$u, [
2229
- createElementVNode("view", _hoisted_2$l, [
2230
- createVNode(script$y, {
2228
+ return openBlock(), createElementBlock("view", _hoisted_1$w, [
2229
+ createElementVNode("view", _hoisted_2$m, [
2230
+ createVNode(script$A, {
2231
2231
  items: amounts.value,
2232
2232
  selected: state.selected,
2233
2233
  onChange: onAmountSelect
2234
2234
  }, null, 8, ["items", "selected"]),
2235
- amounts.value[state.selected] ? (openBlock(), createElementBlock("div", _hoisted_3$f, [
2236
- createElementVNode("div", _hoisted_4$c, [
2235
+ amounts.value[state.selected] ? (openBlock(), createElementBlock("div", _hoisted_3$g, [
2236
+ createElementVNode("div", _hoisted_4$d, [
2237
2237
  _cache[4] || (_cache[4] = createElementVNode(
2238
2238
  "div",
2239
2239
  { class: "title" },
@@ -2243,13 +2243,13 @@ var script$x = /* @__PURE__ */ defineComponent({
2243
2243
  )),
2244
2244
  !selectBean.value ? (openBlock(), createElementBlock(
2245
2245
  "div",
2246
- _hoisted_5$b,
2246
+ _hoisted_5$c,
2247
2247
  "\u4F59\u989D " + toDisplayString(unref(formatAmount)(balance.value || 0)),
2248
2248
  1
2249
2249
  /* TEXT */
2250
2250
  )) : (openBlock(), createElementBlock(
2251
2251
  "div",
2252
- _hoisted_6$5,
2252
+ _hoisted_6$6,
2253
2253
  "\u6263\u51CF\u540E\u4F59\u989D " + toDisplayString(unref(formatAmount)(balance.value - amounts.value[state.selected].paymentAmount)),
2254
2254
  1
2255
2255
  /* TEXT */
@@ -2262,7 +2262,7 @@ var script$x = /* @__PURE__ */ defineComponent({
2262
2262
  }, [
2263
2263
  createElementVNode(
2264
2264
  "div",
2265
- _hoisted_7$5,
2265
+ _hoisted_7$6,
2266
2266
  "-" + toDisplayString(unref(formatAmount)(amounts.value[state.selected].paymentAmount || 0)),
2267
2267
  1
2268
2268
  /* TEXT */
@@ -2372,22 +2372,22 @@ var script$x = /* @__PURE__ */ defineComponent({
2372
2372
  }
2373
2373
  });
2374
2374
 
2375
- script$x.__file = "src/payment/components/TradeView.vue";
2375
+ script$z.__file = "src/payment/components/TradeView.vue";
2376
2376
 
2377
2377
  const components = {
2378
- AmountPicker: script$J,
2379
- RechargeView: script$B,
2380
- UserAgreement: script$A,
2381
- RechargeResult: script$z,
2382
- TradeView: script$x
2378
+ AmountPicker: script$L,
2379
+ RechargeView: script$D,
2380
+ UserAgreement: script$C,
2381
+ RechargeResult: script$B,
2382
+ TradeView: script$z
2383
2383
  };
2384
2384
 
2385
- const _hoisted_1$t = { class: "account-card" };
2386
- const _hoisted_2$k = { class: "card" };
2387
- const _hoisted_3$e = { class: "card-row" };
2388
- const _hoisted_4$b = { class: "card-row-left" };
2389
- const _hoisted_5$a = { class: "bean-nums number" };
2390
- var script$w = /* @__PURE__ */ defineComponent({
2385
+ const _hoisted_1$v = { class: "account-card" };
2386
+ const _hoisted_2$l = { class: "card" };
2387
+ const _hoisted_3$f = { class: "card-row" };
2388
+ const _hoisted_4$c = { class: "card-row-left" };
2389
+ const _hoisted_5$b = { class: "bean-nums number" };
2390
+ var script$y = /* @__PURE__ */ defineComponent({
2391
2391
  __name: "BalanceCard",
2392
2392
  props: {
2393
2393
  app: { type: String, required: true, default: "" }
@@ -2428,10 +2428,10 @@ var script$w = /* @__PURE__ */ defineComponent({
2428
2428
  reload: loadBalance
2429
2429
  });
2430
2430
  return (_ctx, _cache) => {
2431
- return openBlock(), createElementBlock("div", _hoisted_1$t, [
2432
- createElementVNode("div", _hoisted_2$k, [
2433
- createElementVNode("div", _hoisted_3$e, [
2434
- createElementVNode("div", _hoisted_4$b, [
2431
+ return openBlock(), createElementBlock("div", _hoisted_1$v, [
2432
+ createElementVNode("div", _hoisted_2$l, [
2433
+ createElementVNode("div", _hoisted_3$f, [
2434
+ createElementVNode("div", _hoisted_4$c, [
2435
2435
  _cache[0] || (_cache[0] = createElementVNode(
2436
2436
  "div",
2437
2437
  { class: "bean-box" },
@@ -2449,7 +2449,7 @@ var script$w = /* @__PURE__ */ defineComponent({
2449
2449
  )),
2450
2450
  createElementVNode(
2451
2451
  "div",
2452
- _hoisted_5$a,
2452
+ _hoisted_5$b,
2453
2453
  toDisplayString(unref(formatAmount)(balance.value.total || 0)),
2454
2454
  1
2455
2455
  /* TEXT */
@@ -2489,7 +2489,7 @@ var script$w = /* @__PURE__ */ defineComponent({
2489
2489
  }
2490
2490
  });
2491
2491
 
2492
- script$w.__file = "src/balance/components/BalanceCard.vue";
2492
+ script$y.__file = "src/balance/components/BalanceCard.vue";
2493
2493
 
2494
2494
  const consumptionTypes = [
2495
2495
  "\u5168\u90E8",
@@ -2506,12 +2506,12 @@ const consumptionTypes = [
2506
2506
  const consumptionPositions = ["\u5168\u90E8", "\u4E91\u8C46", "\u6743\u76CA"];
2507
2507
  const consumptionDirections = ["\u5168\u90E8", "\u6536\u5165", "\u652F\u51FA"];
2508
2508
 
2509
- const _hoisted_1$s = { class: "consumption-filter" };
2510
- const _hoisted_2$j = { class: "consumption-filter-content" };
2511
- const _hoisted_3$d = { class: "title" };
2512
- const _hoisted_4$a = { class: "info" };
2513
- const _hoisted_5$9 = ["onClick"];
2514
- var script$v = /* @__PURE__ */ defineComponent({
2509
+ const _hoisted_1$u = { class: "consumption-filter" };
2510
+ const _hoisted_2$k = { class: "consumption-filter-content" };
2511
+ const _hoisted_3$e = { class: "title" };
2512
+ const _hoisted_4$b = { class: "info" };
2513
+ const _hoisted_5$a = ["onClick"];
2514
+ var script$x = /* @__PURE__ */ defineComponent({
2515
2515
  __name: "ConsumptionFilter",
2516
2516
  props: {
2517
2517
  modelValue: { type: Array, required: true, default: () => ["\u5168\u90E8", "\u5168\u90E8", "\u5168\u90E8", ""] }
@@ -2563,7 +2563,7 @@ var script$v = /* @__PURE__ */ defineComponent({
2563
2563
  emit("complete", result);
2564
2564
  };
2565
2565
  return (_ctx, _cache) => {
2566
- return openBlock(), createElementBlock("div", _hoisted_1$s, [
2566
+ return openBlock(), createElementBlock("div", _hoisted_1$u, [
2567
2567
  _cache[0] || (_cache[0] = createElementVNode(
2568
2568
  "div",
2569
2569
  { class: "consumption-filter-title" },
@@ -2571,7 +2571,7 @@ var script$v = /* @__PURE__ */ defineComponent({
2571
2571
  -1
2572
2572
  /* HOISTED */
2573
2573
  )),
2574
- createElementVNode("div", _hoisted_2$j, [
2574
+ createElementVNode("div", _hoisted_2$k, [
2575
2575
  (openBlock(true), createElementBlock(
2576
2576
  Fragment,
2577
2577
  null,
@@ -2582,12 +2582,12 @@ var script$v = /* @__PURE__ */ defineComponent({
2582
2582
  [
2583
2583
  createElementVNode(
2584
2584
  "div",
2585
- _hoisted_3$d,
2585
+ _hoisted_3$e,
2586
2586
  toDisplayString(item.title),
2587
2587
  1
2588
2588
  /* TEXT */
2589
2589
  ),
2590
- createElementVNode("div", _hoisted_4$a, [
2590
+ createElementVNode("div", _hoisted_4$b, [
2591
2591
  (openBlock(true), createElementBlock(
2592
2592
  Fragment,
2593
2593
  null,
@@ -2596,7 +2596,7 @@ var script$v = /* @__PURE__ */ defineComponent({
2596
2596
  onClick: () => onFilterSectionClick(index, it.code),
2597
2597
  class: normalizeClass([getItemClass(index, it.code), "info-item"]),
2598
2598
  key: i
2599
- }, toDisplayString(typeof it === "string" ? it : it.name), 11, _hoisted_5$9);
2599
+ }, toDisplayString(typeof it === "string" ? it : it.name), 11, _hoisted_5$a);
2600
2600
  }),
2601
2601
  128
2602
2602
  /* KEYED_FRAGMENT */
@@ -2633,12 +2633,12 @@ var script$v = /* @__PURE__ */ defineComponent({
2633
2633
  }
2634
2634
  });
2635
2635
 
2636
- script$v.__file = "src/balance/components/ConsumptionFilter.vue";
2636
+ script$x.__file = "src/balance/components/ConsumptionFilter.vue";
2637
2637
 
2638
- const _hoisted_1$r = { class: "appkit-date-filter" };
2639
- const _hoisted_2$i = { class: "content" };
2640
- const _hoisted_3$c = { class: "time" };
2641
- var script$u = /* @__PURE__ */ defineComponent({
2638
+ const _hoisted_1$t = { class: "appkit-date-filter" };
2639
+ const _hoisted_2$j = { class: "content" };
2640
+ const _hoisted_3$d = { class: "time" };
2641
+ var script$w = /* @__PURE__ */ defineComponent({
2642
2642
  __name: "DateFilter",
2643
2643
  props: {
2644
2644
  from: { type: String, required: true },
@@ -2713,7 +2713,7 @@ var script$u = /* @__PURE__ */ defineComponent({
2713
2713
  return (_ctx, _cache) => {
2714
2714
  const _component_nut_date_picker = DatePicker;
2715
2715
  const _component_nut_popup = Popup;
2716
- return openBlock(), createElementBlock("div", _hoisted_1$r, [
2716
+ return openBlock(), createElementBlock("div", _hoisted_1$t, [
2717
2717
  _cache[6] || (_cache[6] = createElementVNode(
2718
2718
  "div",
2719
2719
  { class: "date-filter-header" },
@@ -2721,7 +2721,7 @@ var script$u = /* @__PURE__ */ defineComponent({
2721
2721
  -1
2722
2722
  /* HOISTED */
2723
2723
  )),
2724
- createElementVNode("div", _hoisted_2$i, [
2724
+ createElementVNode("div", _hoisted_2$j, [
2725
2725
  _cache[5] || (_cache[5] = createElementVNode(
2726
2726
  "div",
2727
2727
  { class: "title" },
@@ -2729,7 +2729,7 @@ var script$u = /* @__PURE__ */ defineComponent({
2729
2729
  -1
2730
2730
  /* HOISTED */
2731
2731
  )),
2732
- createElementVNode("div", _hoisted_3$c, [
2732
+ createElementVNode("div", _hoisted_3$d, [
2733
2733
  createElementVNode(
2734
2734
  "div",
2735
2735
  {
@@ -2803,16 +2803,16 @@ var script$u = /* @__PURE__ */ defineComponent({
2803
2803
  }
2804
2804
  });
2805
2805
 
2806
- script$u.__file = "src/balance/components/DateFilter.vue";
2806
+ script$w.__file = "src/balance/components/DateFilter.vue";
2807
2807
 
2808
- const _hoisted_1$q = { class: "consumption-rules" };
2809
- var script$t = /* @__PURE__ */ defineComponent({
2808
+ const _hoisted_1$s = { class: "consumption-rules" };
2809
+ var script$v = /* @__PURE__ */ defineComponent({
2810
2810
  __name: "ConsumptionRules",
2811
2811
  emits: ["complete"],
2812
2812
  setup(__props, { emit: __emit }) {
2813
2813
  const emit = __emit;
2814
2814
  return (_ctx, _cache) => {
2815
- return openBlock(), createElementBlock("div", _hoisted_1$q, [
2815
+ return openBlock(), createElementBlock("div", _hoisted_1$s, [
2816
2816
  _cache[1] || (_cache[1] = createElementVNode(
2817
2817
  "div",
2818
2818
  { class: "title" },
@@ -2844,11 +2844,11 @@ var script$t = /* @__PURE__ */ defineComponent({
2844
2844
  }
2845
2845
  });
2846
2846
 
2847
- script$t.__file = "src/balance/components/ConsumptionRules.vue";
2847
+ script$v.__file = "src/balance/components/ConsumptionRules.vue";
2848
2848
 
2849
- const _hoisted_1$p = { class: "empty-view" };
2849
+ const _hoisted_1$r = { class: "empty-view" };
2850
2850
  function render$1(_ctx, _cache) {
2851
- return openBlock(), createElementBlock("div", _hoisted_1$p, _cache[0] || (_cache[0] = [
2851
+ return openBlock(), createElementBlock("div", _hoisted_1$r, _cache[0] || (_cache[0] = [
2852
2852
  createElementVNode(
2853
2853
  "img",
2854
2854
  {
@@ -2869,16 +2869,16 @@ function render$1(_ctx, _cache) {
2869
2869
  ]));
2870
2870
  }
2871
2871
 
2872
- /* unplugin-vue-components disabled */const script$s = {};
2872
+ /* unplugin-vue-components disabled */const script$u = {};
2873
2873
 
2874
- script$s.render = render$1;
2875
- script$s.__file = "src/shared/components/EmptyView.vue";
2874
+ script$u.render = render$1;
2875
+ script$u.__file = "src/shared/components/EmptyView.vue";
2876
2876
 
2877
- const _hoisted_1$o = {
2877
+ const _hoisted_1$q = {
2878
2878
  key: 0,
2879
2879
  class: "tip"
2880
2880
  };
2881
- var script$r = /* @__PURE__ */ defineComponent({
2881
+ var script$t = /* @__PURE__ */ defineComponent({
2882
2882
  __name: "Tip",
2883
2883
  setup(__props) {
2884
2884
  const show = ref(false);
@@ -2890,7 +2890,7 @@ var script$r = /* @__PURE__ */ defineComponent({
2890
2890
  }
2891
2891
  });
2892
2892
  return (_ctx, _cache) => {
2893
- return show.value ? (openBlock(), createElementBlock("div", _hoisted_1$o, _cache[0] || (_cache[0] = [
2893
+ return show.value ? (openBlock(), createElementBlock("div", _hoisted_1$q, _cache[0] || (_cache[0] = [
2894
2894
  createElementVNode(
2895
2895
  "img",
2896
2896
  {
@@ -2913,15 +2913,15 @@ var script$r = /* @__PURE__ */ defineComponent({
2913
2913
  }
2914
2914
  });
2915
2915
 
2916
- script$r.__file = "src/balance/components/Tip.vue";
2916
+ script$t.__file = "src/balance/components/Tip.vue";
2917
2917
 
2918
- const _hoisted_1$n = { class: "account-view" };
2919
- const _hoisted_2$h = { class: "scroll-content" };
2920
- const _hoisted_3$b = { class: "balance" };
2921
- const _hoisted_4$9 = { class: "bean-box spa-between" };
2922
- const _hoisted_5$8 = { class: "bean-counts spa-between" };
2923
- const _hoisted_6$4 = { class: "counts number" };
2924
- const _hoisted_7$4 = {
2918
+ const _hoisted_1$p = { class: "account-view" };
2919
+ const _hoisted_2$i = { class: "scroll-content" };
2920
+ const _hoisted_3$c = { class: "balance" };
2921
+ const _hoisted_4$a = { class: "bean-box spa-between" };
2922
+ const _hoisted_5$9 = { class: "bean-counts spa-between" };
2923
+ const _hoisted_6$5 = { class: "counts number" };
2924
+ const _hoisted_7$5 = {
2925
2925
  key: 0,
2926
2926
  class: "rights-card"
2927
2927
  };
@@ -2972,7 +2972,7 @@ const _hoisted_36 = {
2972
2972
  key: 0,
2973
2973
  class: "box-not-text"
2974
2974
  };
2975
- var script$q = /* @__PURE__ */ defineComponent({
2975
+ var script$s = /* @__PURE__ */ defineComponent({
2976
2976
  __name: "AccountView",
2977
2977
  props: {
2978
2978
  app: { type: String, required: true, default: "" }
@@ -3156,9 +3156,9 @@ var script$q = /* @__PURE__ */ defineComponent({
3156
3156
  Fragment,
3157
3157
  null,
3158
3158
  [
3159
- createElementVNode("div", _hoisted_1$n, [
3160
- createElementVNode("div", _hoisted_2$h, [
3161
- createVNode(unref(script$I), {
3159
+ createElementVNode("div", _hoisted_1$p, [
3160
+ createElementVNode("div", _hoisted_2$i, [
3161
+ createVNode(unref(script$K), {
3162
3162
  title: unref(Taro).getEnv() !== "WEB" ? "\u6211\u7684\u8D26\u6237" : "",
3163
3163
  class: normalizeClass({ "with-background": scrolled.value > 0 }),
3164
3164
  onClose: onPageHeaderClose
@@ -3177,8 +3177,8 @@ var script$q = /* @__PURE__ */ defineComponent({
3177
3177
  )
3178
3178
  ]))
3179
3179
  ]),
3180
- createElementVNode("div", _hoisted_3$b, [
3181
- createElementVNode("div", _hoisted_4$9, [
3180
+ createElementVNode("div", _hoisted_3$c, [
3181
+ createElementVNode("div", _hoisted_4$a, [
3182
3182
  _cache[8] || (_cache[8] = createElementVNode(
3183
3183
  "div",
3184
3184
  { class: "bean-img" },
@@ -3197,10 +3197,10 @@ var script$q = /* @__PURE__ */ defineComponent({
3197
3197
  onClick: _cache[0] || (_cache[0] = ($event) => rulesPopupOpen.value = true)
3198
3198
  }, "\u89C4\u5219\u8BF4\u660E")
3199
3199
  ]),
3200
- createElementVNode("div", _hoisted_5$8, [
3200
+ createElementVNode("div", _hoisted_5$9, [
3201
3201
  createElementVNode(
3202
3202
  "div",
3203
- _hoisted_6$4,
3203
+ _hoisted_6$5,
3204
3204
  toDisplayString(unref(formatAmount)(balance.value.total || 0)),
3205
3205
  1
3206
3206
  /* TEXT */
@@ -3211,8 +3211,8 @@ var script$q = /* @__PURE__ */ defineComponent({
3211
3211
  }, "\u4E91\u8C46\u5145\u503C")
3212
3212
  ])
3213
3213
  ]),
3214
- createVNode(script$r),
3215
- balance.value.privileges?.corporateStar ? (openBlock(), createElementBlock("div", _hoisted_7$4, [
3214
+ createVNode(script$t),
3215
+ balance.value.privileges?.corporateStar ? (openBlock(), createElementBlock("div", _hoisted_7$5, [
3216
3216
  _cache[10] || (_cache[10] = createElementVNode(
3217
3217
  "div",
3218
3218
  { class: "title" },
@@ -3378,7 +3378,7 @@ var script$q = /* @__PURE__ */ defineComponent({
3378
3378
  "close-on-click-overlay": false
3379
3379
  }, {
3380
3380
  default: withCtx(() => [
3381
- createVNode(script$t, {
3381
+ createVNode(script$v, {
3382
3382
  onComplete: _cache[1] || (_cache[1] = ($event) => rulesPopupOpen.value = false)
3383
3383
  })
3384
3384
  ]),
@@ -3394,7 +3394,7 @@ var script$q = /* @__PURE__ */ defineComponent({
3394
3394
  "onUpdate:visible": _cache[3] || (_cache[3] = ($event) => datePickerOpen.value = $event)
3395
3395
  }, {
3396
3396
  default: withCtx(() => [
3397
- datePickerOpen.value ? (openBlock(), createBlock(script$u, {
3397
+ datePickerOpen.value ? (openBlock(), createBlock(script$w, {
3398
3398
  key: 0,
3399
3399
  from: filtering.dateFrom,
3400
3400
  to: filtering.dateTo,
@@ -3414,7 +3414,7 @@ var script$q = /* @__PURE__ */ defineComponent({
3414
3414
  "onUpdate:visible": _cache[4] || (_cache[4] = ($event) => filterOpen.value = $event)
3415
3415
  }, {
3416
3416
  default: withCtx(() => [
3417
- createVNode(script$v, {
3417
+ createVNode(script$x, {
3418
3418
  modelValue: [
3419
3419
  filtering.\u8D26\u6237\u7C7B\u578B,
3420
3420
  filtering.\u6536\u5165\u8FD8\u662F\u652F\u51FA,
@@ -3427,7 +3427,7 @@ var script$q = /* @__PURE__ */ defineComponent({
3427
3427
  _: 1
3428
3428
  /* STABLE */
3429
3429
  }, 8, ["visible"]),
3430
- createVNode(unref(script$H), {
3430
+ createVNode(unref(script$J), {
3431
3431
  modelValue: secondBalanceOpen.value,
3432
3432
  "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => secondBalanceOpen.value = $event),
3433
3433
  title: "\u6536\u652F\u660E\u7EC6"
@@ -3591,7 +3591,7 @@ var script$q = /* @__PURE__ */ defineComponent({
3591
3591
  /* KEYED_FRAGMENT */
3592
3592
  )),
3593
3593
  reachedLastPage.value ? (openBlock(), createElementBlock("div", _hoisted_36, "\u6CA1\u6709\u66F4\u591A\u4E86")) : createCommentVNode("v-if", true)
3594
- ])) : (openBlock(), createBlock(script$s, { key: 1 }))
3594
+ ])) : (openBlock(), createBlock(script$u, { key: 1 }))
3595
3595
  ]),
3596
3596
  _: 1
3597
3597
  /* STABLE */
@@ -3610,14 +3610,14 @@ var script$q = /* @__PURE__ */ defineComponent({
3610
3610
  }
3611
3611
  });
3612
3612
 
3613
- script$q.__file = "src/balance/components/AccountView.vue";
3613
+ script$s.__file = "src/balance/components/AccountView.vue";
3614
3614
 
3615
- const _hoisted_1$m = { class: "balance-reminder" };
3616
- const _hoisted_2$g = { class: "body" };
3617
- const _hoisted_3$a = { class: "footer" };
3618
- const _hoisted_4$8 = { class: "col" };
3619
- const _hoisted_5$7 = { class: "col" };
3620
- var script$p = /* @__PURE__ */ defineComponent({
3615
+ const _hoisted_1$o = { class: "balance-reminder" };
3616
+ const _hoisted_2$h = { class: "body" };
3617
+ const _hoisted_3$b = { class: "footer" };
3618
+ const _hoisted_4$9 = { class: "col" };
3619
+ const _hoisted_5$8 = { class: "col" };
3620
+ var script$r = /* @__PURE__ */ defineComponent({
3621
3621
  __name: "BalanceReminder",
3622
3622
  props: {
3623
3623
  modelValue: { type: Boolean, required: true, default: () => false },
@@ -3638,8 +3638,8 @@ var script$p = /* @__PURE__ */ defineComponent({
3638
3638
  "close-on-click-overlay": false
3639
3639
  }, {
3640
3640
  default: withCtx(() => [
3641
- createElementVNode("div", _hoisted_1$m, [
3642
- createElementVNode("div", _hoisted_2$g, [
3641
+ createElementVNode("div", _hoisted_1$o, [
3642
+ createElementVNode("div", _hoisted_2$h, [
3643
3643
  _cache[2] || (_cache[2] = createElementVNode(
3644
3644
  "h2",
3645
3645
  null,
@@ -3655,8 +3655,8 @@ var script$p = /* @__PURE__ */ defineComponent({
3655
3655
  /* TEXT */
3656
3656
  )
3657
3657
  ]),
3658
- createElementVNode("div", _hoisted_3$a, [
3659
- createElementVNode("div", _hoisted_4$8, [
3658
+ createElementVNode("div", _hoisted_3$b, [
3659
+ createElementVNode("div", _hoisted_4$9, [
3660
3660
  createVNode(_component_nut_button, {
3661
3661
  class: "cancel-button",
3662
3662
  onClick: _cache[0] || (_cache[0] = ($event) => emit("update:modelValue", false)),
@@ -3669,7 +3669,7 @@ var script$p = /* @__PURE__ */ defineComponent({
3669
3669
  /* STABLE */
3670
3670
  })
3671
3671
  ]),
3672
- createElementVNode("div", _hoisted_5$7, [
3672
+ createElementVNode("div", _hoisted_5$8, [
3673
3673
  createVNode(_component_nut_button, {
3674
3674
  block: "",
3675
3675
  class: "recharge-button",
@@ -3696,10 +3696,10 @@ var script$p = /* @__PURE__ */ defineComponent({
3696
3696
  }
3697
3697
  });
3698
3698
 
3699
- script$p.__file = "src/balance/components/BalanceReminder.vue";
3699
+ script$r.__file = "src/balance/components/BalanceReminder.vue";
3700
3700
 
3701
- const _hoisted_1$l = { class: "text" };
3702
- var script$o = /* @__PURE__ */ defineComponent({
3701
+ const _hoisted_1$n = { class: "text" };
3702
+ var script$q = /* @__PURE__ */ defineComponent({
3703
3703
  __name: "DateRange",
3704
3704
  props: {
3705
3705
  "modelValue": {
@@ -3753,7 +3753,7 @@ var script$o = /* @__PURE__ */ defineComponent({
3753
3753
  }, [
3754
3754
  createElementVNode(
3755
3755
  "div",
3756
- _hoisted_1$l,
3756
+ _hoisted_1$n,
3757
3757
  toDisplayString(dateRangeDisplay.value),
3758
3758
  1
3759
3759
  /* TEXT */
@@ -3779,7 +3779,7 @@ var script$o = /* @__PURE__ */ defineComponent({
3779
3779
  "onUpdate:visible": _cache[0] || (_cache[0] = ($event) => datePickerOpen.value = $event)
3780
3780
  }, {
3781
3781
  default: withCtx(() => [
3782
- createVNode(script$u, {
3782
+ createVNode(script$w, {
3783
3783
  from: model.value.from,
3784
3784
  to: model.value.to,
3785
3785
  onReset: onDateReset,
@@ -3797,14 +3797,14 @@ var script$o = /* @__PURE__ */ defineComponent({
3797
3797
  }
3798
3798
  });
3799
3799
 
3800
- script$o.__file = "src/balance/components/DateRange.vue";
3800
+ script$q.__file = "src/balance/components/DateRange.vue";
3801
3801
 
3802
- const _hoisted_1$k = { class: "list-filter-picker" };
3803
- const _hoisted_2$f = { class: "list-filter-picker-content" };
3804
- const _hoisted_3$9 = { class: "title" };
3805
- const _hoisted_4$7 = { class: "info" };
3806
- const _hoisted_5$6 = ["onClick"];
3807
- var script$n = /* @__PURE__ */ defineComponent({
3802
+ const _hoisted_1$m = { class: "list-filter-picker" };
3803
+ const _hoisted_2$g = { class: "list-filter-picker-content" };
3804
+ const _hoisted_3$a = { class: "title" };
3805
+ const _hoisted_4$8 = { class: "info" };
3806
+ const _hoisted_5$7 = ["onClick"];
3807
+ var script$p = /* @__PURE__ */ defineComponent({
3808
3808
  __name: "ListFilterPicker",
3809
3809
  props: {
3810
3810
  modelValue: { type: Object, required: true }
@@ -3854,7 +3854,7 @@ var script$n = /* @__PURE__ */ defineComponent({
3854
3854
  emit("complete", result);
3855
3855
  };
3856
3856
  return (_ctx, _cache) => {
3857
- return openBlock(), createElementBlock("div", _hoisted_1$k, [
3857
+ return openBlock(), createElementBlock("div", _hoisted_1$m, [
3858
3858
  _cache[0] || (_cache[0] = createElementVNode(
3859
3859
  "div",
3860
3860
  { class: "list-filter-picker-title" },
@@ -3862,7 +3862,7 @@ var script$n = /* @__PURE__ */ defineComponent({
3862
3862
  -1
3863
3863
  /* HOISTED */
3864
3864
  )),
3865
- createElementVNode("div", _hoisted_2$f, [
3865
+ createElementVNode("div", _hoisted_2$g, [
3866
3866
  (openBlock(true), createElementBlock(
3867
3867
  Fragment,
3868
3868
  null,
@@ -3873,12 +3873,12 @@ var script$n = /* @__PURE__ */ defineComponent({
3873
3873
  [
3874
3874
  createElementVNode(
3875
3875
  "div",
3876
- _hoisted_3$9,
3876
+ _hoisted_3$a,
3877
3877
  toDisplayString(item.label),
3878
3878
  1
3879
3879
  /* TEXT */
3880
3880
  ),
3881
- createElementVNode("div", _hoisted_4$7, [
3881
+ createElementVNode("div", _hoisted_4$8, [
3882
3882
  (openBlock(true), createElementBlock(
3883
3883
  Fragment,
3884
3884
  null,
@@ -3887,7 +3887,7 @@ var script$n = /* @__PURE__ */ defineComponent({
3887
3887
  onClick: () => onFilterSectionClick(item.name, it.value),
3888
3888
  class: normalizeClass([getItemClass(item.name, it.value), "info-item"]),
3889
3889
  key: i
3890
- }, toDisplayString(typeof it === "string" ? it : it.label), 11, _hoisted_5$6);
3890
+ }, toDisplayString(typeof it === "string" ? it : it.label), 11, _hoisted_5$7);
3891
3891
  }),
3892
3892
  128
3893
3893
  /* KEYED_FRAGMENT */
@@ -3924,9 +3924,9 @@ var script$n = /* @__PURE__ */ defineComponent({
3924
3924
  }
3925
3925
  });
3926
3926
 
3927
- script$n.__file = "src/balance/components/ListFilterPicker.vue";
3927
+ script$p.__file = "src/balance/components/ListFilterPicker.vue";
3928
3928
 
3929
- var script$m = /* @__PURE__ */ defineComponent({
3929
+ var script$o = /* @__PURE__ */ defineComponent({
3930
3930
  __name: "ListFilter",
3931
3931
  props: {
3932
3932
  "modelValue": {
@@ -3945,7 +3945,7 @@ var script$m = /* @__PURE__ */ defineComponent({
3945
3945
  const emit = __emit;
3946
3946
  const openPicker = () => {
3947
3947
  $n.sheet({
3948
- component: script$n,
3948
+ component: script$p,
3949
3949
  class: "ns-sheet-reset list-filter-sheet",
3950
3950
  props: {
3951
3951
  modelValue: model,
@@ -3984,21 +3984,21 @@ var script$m = /* @__PURE__ */ defineComponent({
3984
3984
  }
3985
3985
  });
3986
3986
 
3987
- script$m.__file = "src/balance/components/ListFilter.vue";
3987
+ script$o.__file = "src/balance/components/ListFilter.vue";
3988
3988
 
3989
- const _hoisted_1$j = {
3989
+ const _hoisted_1$l = {
3990
3990
  key: 0,
3991
3991
  class: "promoter-card-tab"
3992
3992
  };
3993
- const _hoisted_2$e = { class: "promoter-card-hd-num number" };
3994
- const _hoisted_3$8 = ["src"];
3995
- const _hoisted_4$6 = { class: "promoter-card-ft" };
3996
- const _hoisted_5$5 = {
3993
+ const _hoisted_2$f = { class: "promoter-card-hd-num number" };
3994
+ const _hoisted_3$9 = ["src"];
3995
+ const _hoisted_4$7 = { class: "promoter-card-ft" };
3996
+ const _hoisted_5$6 = {
3997
3997
  key: 0,
3998
3998
  class: "promoter-card-ft-item"
3999
3999
  };
4000
- const _hoisted_6$3 = { class: "promoter-card-ft-num number" };
4001
- const _hoisted_7$3 = { class: "promoter-card-ft-info" };
4000
+ const _hoisted_6$4 = { class: "promoter-card-ft-num number" };
4001
+ const _hoisted_7$4 = { class: "promoter-card-ft-info" };
4002
4002
  const _hoisted_8$3 = ["src"];
4003
4003
  const _hoisted_9$2 = {
4004
4004
  key: 1,
@@ -4010,7 +4010,7 @@ const _hoisted_10$1 = {
4010
4010
  };
4011
4011
  const _hoisted_11$1 = { class: "promoter-card-ft-info" };
4012
4012
  const _hoisted_12$1 = ["src"];
4013
- var script$l = /* @__PURE__ */ defineComponent({
4013
+ var script$n = /* @__PURE__ */ defineComponent({
4014
4014
  __name: "PromoterCard",
4015
4015
  props: {
4016
4016
  useCase: { type: String, required: true, default: "" },
@@ -4045,6 +4045,7 @@ var script$l = /* @__PURE__ */ defineComponent({
4045
4045
  const tab = ref("person");
4046
4046
  const promoter = ref({
4047
4047
  balance: 0,
4048
+ allowWithdrawalBalance: 0,
4048
4049
  totalIncome: 0,
4049
4050
  totalRebateIncome: 0,
4050
4051
  subDistributorNum: 0
@@ -4064,6 +4065,7 @@ var script$l = /* @__PURE__ */ defineComponent({
4064
4065
  companyFlag: tab.value === "person" ? "2" : "1"
4065
4066
  }).then((data) => {
4066
4067
  promoter.value.balance = data?.balance || 0;
4068
+ promoter.value.allowWithdrawalBalance = data?.allowWithdrawalBalance || 0;
4067
4069
  promoter.value.totalIncome = data?.totalIncome || 0;
4068
4070
  promoter.value.totalRebateIncome = data?.totalRebateIncome || 0;
4069
4071
  promoter.value.subDistributorNum = data?.subDistributorNum || 0;
@@ -4105,7 +4107,7 @@ var script$l = /* @__PURE__ */ defineComponent({
4105
4107
  class: normalizeClass(["promoter-card", { inAccount: inAccount.value }])
4106
4108
  },
4107
4109
  [
4108
- _ctx.useCase === "company" && _ctx.isAdmin ? (openBlock(), createElementBlock("div", _hoisted_1$j, [
4110
+ _ctx.useCase === "company" && _ctx.isAdmin ? (openBlock(), createElementBlock("div", _hoisted_1$l, [
4109
4111
  createElementVNode("div", null, [
4110
4112
  createVNode(unref(NsButtonGroup), {
4111
4113
  size: "sm",
@@ -4130,8 +4132,8 @@ var script$l = /* @__PURE__ */ defineComponent({
4130
4132
  }, [
4131
4133
  createElementVNode(
4132
4134
  "div",
4133
- _hoisted_2$e,
4134
- toDisplayString(unref(formatAmount)(promoter.value.balance || 0)),
4135
+ _hoisted_2$f,
4136
+ toDisplayString(unref(formatAmount)(promoter.value.allowWithdrawalBalance || 0)),
4135
4137
  1
4136
4138
  /* TEXT */
4137
4139
  ),
@@ -4147,10 +4149,10 @@ var script$l = /* @__PURE__ */ defineComponent({
4147
4149
  style: { "margin-left": "8px" },
4148
4150
  src: arrowImg.value,
4149
4151
  alt: ""
4150
- }, null, 8, _hoisted_3$8)
4152
+ }, null, 8, _hoisted_3$9)
4151
4153
  ])) : createCommentVNode("v-if", true),
4152
- createElementVNode("div", _hoisted_4$6, [
4153
- _ctx.applyRecord.accessCheckStatus === "Y" ? (openBlock(), createElementBlock("div", _hoisted_5$5, [
4154
+ createElementVNode("div", _hoisted_4$7, [
4155
+ _ctx.applyRecord.accessCheckStatus === "Y" ? (openBlock(), createElementBlock("div", _hoisted_5$6, [
4154
4156
  _ctx.\u663E\u793A\u4E0B\u7EA7\u5206\u9500\u5546 ? (openBlock(), createElementBlock(
4155
4157
  Fragment,
4156
4158
  { key: 0 },
@@ -4164,7 +4166,7 @@ var script$l = /* @__PURE__ */ defineComponent({
4164
4166
  )),
4165
4167
  createElementVNode(
4166
4168
  "div",
4167
- _hoisted_6$3,
4169
+ _hoisted_6$4,
4168
4170
  toDisplayString(unref(formatAmount)(promoter.value.subDistributorNum || 0)),
4169
4171
  1
4170
4172
  /* TEXT */
@@ -4176,7 +4178,7 @@ var script$l = /* @__PURE__ */ defineComponent({
4176
4178
  Fragment,
4177
4179
  { key: 1 },
4178
4180
  [
4179
- createElementVNode("div", _hoisted_7$3, [
4181
+ createElementVNode("div", _hoisted_7$4, [
4180
4182
  _cache[8] || (_cache[8] = createTextVNode("\u4EA7\u54C1\u9500\u552E\u6536\u76CA(\u5143) ")),
4181
4183
  createVNode(unref(IconFont), {
4182
4184
  class: "icon",
@@ -4239,9 +4241,9 @@ var script$l = /* @__PURE__ */ defineComponent({
4239
4241
  }
4240
4242
  });
4241
4243
 
4242
- script$l.__file = "src/balance/components/PromoterCard.vue";
4244
+ script$n.__file = "src/balance/components/PromoterCard.vue";
4243
4245
 
4244
- var script$k = /* @__PURE__ */ defineComponent({
4246
+ var script$m = /* @__PURE__ */ defineComponent({
4245
4247
  __name: "index",
4246
4248
  props: {
4247
4249
  name: { type: String, required: true },
@@ -4269,10 +4271,10 @@ var script$k = /* @__PURE__ */ defineComponent({
4269
4271
  }
4270
4272
  });
4271
4273
 
4272
- script$k.__file = "src/components/dd-icon/index.vue";
4274
+ script$m.__file = "src/components/dd-icon/index.vue";
4273
4275
 
4274
- const _hoisted_1$i = { class: "dd-area" };
4275
- var script$j = /* @__PURE__ */ defineComponent({
4276
+ const _hoisted_1$k = { class: "dd-area" };
4277
+ var script$l = /* @__PURE__ */ defineComponent({
4276
4278
  __name: "index",
4277
4279
  props: {
4278
4280
  value: { type: String, required: false, default: "" },
@@ -4431,7 +4433,7 @@ var script$j = /* @__PURE__ */ defineComponent({
4431
4433
  disabled: props.disabled
4432
4434
  }, {
4433
4435
  default: withCtx(() => [
4434
- createElementVNode("div", _hoisted_1$i, [
4436
+ createElementVNode("div", _hoisted_1$k, [
4435
4437
  createElementVNode(
4436
4438
  "div",
4437
4439
  {
@@ -4442,7 +4444,7 @@ var script$j = /* @__PURE__ */ defineComponent({
4442
4444
  /* TEXT, CLASS */
4443
4445
  ),
4444
4446
  renderSlot(_ctx.$slots, "icon", {}, () => [
4445
- props.rightIcon ? (openBlock(), createBlock(script$k, {
4447
+ props.rightIcon ? (openBlock(), createBlock(script$m, {
4446
4448
  key: 0,
4447
4449
  name: "icon-arrow",
4448
4450
  size: "11px",
@@ -4459,11 +4461,11 @@ var script$j = /* @__PURE__ */ defineComponent({
4459
4461
  }
4460
4462
  });
4461
4463
 
4462
- script$j.__file = "src/components/dd-area/index.vue";
4464
+ script$l.__file = "src/components/dd-area/index.vue";
4463
4465
 
4464
- const _hoisted_1$h = { class: "dd-selector" };
4465
- const _hoisted_2$d = { class: "dd-selector-value" };
4466
- var script$i = /* @__PURE__ */ defineComponent({
4466
+ const _hoisted_1$j = { class: "dd-selector" };
4467
+ const _hoisted_2$e = { class: "dd-selector-value" };
4468
+ var script$k = /* @__PURE__ */ defineComponent({
4467
4469
  __name: "index",
4468
4470
  props: {
4469
4471
  value: { type: String, required: false, default: "" },
@@ -4523,8 +4525,8 @@ var script$i = /* @__PURE__ */ defineComponent({
4523
4525
  }, {
4524
4526
  default: withCtx(() => [
4525
4527
  renderSlot(_ctx.$slots, "content", {}, () => [
4526
- createElementVNode("div", _hoisted_1$h, [
4527
- createElementVNode("div", _hoisted_2$d, [
4528
+ createElementVNode("div", _hoisted_1$j, [
4529
+ createElementVNode("div", _hoisted_2$e, [
4528
4530
  createElementVNode(
4529
4531
  "div",
4530
4532
  {
@@ -4541,7 +4543,7 @@ var script$i = /* @__PURE__ */ defineComponent({
4541
4543
  ])
4542
4544
  ]),
4543
4545
  renderSlot(_ctx.$slots, "icon", {}, () => [
4544
- props.rightIcon ? (openBlock(), createBlock(script$k, {
4546
+ props.rightIcon ? (openBlock(), createBlock(script$m, {
4545
4547
  key: 0,
4546
4548
  name: "icon-arrow",
4547
4549
  size: "11px",
@@ -4559,14 +4561,14 @@ var script$i = /* @__PURE__ */ defineComponent({
4559
4561
  }
4560
4562
  });
4561
4563
 
4562
- script$i.__file = "src/components/dd-selector/index.vue";
4564
+ script$k.__file = "src/components/dd-selector/index.vue";
4563
4565
 
4564
- const _hoisted_1$g = { class: "self-registration" };
4565
- const _hoisted_2$c = { class: "self-registration-body" };
4566
- const _hoisted_3$7 = ["src"];
4567
- const _hoisted_4$5 = { class: "self-registration__input" };
4568
- const _hoisted_5$4 = { class: "self-registration-bottom" };
4569
- var script$h = /* @__PURE__ */ defineComponent({
4566
+ const _hoisted_1$i = { class: "self-registration" };
4567
+ const _hoisted_2$d = { class: "self-registration-body" };
4568
+ const _hoisted_3$8 = ["src"];
4569
+ const _hoisted_4$6 = { class: "self-registration__input" };
4570
+ const _hoisted_5$5 = { class: "self-registration-bottom" };
4571
+ var script$j = /* @__PURE__ */ defineComponent({
4570
4572
  __name: "SelfRegistration",
4571
4573
  props: {
4572
4574
  banner: { type: String, required: false, default: "https://cdn.ddjf.com/static/images/wx-yunservice/ai-form-bg2.png" }
@@ -4668,13 +4670,13 @@ var script$h = /* @__PURE__ */ defineComponent({
4668
4670
  const _component_nut_form_item = FormItem;
4669
4671
  const _component_nut_form = Form;
4670
4672
  const _component_nut_button = Button;
4671
- return openBlock(), createElementBlock("div", _hoisted_1$g, [
4672
- createElementVNode("div", _hoisted_2$c, [
4673
+ return openBlock(), createElementBlock("div", _hoisted_1$i, [
4674
+ createElementVNode("div", _hoisted_2$d, [
4673
4675
  createElementVNode("img", {
4674
4676
  src: _ctx.banner,
4675
4677
  class: "self-registration-banner",
4676
4678
  alt: ""
4677
- }, null, 8, _hoisted_3$7),
4679
+ }, null, 8, _hoisted_3$8),
4678
4680
  createVNode(_component_nut_form, null, {
4679
4681
  default: withCtx(() => [
4680
4682
  createVNode(_component_nut_form_item, {
@@ -4716,7 +4718,7 @@ var script$h = /* @__PURE__ */ defineComponent({
4716
4718
  required: ""
4717
4719
  }, {
4718
4720
  default: withCtx(() => [
4719
- createElementVNode("div", _hoisted_4$5, [
4721
+ createElementVNode("div", _hoisted_4$6, [
4720
4722
  withDirectives(createElementVNode(
4721
4723
  "input",
4722
4724
  {
@@ -4732,7 +4734,7 @@ var script$h = /* @__PURE__ */ defineComponent({
4732
4734
  ), [
4733
4735
  [vModelText, formState.name]
4734
4736
  ]),
4735
- createVNode(script$D, { onComplete: onOCRInfo }, {
4737
+ createVNode(script$F, { onComplete: onOCRInfo }, {
4736
4738
  icon: withCtx(() => _cache[9] || (_cache[9] = [
4737
4739
  createElementVNode(
4738
4740
  "img",
@@ -4786,7 +4788,7 @@ var script$h = /* @__PURE__ */ defineComponent({
4786
4788
  required: ""
4787
4789
  }, {
4788
4790
  default: withCtx(() => [
4789
- createVNode(script$i, {
4791
+ createVNode(script$k, {
4790
4792
  value: formState.position,
4791
4793
  "onUpdate:value": _cache[3] || (_cache[3] = ($event) => formState.position = $event),
4792
4794
  options: positionOptions
@@ -4848,7 +4850,7 @@ var script$h = /* @__PURE__ */ defineComponent({
4848
4850
  required: ""
4849
4851
  }, {
4850
4852
  default: withCtx(() => [
4851
- createVNode(script$j, {
4853
+ createVNode(script$l, {
4852
4854
  value: formState.areaCode,
4853
4855
  "onUpdate:value": _cache[6] || (_cache[6] = ($event) => formState.areaCode = $event),
4854
4856
  type: "city",
@@ -4867,7 +4869,7 @@ var script$h = /* @__PURE__ */ defineComponent({
4867
4869
  /* STABLE */
4868
4870
  })
4869
4871
  ]),
4870
- createElementVNode("div", _hoisted_5$4, [
4872
+ createElementVNode("div", _hoisted_5$5, [
4871
4873
  createVNode(_component_nut_button, {
4872
4874
  block: "",
4873
4875
  type: "primary",
@@ -4886,7 +4888,7 @@ var script$h = /* @__PURE__ */ defineComponent({
4886
4888
  }
4887
4889
  });
4888
4890
 
4889
- script$h.__file = "src/register/components/SelfRegistration.vue";
4891
+ script$j.__file = "src/register/components/SelfRegistration.vue";
4890
4892
 
4891
4893
  const endpointsList$1 = {};
4892
4894
  Object.fromEntries(
@@ -4983,9 +4985,9 @@ function useHttp$1() {
4983
4985
  return $http;
4984
4986
  }
4985
4987
 
4986
- const _hoisted_1$f = { class: "notice-popup-bd" };
4987
- const _hoisted_2$b = { style: { "white-space": "pre-wrap" } };
4988
- var script$g = /* @__PURE__ */ defineComponent({
4988
+ const _hoisted_1$h = { class: "notice-popup-bd" };
4989
+ const _hoisted_2$c = { style: { "white-space": "pre-wrap" } };
4990
+ var script$i = /* @__PURE__ */ defineComponent({
4989
4991
  __name: "NoticePopup",
4990
4992
  props: {
4991
4993
  message: { type: null, required: true, default: {} }
@@ -5039,10 +5041,10 @@ var script$g = /* @__PURE__ */ defineComponent({
5039
5041
  -1
5040
5042
  /* HOISTED */
5041
5043
  )),
5042
- createElementVNode("div", _hoisted_1$f, [
5044
+ createElementVNode("div", _hoisted_1$h, [
5043
5045
  createElementVNode(
5044
5046
  "div",
5045
- _hoisted_2$b,
5047
+ _hoisted_2$c,
5046
5048
  toDisplayString(_ctx.message.context.replace("\u3010\u7CFB\u7EDF\u516C\u544A\u3011 ", "")),
5047
5049
  1
5048
5050
  /* TEXT */
@@ -5067,7 +5069,7 @@ var script$g = /* @__PURE__ */ defineComponent({
5067
5069
  }
5068
5070
  });
5069
5071
 
5070
- script$g.__file = "src/notice/components/NoticePopup.vue";
5072
+ script$i.__file = "src/notice/components/NoticePopup.vue";
5071
5073
 
5072
5074
  function useNotice() {
5073
5075
  async function noticeClick(item, cb) {
@@ -5095,9 +5097,9 @@ function useNotice() {
5095
5097
  };
5096
5098
  }
5097
5099
 
5098
- const _hoisted_1$e = { class: "notice-banner-text" };
5099
- const _hoisted_2$a = ["onClick"];
5100
- var script$f = /* @__PURE__ */ defineComponent({
5100
+ const _hoisted_1$g = { class: "notice-banner-text" };
5101
+ const _hoisted_2$b = ["onClick"];
5102
+ var script$h = /* @__PURE__ */ defineComponent({
5101
5103
  __name: "NoticeBanner",
5102
5104
  props: {
5103
5105
  app: { type: String, required: true, default: "" },
@@ -5221,7 +5223,7 @@ var script$f = /* @__PURE__ */ defineComponent({
5221
5223
  Fragment,
5222
5224
  null,
5223
5225
  renderList(bannerMessages.value, (item, key) => {
5224
- return openBlock(), createBlock(script$F, {
5226
+ return openBlock(), createBlock(script$H, {
5225
5227
  class: normalizeClass({ show: key === activeKey.value }),
5226
5228
  key,
5227
5229
  showClose: item.noticeType === 0,
@@ -5241,7 +5243,7 @@ var script$f = /* @__PURE__ */ defineComponent({
5241
5243
  )),
5242
5244
  createElementVNode(
5243
5245
  "div",
5244
- _hoisted_1$e,
5246
+ _hoisted_1$g,
5245
5247
  toDisplayString(item.context),
5246
5248
  1
5247
5249
  /* TEXT */
@@ -5249,7 +5251,7 @@ var script$f = /* @__PURE__ */ defineComponent({
5249
5251
  createElementVNode("div", {
5250
5252
  class: "notice-banner-btn",
5251
5253
  onClick: ($event) => onDetail(item)
5252
- }, "\u8BE6\u60C5", 8, _hoisted_2$a)
5254
+ }, "\u8BE6\u60C5", 8, _hoisted_2$b)
5253
5255
  ]),
5254
5256
  _: 2
5255
5257
  /* DYNAMIC */
@@ -5267,7 +5269,7 @@ var script$f = /* @__PURE__ */ defineComponent({
5267
5269
  Fragment,
5268
5270
  null,
5269
5271
  renderList(popMessages.value, (item, key) => {
5270
- return openBlock(), createBlock(script$g, {
5272
+ return openBlock(), createBlock(script$i, {
5271
5273
  key,
5272
5274
  message: item,
5273
5275
  onClose: ($event) => popMessages.value.splice(key, 1),
@@ -5285,14 +5287,14 @@ var script$f = /* @__PURE__ */ defineComponent({
5285
5287
  }
5286
5288
  });
5287
5289
 
5288
- script$f.__file = "src/notice/components/NoticeBanner.vue";
5290
+ script$h.__file = "src/notice/components/NoticeBanner.vue";
5289
5291
 
5290
- const _hoisted_1$d = { class: "notice-entry" };
5291
- const _hoisted_2$9 = {
5292
+ const _hoisted_1$f = { class: "notice-entry" };
5293
+ const _hoisted_2$a = {
5292
5294
  key: 0,
5293
5295
  class: "notice-entry-icon"
5294
5296
  };
5295
- var script$e = /* @__PURE__ */ defineComponent({
5297
+ var script$g = /* @__PURE__ */ defineComponent({
5296
5298
  __name: "NoticeEntry",
5297
5299
  props: {
5298
5300
  app: { type: String, required: true, default: "" },
@@ -5328,7 +5330,7 @@ var script$e = /* @__PURE__ */ defineComponent({
5328
5330
  });
5329
5331
  }
5330
5332
  return (_ctx, _cache) => {
5331
- return openBlock(), createElementBlock("div", _hoisted_1$d, [
5333
+ return openBlock(), createElementBlock("div", _hoisted_1$f, [
5332
5334
  _cache[0] || (_cache[0] = createElementVNode(
5333
5335
  "img",
5334
5336
  {
@@ -5347,18 +5349,18 @@ var script$e = /* @__PURE__ */ defineComponent({
5347
5349
  -1
5348
5350
  /* HOISTED */
5349
5351
  )),
5350
- noticeShow.value ? (openBlock(), createElementBlock("div", _hoisted_2$9)) : createCommentVNode("v-if", true)
5352
+ noticeShow.value ? (openBlock(), createElementBlock("div", _hoisted_2$a)) : createCommentVNode("v-if", true)
5351
5353
  ]);
5352
5354
  };
5353
5355
  }
5354
5356
  });
5355
5357
 
5356
- script$e.__file = "src/notice/components/NoticeEntry.vue";
5358
+ script$g.__file = "src/notice/components/NoticeEntry.vue";
5357
5359
 
5358
- const _hoisted_1$c = { class: "dd-search__form" };
5359
- const _hoisted_2$8 = { class: "dd-search__control" };
5360
- const _hoisted_3$6 = ["disabled", "placeholder", "focus"];
5361
- var script$d = /* @__PURE__ */ defineComponent({
5360
+ const _hoisted_1$e = { class: "dd-search__form" };
5361
+ const _hoisted_2$9 = { class: "dd-search__control" };
5362
+ const _hoisted_3$7 = ["disabled", "placeholder", "focus"];
5363
+ var script$f = /* @__PURE__ */ defineComponent({
5362
5364
  __name: "index",
5363
5365
  props: {
5364
5366
  disabled: { type: Boolean, required: false, default: false },
@@ -5411,7 +5413,7 @@ var script$d = /* @__PURE__ */ defineComponent({
5411
5413
  }])
5412
5414
  },
5413
5415
  [
5414
- createElementVNode("div", _hoisted_1$c, [
5416
+ createElementVNode("div", _hoisted_1$e, [
5415
5417
  _cache[2] || (_cache[2] = createElementVNode(
5416
5418
  "div",
5417
5419
  { class: "dd-search__prefix" },
@@ -5424,7 +5426,7 @@ var script$d = /* @__PURE__ */ defineComponent({
5424
5426
  -1
5425
5427
  /* HOISTED */
5426
5428
  )),
5427
- createElementVNode("div", _hoisted_2$8, [
5429
+ createElementVNode("div", _hoisted_2$9, [
5428
5430
  withDirectives(createElementVNode("input", {
5429
5431
  class: "dd-search__input",
5430
5432
  type: "text",
@@ -5438,7 +5440,7 @@ var script$d = /* @__PURE__ */ defineComponent({
5438
5440
  onConfirm,
5439
5441
  onFocus: onFoucs,
5440
5442
  onBlur
5441
- }, null, 40, _hoisted_3$6), [
5443
+ }, null, 40, _hoisted_3$7), [
5442
5444
  [vModelText, key.value]
5443
5445
  ])
5444
5446
  ]),
@@ -5479,7 +5481,7 @@ var script$d = /* @__PURE__ */ defineComponent({
5479
5481
  }
5480
5482
  });
5481
5483
 
5482
- script$d.__file = "src/components/dd-search/index.vue";
5484
+ script$f.__file = "src/components/dd-search/index.vue";
5483
5485
 
5484
5486
  function useCommonList(api, query, loading = true, method = "GET") {
5485
5487
  const isLast = ref(false);
@@ -5540,19 +5542,19 @@ function useCommonList(api, query, loading = true, method = "GET") {
5540
5542
  };
5541
5543
  }
5542
5544
 
5543
- const _hoisted_1$b = { class: "notice-list" };
5544
- const _hoisted_2$7 = { style: { "flex": "1", "overflow": "hidden" } };
5545
- const _hoisted_3$5 = {
5545
+ const _hoisted_1$d = { class: "notice-list" };
5546
+ const _hoisted_2$8 = { style: { "flex": "1", "overflow": "hidden" } };
5547
+ const _hoisted_3$6 = {
5546
5548
  key: 0,
5547
5549
  class: "wrapper"
5548
5550
  };
5549
- const _hoisted_4$4 = ["onClick"];
5550
- const _hoisted_5$3 = { class: "time" };
5551
- const _hoisted_6$2 = {
5551
+ const _hoisted_4$5 = ["onClick"];
5552
+ const _hoisted_5$4 = { class: "time" };
5553
+ const _hoisted_6$3 = {
5552
5554
  key: 0,
5553
5555
  class: "notice-list-label"
5554
5556
  };
5555
- const _hoisted_7$2 = ["onClick"];
5557
+ const _hoisted_7$3 = ["onClick"];
5556
5558
  const _hoisted_8$2 = {
5557
5559
  key: 0,
5558
5560
  class: "cue-text",
@@ -5562,7 +5564,7 @@ const _hoisted_9$1 = {
5562
5564
  key: 1,
5563
5565
  class: "no-data"
5564
5566
  };
5565
- var script$c = /* @__PURE__ */ defineComponent({
5567
+ var script$e = /* @__PURE__ */ defineComponent({
5566
5568
  __name: "NoticeList",
5567
5569
  props: {
5568
5570
  app: { type: String, required: true, default: "" },
@@ -5639,16 +5641,16 @@ var script$c = /* @__PURE__ */ defineComponent({
5639
5641
  const emits = __emit;
5640
5642
  return (_ctx, _cache) => {
5641
5643
  const _component_rich_text = resolveComponent("rich-text");
5642
- return openBlock(), createElementBlock("div", _hoisted_1$b, [
5643
- createVNode(script$d, {
5644
+ return openBlock(), createElementBlock("div", _hoisted_1$d, [
5645
+ createVNode(script$f, {
5644
5646
  bordered: false,
5645
5647
  focus: false,
5646
5648
  value: query.value.title,
5647
5649
  placeholder: "\u8BF7\u8F93\u5165\u5173\u952E\u5B57\u641C\u7D22",
5648
5650
  onSearch
5649
5651
  }, null, 8, ["value"]),
5650
- createElementVNode("div", _hoisted_2$7, [
5651
- unref(list).length ? (openBlock(), createElementBlock("div", _hoisted_3$5, [
5652
+ createElementVNode("div", _hoisted_2$8, [
5653
+ unref(list).length ? (openBlock(), createElementBlock("div", _hoisted_3$6, [
5652
5654
  createVNode(unref(ScrollView), {
5653
5655
  class: "content",
5654
5656
  "scroll-y": true,
@@ -5679,7 +5681,7 @@ var script$c = /* @__PURE__ */ defineComponent({
5679
5681
  createElementVNode("div", null, [
5680
5682
  createElementVNode(
5681
5683
  "div",
5682
- _hoisted_5$3,
5684
+ _hoisted_5$4,
5683
5685
  toDisplayString(formatMinutes(item.receiveTime)),
5684
5686
  1
5685
5687
  /* TEXT */
@@ -5699,7 +5701,7 @@ var script$c = /* @__PURE__ */ defineComponent({
5699
5701
  ),
5700
5702
  _ctx.showApp && appMap[item.appCode] ? (openBlock(), createElementBlock(
5701
5703
  "div",
5702
- _hoisted_6$2,
5704
+ _hoisted_6$3,
5703
5705
  toDisplayString(appMap[item.appCode]),
5704
5706
  1
5705
5707
  /* TEXT */
@@ -5722,13 +5724,13 @@ var script$c = /* @__PURE__ */ defineComponent({
5722
5724
  key: 0,
5723
5725
  class: "notice-list-file",
5724
5726
  onClick: ($event) => onNoticeView(item.link)
5725
- }, " \u67E5\u770B\u9644\u4EF6 ", 8, _hoisted_7$2)) : createCommentVNode("v-if", true)
5727
+ }, " \u67E5\u770B\u9644\u4EF6 ", 8, _hoisted_7$3)) : createCommentVNode("v-if", true)
5726
5728
  ],
5727
5729
  2
5728
5730
  /* CLASS */
5729
5731
  )
5730
5732
  ])
5731
- ], 10, _hoisted_4$4);
5733
+ ], 10, _hoisted_4$5);
5732
5734
  }),
5733
5735
  128
5734
5736
  /* KEYED_FRAGMENT */
@@ -5766,13 +5768,13 @@ var script$c = /* @__PURE__ */ defineComponent({
5766
5768
  }
5767
5769
  });
5768
5770
 
5769
- script$c.__file = "src/notice/components/NoticeList.vue";
5771
+ script$e.__file = "src/notice/components/NoticeList.vue";
5770
5772
 
5771
- const _hoisted_1$a = { class: "user-entry" };
5772
- const _hoisted_2$6 = { class: "user-entry-head" };
5773
- const _hoisted_3$4 = ["src"];
5774
- const _hoisted_4$3 = { class: "user-entry-bd" };
5775
- var script$b = /* @__PURE__ */ defineComponent({
5773
+ const _hoisted_1$c = { class: "user-entry" };
5774
+ const _hoisted_2$7 = { class: "user-entry-head" };
5775
+ const _hoisted_3$5 = ["src"];
5776
+ const _hoisted_4$4 = { class: "user-entry-bd" };
5777
+ var script$d = /* @__PURE__ */ defineComponent({
5776
5778
  __name: "UserEntry",
5777
5779
  props: {
5778
5780
  avatar: { type: String, required: false, default: "" },
@@ -5794,8 +5796,8 @@ var script$b = /* @__PURE__ */ defineComponent({
5794
5796
  }
5795
5797
  const emits = __emit;
5796
5798
  return (_ctx, _cache) => {
5797
- return openBlock(), createElementBlock("div", _hoisted_1$a, [
5798
- createElementVNode("div", _hoisted_2$6, [
5799
+ return openBlock(), createElementBlock("div", _hoisted_1$c, [
5800
+ createElementVNode("div", _hoisted_2$7, [
5799
5801
  _ctx.avatar ? (openBlock(), createElementBlock("img", {
5800
5802
  key: 0,
5801
5803
  class: "user-entry-head-img",
@@ -5803,7 +5805,7 @@ var script$b = /* @__PURE__ */ defineComponent({
5803
5805
  mode: "aspectFit",
5804
5806
  src: _ctx.avatar,
5805
5807
  alt: ""
5806
- }, null, 8, _hoisted_3$4)) : (openBlock(), createElementBlock("img", {
5808
+ }, null, 8, _hoisted_3$5)) : (openBlock(), createElementBlock("img", {
5807
5809
  key: 1,
5808
5810
  class: "user-entry-head-img",
5809
5811
  mode: "aspectFit",
@@ -5812,7 +5814,7 @@ var script$b = /* @__PURE__ */ defineComponent({
5812
5814
  alt: ""
5813
5815
  }))
5814
5816
  ]),
5815
- createElementVNode("div", _hoisted_4$3, [
5817
+ createElementVNode("div", _hoisted_4$4, [
5816
5818
  !_ctx.mobile ? (openBlock(), createElementBlock("div", {
5817
5819
  key: 0,
5818
5820
  class: "user-entry-bd-bigtxt",
@@ -5877,10 +5879,10 @@ var script$b = /* @__PURE__ */ defineComponent({
5877
5879
  }
5878
5880
  });
5879
5881
 
5880
- script$b.__file = "src/user/components/UserEntry.vue";
5882
+ script$d.__file = "src/user/components/UserEntry.vue";
5881
5883
 
5882
- const _hoisted_1$9 = { class: "dd-skeleton" };
5883
- var script$a = /* @__PURE__ */ defineComponent({
5884
+ const _hoisted_1$b = { class: "dd-skeleton" };
5885
+ var script$c = /* @__PURE__ */ defineComponent({
5884
5886
  __name: "index",
5885
5887
  props: {
5886
5888
  row: { type: Number, required: false, default: 3 },
@@ -5890,7 +5892,7 @@ var script$a = /* @__PURE__ */ defineComponent({
5890
5892
  setup(__props) {
5891
5893
  return (_ctx, _cache) => {
5892
5894
  const _component_nut_skeleton = Skeleton;
5893
- return openBlock(), createElementBlock("div", _hoisted_1$9, [
5895
+ return openBlock(), createElementBlock("div", _hoisted_1$b, [
5894
5896
  (openBlock(true), createElementBlock(
5895
5897
  Fragment,
5896
5898
  null,
@@ -5923,7 +5925,7 @@ var script$a = /* @__PURE__ */ defineComponent({
5923
5925
  }
5924
5926
  });
5925
5927
 
5926
- script$a.__file = "src/components/dd-skeleton/index.vue";
5928
+ script$c.__file = "src/components/dd-skeleton/index.vue";
5927
5929
 
5928
5930
  const endpointsList = {};
5929
5931
  Object.fromEntries(
@@ -6024,25 +6026,25 @@ function useHttp() {
6024
6026
  return $http;
6025
6027
  }
6026
6028
 
6027
- const _hoisted_1$8 = {
6029
+ const _hoisted_1$a = {
6028
6030
  key: 1,
6029
6031
  class: "user-info-wrap"
6030
6032
  };
6031
- const _hoisted_2$5 = { class: "user-info-head" };
6032
- const _hoisted_3$3 = ["src"];
6033
- const _hoisted_4$2 = {
6033
+ const _hoisted_2$6 = { class: "user-info-head" };
6034
+ const _hoisted_3$4 = ["src"];
6035
+ const _hoisted_4$3 = {
6034
6036
  key: 1,
6035
6037
  class: "user-info-head-img",
6036
6038
  mode: "aspectFit",
6037
6039
  src: "https://cdn.ddjf.com/static/images/wx-yunservice/account-head.png",
6038
6040
  alt: ""
6039
6041
  };
6040
- const _hoisted_5$2 = { key: 0 };
6041
- const _hoisted_6$1 = {
6042
+ const _hoisted_5$3 = { key: 0 };
6043
+ const _hoisted_6$2 = {
6042
6044
  key: 1,
6043
6045
  style: { "color": "#e8523f" }
6044
6046
  };
6045
- const _hoisted_7$1 = {
6047
+ const _hoisted_7$2 = {
6046
6048
  key: 2,
6047
6049
  style: { "color": "#017fff" }
6048
6050
  };
@@ -6086,7 +6088,7 @@ const _hoisted_26 = {
6086
6088
  src: "https://cdn.ddjf.com/static/images/wx-yunservice/account-head.png",
6087
6089
  alt: ""
6088
6090
  };
6089
- var script$9 = /* @__PURE__ */ defineComponent({
6091
+ var script$b = /* @__PURE__ */ defineComponent({
6090
6092
  __name: "UserInfo",
6091
6093
  props: {
6092
6094
  miniType: { type: String, required: false, default: "05" },
@@ -6304,10 +6306,10 @@ var script$9 = /* @__PURE__ */ defineComponent({
6304
6306
  class: "user-info"
6305
6307
  }, {
6306
6308
  default: withCtx(() => [
6307
- firstLoading.value ? (openBlock(), createBlock(script$a, {
6309
+ firstLoading.value ? (openBlock(), createBlock(script$c, {
6308
6310
  key: 0,
6309
6311
  row: 3
6310
- })) : (openBlock(), createElementBlock("div", _hoisted_1$8, [
6312
+ })) : (openBlock(), createElementBlock("div", _hoisted_1$a, [
6311
6313
  _cache[9] || (_cache[9] = createElementVNode(
6312
6314
  "div",
6313
6315
  { class: "user-info-tit" },
@@ -6315,7 +6317,7 @@ var script$9 = /* @__PURE__ */ defineComponent({
6315
6317
  -1
6316
6318
  /* HOISTED */
6317
6319
  )),
6318
- createElementVNode("div", _hoisted_2$5, [
6320
+ createElementVNode("div", _hoisted_2$6, [
6319
6321
  createElementVNode("div", {
6320
6322
  class: "user-info-head-avatar",
6321
6323
  onClick: _cache[0] || (_cache[0] = ($event) => avatarVisible.value = true)
@@ -6326,7 +6328,7 @@ var script$9 = /* @__PURE__ */ defineComponent({
6326
6328
  mode: "aspectFit",
6327
6329
  src: userInfo.value.avatar,
6328
6330
  alt: ""
6329
- }, null, 8, _hoisted_3$3)) : (openBlock(), createElementBlock("img", _hoisted_4$2)),
6331
+ }, null, 8, _hoisted_3$4)) : (openBlock(), createElementBlock("img", _hoisted_4$3)),
6330
6332
  _cache[6] || (_cache[6] = createElementVNode(
6331
6333
  "div",
6332
6334
  { class: "user-info-head-upload" },
@@ -6365,9 +6367,9 @@ var script$9 = /* @__PURE__ */ defineComponent({
6365
6367
  onClick: toAuth
6366
6368
  }, {
6367
6369
  desc: withCtx(() => [
6368
- userInfo.value?.verifyResult === 1 ? (openBlock(), createElementBlock("span", _hoisted_5$2, "\u5DF2\u8BA4\u8BC1")) : createCommentVNode("v-if", true),
6369
- userInfo.value?.verifyResult === 0 ? (openBlock(), createElementBlock("span", _hoisted_6$1, "\u5DF2\u5931\u6548\uFF0C\u91CD\u65B0\u8BA4\u8BC1")) : createCommentVNode("v-if", true),
6370
- userInfo.value?.verifyResult != 0 && userInfo.value?.verifyResult != 1 ? (openBlock(), createElementBlock("span", _hoisted_7$1, "\u672A\u8BA4\u8BC1\uFF0C\u53BB\u8BA4\u8BC1")) : createCommentVNode("v-if", true)
6370
+ userInfo.value?.verifyResult === 1 ? (openBlock(), createElementBlock("span", _hoisted_5$3, "\u5DF2\u8BA4\u8BC1")) : createCommentVNode("v-if", true),
6371
+ userInfo.value?.verifyResult === 0 ? (openBlock(), createElementBlock("span", _hoisted_6$2, "\u5DF2\u5931\u6548\uFF0C\u91CD\u65B0\u8BA4\u8BC1")) : createCommentVNode("v-if", true),
6372
+ userInfo.value?.verifyResult != 0 && userInfo.value?.verifyResult != 1 ? (openBlock(), createElementBlock("span", _hoisted_7$2, "\u672A\u8BA4\u8BC1\uFF0C\u53BB\u8BA4\u8BC1")) : createCommentVNode("v-if", true)
6371
6373
  ]),
6372
6374
  _: 1
6373
6375
  /* STABLE */
@@ -6657,22 +6659,22 @@ var script$9 = /* @__PURE__ */ defineComponent({
6657
6659
  }
6658
6660
  });
6659
6661
 
6660
- script$9.__file = "src/user/components/UserInfo.vue";
6662
+ script$b.__file = "src/user/components/UserInfo.vue";
6661
6663
 
6662
- const _hoisted_1$7 = { class: "user-binding" };
6663
- const _hoisted_2$4 = { class: "user-binding-layout" };
6664
- const _hoisted_3$2 = ["src"];
6665
- const _hoisted_4$1 = {
6664
+ const _hoisted_1$9 = { class: "user-binding" };
6665
+ const _hoisted_2$5 = { class: "user-binding-layout" };
6666
+ const _hoisted_3$3 = ["src"];
6667
+ const _hoisted_4$2 = {
6666
6668
  key: 0,
6667
6669
  class: "user-binding-layout user-binding-inputlayout",
6668
6670
  style: { "flex": "1" }
6669
6671
  };
6670
- const _hoisted_5$1 = {
6672
+ const _hoisted_5$2 = {
6671
6673
  key: 1,
6672
6674
  class: "user-binding-layout user-binding-inputlayout",
6673
6675
  style: { "flex": "1" }
6674
6676
  };
6675
- var script$8 = /* @__PURE__ */ defineComponent({
6677
+ var script$a = /* @__PURE__ */ defineComponent({
6676
6678
  __name: "UserBinding",
6677
6679
  emits: ["success"],
6678
6680
  setup(__props, { emit: __emit }) {
@@ -6754,12 +6756,12 @@ var script$8 = /* @__PURE__ */ defineComponent({
6754
6756
  const _component_nut_form_item = FormItem;
6755
6757
  const _component_nut_button = Button;
6756
6758
  const _component_nut_form = Form;
6757
- return openBlock(), createElementBlock("div", _hoisted_1$7, [
6758
- createElementVNode("div", _hoisted_2$4, [
6759
+ return openBlock(), createElementBlock("div", _hoisted_1$9, [
6760
+ createElementVNode("div", _hoisted_2$5, [
6759
6761
  createElementVNode("img", {
6760
6762
  class: "user-binding-img",
6761
6763
  src: `https://cdn.ddjf.com/static/images/customer-center/user-${current.value === 1 ? "binding" : "auth"}.png`
6762
- }, null, 8, _hoisted_3$2),
6764
+ }, null, 8, _hoisted_3$3),
6763
6765
  createVNode(_component_nut_steps, {
6764
6766
  current: current.value,
6765
6767
  class: "user-binding-steps"
@@ -6784,7 +6786,7 @@ var script$8 = /* @__PURE__ */ defineComponent({
6784
6786
  /* STABLE */
6785
6787
  }, 8, ["current"])
6786
6788
  ]),
6787
- current.value === 1 ? (openBlock(), createElementBlock("div", _hoisted_4$1, [
6789
+ current.value === 1 ? (openBlock(), createElementBlock("div", _hoisted_4$2, [
6788
6790
  createVNode(_component_nut_form, null, {
6789
6791
  default: withCtx(() => [
6790
6792
  createVNode(_component_nut_form_item, {
@@ -6858,7 +6860,7 @@ var script$8 = /* @__PURE__ */ defineComponent({
6858
6860
  _: 1
6859
6861
  /* STABLE */
6860
6862
  }, 8, ["disabled"])
6861
- ])) : (openBlock(), createElementBlock("div", _hoisted_5$1, [
6863
+ ])) : (openBlock(), createElementBlock("div", _hoisted_5$2, [
6862
6864
  createVNode(_component_nut_form, null, {
6863
6865
  default: withCtx(() => [
6864
6866
  createVNode(_component_nut_form_item, {
@@ -6937,11 +6939,11 @@ var script$8 = /* @__PURE__ */ defineComponent({
6937
6939
  }
6938
6940
  });
6939
6941
 
6940
- script$8.__file = "src/user/components/UserBinding.vue";
6942
+ script$a.__file = "src/user/components/UserBinding.vue";
6941
6943
 
6942
- const _hoisted_1$6 = { class: "user-binding-success" };
6943
- const _hoisted_2$3 = { class: "user-binding-success-info" };
6944
- var script$7 = /* @__PURE__ */ defineComponent({
6944
+ const _hoisted_1$8 = { class: "user-binding-success" };
6945
+ const _hoisted_2$4 = { class: "user-binding-success-info" };
6946
+ var script$9 = /* @__PURE__ */ defineComponent({
6945
6947
  __name: "UserBindingSuccess",
6946
6948
  emits: ["binding"],
6947
6949
  setup(__props, { emit: __emit }) {
@@ -6959,7 +6961,7 @@ var script$7 = /* @__PURE__ */ defineComponent({
6959
6961
  const emits = __emit;
6960
6962
  return (_ctx, _cache) => {
6961
6963
  const _component_nut_button = Button;
6962
- return openBlock(), createElementBlock("div", _hoisted_1$6, [
6964
+ return openBlock(), createElementBlock("div", _hoisted_1$8, [
6963
6965
  _cache[2] || (_cache[2] = createElementVNode(
6964
6966
  "img",
6965
6967
  {
@@ -6973,7 +6975,7 @@ var script$7 = /* @__PURE__ */ defineComponent({
6973
6975
  )),
6974
6976
  createElementVNode(
6975
6977
  "div",
6976
- _hoisted_2$3,
6978
+ _hoisted_2$4,
6977
6979
  toDisplayString(showEncode.value ? unref(encodePhone)(unref(params).mobile || "") : unref(params).mobile),
6978
6980
  1
6979
6981
  /* TEXT */
@@ -7004,7 +7006,7 @@ var script$7 = /* @__PURE__ */ defineComponent({
7004
7006
  }
7005
7007
  });
7006
7008
 
7007
- script$7.__file = "src/user/components/UserBindingSuccess.vue";
7009
+ script$9.__file = "src/user/components/UserBindingSuccess.vue";
7008
7010
 
7009
7011
  function ratio(width = 2, height = 1) {
7010
7012
  return width / height;
@@ -7126,7 +7128,7 @@ function sleep(time = 200) {
7126
7128
  }
7127
7129
 
7128
7130
  var startOffsetX = 0, startOffsetY = 0, startTouchsDistance = 0, startChangeLeft = 0, startChangeTop = 0, startChangeWidth = 0, startChangeHeight = 0, initScale = 1, startTouches = [], timer = null;
7129
- var script$6 = {
7131
+ var script$8 = {
7130
7132
  name: "bt-cropper",
7131
7133
  props: {
7132
7134
  // 图片路径,支持网络路径和本地路径
@@ -7613,11 +7615,11 @@ var script$6 = {
7613
7615
  }
7614
7616
  };
7615
7617
 
7616
- const _hoisted_1$5 = { class: "bt-container" };
7617
- const _hoisted_2$2 = ["src"];
7618
- const _hoisted_3$1 = { class: "slot" };
7618
+ const _hoisted_1$7 = { class: "bt-container" };
7619
+ const _hoisted_2$3 = ["src"];
7620
+ const _hoisted_3$2 = { class: "slot" };
7619
7621
  function render(_ctx, _cache, $props, $setup, $data, $options) {
7620
- return openBlock(), createElementBlock("view", _hoisted_1$5, [
7622
+ return openBlock(), createElementBlock("view", _hoisted_1$7, [
7621
7623
  createElementVNode("view", {
7622
7624
  class: "iconfont icon-replay",
7623
7625
  onClick: _cache[0] || (_cache[0] = withModifiers((...args) => $options.resetImage && $options.resetImage(...args), ["stop"]))
@@ -7637,7 +7639,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
7637
7639
  onTouchmove: _cache[1] || (_cache[1] = withModifiers((...args) => $options.onImageMove && $options.onImageMove(...args), ["stop", "prevent"])),
7638
7640
  style: normalizeStyle([$options.imageStyle]),
7639
7641
  class: "image"
7640
- }, null, 44, _hoisted_2$2),
7642
+ }, null, 44, _hoisted_2$3),
7641
7643
  $props.imageSrc && $data.imageInfo ? (openBlock(), createElementBlock(
7642
7644
  "view",
7643
7645
  {
@@ -7792,7 +7794,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
7792
7794
  32
7793
7795
  /* NEED_HYDRATION */
7794
7796
  ),
7795
- createElementVNode("view", _hoisted_3$1, [
7797
+ createElementVNode("view", _hoisted_3$2, [
7796
7798
  renderSlot(_ctx.$slots, "default")
7797
7799
  ]),
7798
7800
  $options.isWeapp ? (openBlock(), createElementBlock(
@@ -7828,11 +7830,11 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
7828
7830
  ]);
7829
7831
  }
7830
7832
 
7831
- script$6.render = render;
7832
- script$6.__file = "src/components/bt-cropper/index.vue";
7833
+ script$8.render = render;
7834
+ script$8.__file = "src/components/bt-cropper/index.vue";
7833
7835
 
7834
- const _hoisted_1$4 = { class: "user-head-crop" };
7835
- var script$5 = /* @__PURE__ */ defineComponent({
7836
+ const _hoisted_1$6 = { class: "user-head-crop" };
7837
+ var script$7 = /* @__PURE__ */ defineComponent({
7836
7838
  __name: "UserHeadCrop",
7837
7839
  setup(__props) {
7838
7840
  const { params } = useRouter();
@@ -7856,8 +7858,8 @@ var script$5 = /* @__PURE__ */ defineComponent({
7856
7858
  }
7857
7859
  }
7858
7860
  return (_ctx, _cache) => {
7859
- return openBlock(), createElementBlock("div", _hoisted_1$4, [
7860
- createVNode(script$6, {
7861
+ return openBlock(), createElementBlock("div", _hoisted_1$6, [
7862
+ createVNode(script$8, {
7861
7863
  ref_key: "cropperRef",
7862
7864
  ref: cropperRef,
7863
7865
  imageSrc: unref(params).src,
@@ -7883,23 +7885,23 @@ var script$5 = /* @__PURE__ */ defineComponent({
7883
7885
  }
7884
7886
  });
7885
7887
 
7886
- script$5.__file = "src/user/components/UserHeadCrop.vue";
7888
+ script$7.__file = "src/user/components/UserHeadCrop.vue";
7887
7889
 
7888
- const _hoisted_1$3 = {
7890
+ const _hoisted_1$5 = {
7889
7891
  key: 0,
7890
7892
  class: "user-feedback-wrap"
7891
7893
  };
7892
- const _hoisted_2$1 = { class: "user-feedback-body" };
7893
- const _hoisted_3 = { class: "user-feedback-handle" };
7894
- const _hoisted_4 = ["src"];
7895
- const _hoisted_5 = ["src"];
7896
- const _hoisted_6 = ["onClick"];
7897
- const _hoisted_7 = { class: "user-feedback-footer" };
7894
+ const _hoisted_2$2 = { class: "user-feedback-body" };
7895
+ const _hoisted_3$1 = { class: "user-feedback-handle" };
7896
+ const _hoisted_4$1 = ["src"];
7897
+ const _hoisted_5$1 = ["src"];
7898
+ const _hoisted_6$1 = ["onClick"];
7899
+ const _hoisted_7$1 = { class: "user-feedback-footer" };
7898
7900
  const _hoisted_8 = {
7899
7901
  key: 1,
7900
7902
  class: "user-feedback-wrap"
7901
7903
  };
7902
- var script$4 = /* @__PURE__ */ defineComponent({
7904
+ var script$6 = /* @__PURE__ */ defineComponent({
7903
7905
  __name: "UserFeedback",
7904
7906
  props: {
7905
7907
  app: { type: String, required: false, default: "" },
@@ -8075,7 +8077,7 @@ var script$4 = /* @__PURE__ */ defineComponent({
8075
8077
  class: normalizeClass(["user-feedback", { isSuccess: isSuccess.value }])
8076
8078
  },
8077
8079
  [
8078
- !isSuccess.value ? (openBlock(), createElementBlock("div", _hoisted_1$3, [
8080
+ !isSuccess.value ? (openBlock(), createElementBlock("div", _hoisted_1$5, [
8079
8081
  _cache[4] || (_cache[4] = createElementVNode(
8080
8082
  "img",
8081
8083
  {
@@ -8093,14 +8095,14 @@ var script$4 = /* @__PURE__ */ defineComponent({
8093
8095
  -1
8094
8096
  /* HOISTED */
8095
8097
  )),
8096
- createElementVNode("div", _hoisted_2$1, [
8098
+ createElementVNode("div", _hoisted_2$2, [
8097
8099
  createVNode(_component_editor, {
8098
8100
  id: "myEditor",
8099
8101
  "show-img-resize": true,
8100
8102
  class: "user-feedback-editor",
8101
8103
  placeholder: "\u8BF7\u8F93\u5165\u8865\u5145\u63CF\u8FF0"
8102
8104
  }),
8103
- createElementVNode("div", _hoisted_3, [
8105
+ createElementVNode("div", _hoisted_3$1, [
8104
8106
  (openBlock(true), createElementBlock(
8105
8107
  Fragment,
8106
8108
  null,
@@ -8118,11 +8120,11 @@ var script$4 = /* @__PURE__ */ defineComponent({
8118
8120
  class: "user-feedback-handle-item-img",
8119
8121
  mode: "aspectFit",
8120
8122
  src: item.url
8121
- }, null, 8, _hoisted_4)) : (openBlock(), createElementBlock("video", {
8123
+ }, null, 8, _hoisted_4$1)) : (openBlock(), createElementBlock("video", {
8122
8124
  key: 1,
8123
8125
  class: "user-feedback-handle-item-img",
8124
8126
  src: item.url
8125
- }, null, 8, _hoisted_5)),
8127
+ }, null, 8, _hoisted_5$1)),
8126
8128
  createElementVNode("div", {
8127
8129
  class: "user-feedback-handle-item-close",
8128
8130
  onClick: ($event) => onDelete(key)
@@ -8137,7 +8139,7 @@ var script$4 = /* @__PURE__ */ defineComponent({
8137
8139
  -1
8138
8140
  /* HOISTED */
8139
8141
  )
8140
- ])], 8, _hoisted_6)
8142
+ ])], 8, _hoisted_6$1)
8141
8143
  ],
8142
8144
  64
8143
8145
  /* STABLE_FRAGMENT */
@@ -8165,7 +8167,7 @@ var script$4 = /* @__PURE__ */ defineComponent({
8165
8167
  }, "+")
8166
8168
  ])
8167
8169
  ]),
8168
- createElementVNode("div", _hoisted_7, [
8170
+ createElementVNode("div", _hoisted_7$1, [
8169
8171
  createVNode(_component_nut_button, {
8170
8172
  class: "user-feedback-footer-btn",
8171
8173
  plain: "",
@@ -8218,7 +8220,7 @@ var script$4 = /* @__PURE__ */ defineComponent({
8218
8220
  }
8219
8221
  });
8220
8222
 
8221
- script$4.__file = "src/user/components/UserFeedback.vue";
8223
+ script$6.__file = "src/user/components/UserFeedback.vue";
8222
8224
 
8223
8225
  function useDragBox() {
8224
8226
  const dragData = reactive({
@@ -8303,7 +8305,7 @@ function useDragBox() {
8303
8305
  };
8304
8306
  }
8305
8307
 
8306
- var script$3 = /* @__PURE__ */ defineComponent({
8308
+ var script$5 = /* @__PURE__ */ defineComponent({
8307
8309
  __name: "UserFeedbackEntry",
8308
8310
  props: {
8309
8311
  hasStorage: { type: Boolean, required: false, default: false },
@@ -8453,10 +8455,10 @@ var script$3 = /* @__PURE__ */ defineComponent({
8453
8455
  }
8454
8456
  });
8455
8457
 
8456
- script$3.__file = "src/user/components/UserFeedbackEntry.vue";
8458
+ script$5.__file = "src/user/components/UserFeedbackEntry.vue";
8457
8459
 
8458
- const _hoisted_1$2 = { class: "login-setting-text" };
8459
- var script$2 = /* @__PURE__ */ defineComponent({
8460
+ const _hoisted_1$4 = { class: "login-setting-text" };
8461
+ var script$4 = /* @__PURE__ */ defineComponent({
8460
8462
  __name: "LoginSetting",
8461
8463
  props: {
8462
8464
  app: { type: String, required: true, default: "" },
@@ -8528,7 +8530,7 @@ var script$2 = /* @__PURE__ */ defineComponent({
8528
8530
  )),
8529
8531
  createElementVNode(
8530
8532
  "div",
8531
- _hoisted_1$2,
8533
+ _hoisted_1$4,
8532
8534
  toDisplayString(loginRuleTip.value),
8533
8535
  1
8534
8536
  /* TEXT */
@@ -8541,10 +8543,10 @@ var script$2 = /* @__PURE__ */ defineComponent({
8541
8543
  }
8542
8544
  });
8543
8545
 
8544
- script$2.__file = "src/user/components/LoginSetting.vue";
8546
+ script$4.__file = "src/user/components/LoginSetting.vue";
8545
8547
 
8546
- const _hoisted_1$1 = { class: "user-resource-empty-text" };
8547
- var script$1 = /* @__PURE__ */ defineComponent({
8548
+ const _hoisted_1$3 = { class: "user-resource-empty-text" };
8549
+ var script$3 = /* @__PURE__ */ defineComponent({
8548
8550
  __name: "UserResourceEmpty",
8549
8551
  props: {
8550
8552
  appInfo: { type: null, required: true, default: {} },
@@ -8586,7 +8588,7 @@ var script$1 = /* @__PURE__ */ defineComponent({
8586
8588
  )),
8587
8589
  createElementVNode(
8588
8590
  "div",
8589
- _hoisted_1$1,
8591
+ _hoisted_1$3,
8590
8592
  " \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 ",
8591
8593
  1
8592
8594
  /* TEXT */
@@ -8599,14 +8601,14 @@ var script$1 = /* @__PURE__ */ defineComponent({
8599
8601
  }
8600
8602
  });
8601
8603
 
8602
- script$1.__file = "src/user/components/UserResourceEmpty.vue";
8604
+ script$3.__file = "src/user/components/UserResourceEmpty.vue";
8603
8605
 
8604
- const _hoisted_1 = { class: "user-auth-footer" };
8605
- const _hoisted_2 = {
8606
+ const _hoisted_1$2 = { class: "user-auth-footer" };
8607
+ const _hoisted_2$1 = {
8606
8608
  key: 0,
8607
8609
  class: "checkbox-row"
8608
8610
  };
8609
- var script = /* @__PURE__ */ defineComponent({
8611
+ var script$2 = /* @__PURE__ */ defineComponent({
8610
8612
  __name: "UserAuth",
8611
8613
  props: {
8612
8614
  userId: { type: String, required: true, default: "" },
@@ -8714,7 +8716,7 @@ var script = /* @__PURE__ */ defineComponent({
8714
8716
  rules: ["required"]
8715
8717
  }, {
8716
8718
  append: withCtx(() => [
8717
- !\u5DF2\u8BA4\u8BC1.value ? (openBlock(), createBlock(unref(script$D), {
8719
+ !\u5DF2\u8BA4\u8BC1.value ? (openBlock(), createBlock(unref(script$F), {
8718
8720
  key: 0,
8719
8721
  onComplete: onOcrComplete
8720
8722
  })) : createCommentVNode("v-if", true)
@@ -8763,8 +8765,8 @@ var script = /* @__PURE__ */ defineComponent({
8763
8765
  _: 1
8764
8766
  /* STABLE */
8765
8767
  }),
8766
- createElementVNode("div", _hoisted_1, [
8767
- !\u5DF2\u8BA4\u8BC1.value ? (openBlock(), createElementBlock("div", _hoisted_2, [
8768
+ createElementVNode("div", _hoisted_1$2, [
8769
+ !\u5DF2\u8BA4\u8BC1.value ? (openBlock(), createElementBlock("div", _hoisted_2$1, [
8768
8770
  createVNode(unref(NsCheckbox), {
8769
8771
  style: { "font-size": "11px" },
8770
8772
  modelValue: unref(formData).\u540C\u610F,
@@ -8819,7 +8821,428 @@ var script = /* @__PURE__ */ defineComponent({
8819
8821
  }
8820
8822
  });
8821
8823
 
8822
- script.__file = "src/user/components/UserAuth.vue";
8824
+ script$2.__file = "src/user/components/UserAuth.vue";
8825
+
8826
+ const _hoisted_1$1 = { class: "poster-paste" };
8827
+ var script$1 = /* @__PURE__ */ defineComponent({
8828
+ __name: "poster-paste",
8829
+ props: {
8830
+ poster: { type: null, required: true },
8831
+ logo: { type: String, required: true },
8832
+ nick: { type: String, required: true },
8833
+ zoom: { type: Number, required: true }
8834
+ },
8835
+ setup(__props) {
8836
+ const props = __props;
8837
+ const t = (s) => Math.round(s * (props.zoom || 1));
8838
+ const tx = (s) => 100 * Math.round(s * (props.zoom || 1)) / 221;
8839
+ const ty = (s) => 100 * Math.round(s * (props.zoom || 1)) / 480;
8840
+ return (_ctx, _cache) => {
8841
+ return openBlock(), createElementBlock("div", _hoisted_1$1, [
8842
+ createElementVNode(
8843
+ "div",
8844
+ {
8845
+ class: normalizeClass(["picture"]),
8846
+ style: normalizeStyle({ backgroundImage: `url(${_ctx.poster.back})` })
8847
+ },
8848
+ null,
8849
+ 4
8850
+ /* STYLE */
8851
+ ),
8852
+ _ctx.logo ? (openBlock(), createElementBlock(
8853
+ "div",
8854
+ {
8855
+ key: 0,
8856
+ class: "logo",
8857
+ style: normalizeStyle({
8858
+ width: `${tx(25)}%`,
8859
+ height: `${ty(25)}%`,
8860
+ ..._ctx.poster.logoX ? { left: `${tx(20)}%` } : {},
8861
+ ..._ctx.poster.logoX ? { top: `${ty(25)}%` } : {},
8862
+ backgroundImage: `url(${_ctx.logo})`,
8863
+ backgroundRepeat: "no-repeat"
8864
+ })
8865
+ },
8866
+ null,
8867
+ 4
8868
+ /* STYLE */
8869
+ )) : createCommentVNode("v-if", true),
8870
+ _ctx.nick ? (openBlock(), createElementBlock(
8871
+ "div",
8872
+ {
8873
+ key: 1,
8874
+ class: "nick",
8875
+ style: normalizeStyle({
8876
+ ..._ctx.poster.nickX ? { left: `${t(_ctx.poster.nickX)}px` } : {},
8877
+ ..._ctx.poster.nickY ? { top: `${t(28)}px` } : {},
8878
+ fontSize: `${t(16)}px`,
8879
+ color: "#353535"
8880
+ })
8881
+ },
8882
+ toDisplayString(_ctx.nick),
8883
+ 5
8884
+ /* TEXT, STYLE */
8885
+ )) : createCommentVNode("v-if", true),
8886
+ _ctx.poster.qr ? (openBlock(), createElementBlock(
8887
+ "div",
8888
+ {
8889
+ key: 2,
8890
+ class: "qr",
8891
+ style: normalizeStyle({
8892
+ ..._ctx.poster.qrW ? { width: `${tx(_ctx.poster.qrW)}%` } : {},
8893
+ ..._ctx.poster.qrH ? { height: `${ty(_ctx.poster.qrW)}%` } : {},
8894
+ ..._ctx.poster.qrX ? { left: `${tx(_ctx.poster.qrX)}%` } : {},
8895
+ ..._ctx.poster.qrY ? { top: `${ty(_ctx.poster.qrY)}%` } : {},
8896
+ backgroundImage: `url(${_ctx.poster.qr})`
8897
+ })
8898
+ },
8899
+ null,
8900
+ 4
8901
+ /* STYLE */
8902
+ )) : createCommentVNode("v-if", true)
8903
+ ]);
8904
+ };
8905
+ }
8906
+ });
8907
+
8908
+ script$1.__file = "src/scenarios/components/poster-paste.vue";
8909
+
8910
+ function dataURItoBlob(dataURI) {
8911
+ const byteString = atob(dataURI.split(",")[1]);
8912
+ const mimeString = dataURI.split(",")[0].split(":")[1].split(";")[0];
8913
+ const ab = new ArrayBuffer(byteString.length);
8914
+ const ia = new Uint8Array(ab);
8915
+ for (let i = 0; i < byteString.length; i++) {
8916
+ ia[i] = byteString.charCodeAt(i);
8917
+ }
8918
+ return new Blob([ab], { type: mimeString });
8919
+ }
8920
+ function isWeb() {
8921
+ const env = process.env.TARO_ENV || "";
8922
+ return env === "h5" || Taro.getEnv() === "WEB";
8923
+ }
8924
+
8925
+ const _hoisted_1 = { class: "share-dialog column align-stretch" };
8926
+ const _hoisted_2 = { class: "swiper-container" };
8927
+ const _hoisted_3 = {
8928
+ key: 0,
8929
+ class: "poster-display row justify-center"
8930
+ };
8931
+ const _hoisted_4 = { class: "slide" };
8932
+ const _hoisted_5 = {
8933
+ class: "swiper-dots",
8934
+ justify: "center",
8935
+ gap: 8
8936
+ };
8937
+ const _hoisted_6 = {
8938
+ key: 0,
8939
+ class: "text-center",
8940
+ style: { "font-size": "13px", "color": "#666666", "margin": "10px" }
8941
+ };
8942
+ const _hoisted_7 = { class: "bottom" };
8943
+ var script = /* @__PURE__ */ defineComponent({
8944
+ __name: "SharePoster",
8945
+ props: {
8946
+ posters: { type: Array, required: true },
8947
+ text: { type: String, required: false }
8948
+ },
8949
+ emits: ["share"],
8950
+ setup(__props, { expose: __expose, emit: __emit }) {
8951
+ const emit = __emit;
8952
+ const props = __props;
8953
+ const o = {
8954
+ // 图片原始大小
8955
+ w: 375,
8956
+ h: 812
8957
+ }, z = 480, zoom = z / o.h;
8958
+ const config = ref();
8959
+ config.value = {
8960
+ nick: "",
8961
+ logo: "",
8962
+ qr: ""
8963
+ };
8964
+ const current = ref(0);
8965
+ const getCentered = () => {
8966
+ if (props.posters.length === 1) return 0;
8967
+ let centered = current.value + 1;
8968
+ centered = centered === props.posters.length ? 0 : centered;
8969
+ return centered;
8970
+ };
8971
+ const isCenter = (index) => {
8972
+ return getCentered() === index;
8973
+ };
8974
+ const onSwiperChange = ({ detail }) => {
8975
+ current.value = detail.current;
8976
+ };
8977
+ const initCanvas = () => {
8978
+ return new Promise((resolve) => {
8979
+ setTimeout(() => {
8980
+ if (Taro.getEnv() === "WEB") {
8981
+ const canvas = document.getElementById(
8982
+ "poster-canvas"
8983
+ );
8984
+ const context = canvas.getContext("2d");
8985
+ canvas.height = o.h * 2;
8986
+ canvas.width = o.w * 2;
8987
+ resolve({ context, canvas });
8988
+ } else {
8989
+ const pageInstance = Taro.getCurrentInstance()?.page || {};
8990
+ const query = Taro.createSelectorQuery().in(pageInstance);
8991
+ query.select("#poster-canvas").fields({ node: true, size: true, context: true }, (res) => {
8992
+ const canvas = res.node;
8993
+ const context = canvas.getContext("2d");
8994
+ canvas.height = o.h * 2;
8995
+ canvas.width = o.w * 2;
8996
+ canvas.destHeight = o.h * 2;
8997
+ canvas.destWidth = o.w * 2;
8998
+ resolve({ context, canvas });
8999
+ }).exec();
9000
+ }
9001
+ }, 300);
9002
+ });
9003
+ };
9004
+ const drawImage = async (canvas, context, src, x, y, w, h) => {
9005
+ return new Promise((resolve, reject) => {
9006
+ if (!src) {
9007
+ resolve(void 0);
9008
+ return;
9009
+ }
9010
+ const image = !isWeb() ? canvas.createImage() : new Image();
9011
+ image.crossOrigin = "Anonymous";
9012
+ image.src = src;
9013
+ image.onload = function() {
9014
+ context.drawImage(image, x || 0, y || 0, w || o.w, h || o.h);
9015
+ resolve(void 0);
9016
+ };
9017
+ image.onerror = (e) => {
9018
+ resolve(image);
9019
+ };
9020
+ });
9021
+ };
9022
+ const onPosterShare = async () => {
9023
+ !isWeb() && Taro.showLoading({ title: "\u52A0\u8F7D\u4E2D...", mask: true });
9024
+ const { context, canvas } = await initCanvas(), c = getCentered();
9025
+ const p = props.posters[c];
9026
+ await drawImage(canvas, context, p.back, 0, 0, o.w * 2, o.h * 2);
9027
+ if (p.qr) {
9028
+ await drawImage(
9029
+ canvas,
9030
+ context,
9031
+ p.qr,
9032
+ p.qrX * 2,
9033
+ p.qrY * 2,
9034
+ p.qrW * 2,
9035
+ p.qrH * 2
9036
+ );
9037
+ }
9038
+ if (config.value.nick) {
9039
+ context.font = "24px sans-serif";
9040
+ context.fillText(config.value.nick, p.nickX * 2 - 10, p.nickY * 2 + 34);
9041
+ }
9042
+ if (config.value.logo) {
9043
+ await drawImage(
9044
+ canvas,
9045
+ context,
9046
+ config.value.logo,
9047
+ p.logoX * 2,
9048
+ p.logoY * 2,
9049
+ 54,
9050
+ 54
9051
+ );
9052
+ }
9053
+ context.save();
9054
+ if (isWeb()) {
9055
+ const dataURL = canvas.toDataURL("image/png");
9056
+ const blob = dataURItoBlob(dataURL);
9057
+ const imgUrl = URL.createObjectURL(blob);
9058
+ emit("share", imgUrl);
9059
+ } else {
9060
+ Taro.canvasToTempFilePath({
9061
+ canvas,
9062
+ success: (result) => {
9063
+ Taro.hideLoading();
9064
+ Taro.showShareImageMenu({
9065
+ path: result.tempFilePath
9066
+ });
9067
+ },
9068
+ fail: () => {
9069
+ Taro.showToast({
9070
+ title: "\u6D77\u62A5\u751F\u6210\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5",
9071
+ icon: "none"
9072
+ });
9073
+ }
9074
+ });
9075
+ }
9076
+ };
9077
+ watch(
9078
+ () => props.posters,
9079
+ () => {
9080
+ if (props.posters[0]?.nick) {
9081
+ config.value.nick = props.posters[0].nick;
9082
+ }
9083
+ if (props.posters[0]?.logo) {
9084
+ config.value.logo = props.posters[0].logo;
9085
+ }
9086
+ }
9087
+ );
9088
+ const sheetOpen = ref(false);
9089
+ const onCancelClick = () => {
9090
+ sheetOpen.value = false;
9091
+ };
9092
+ function openShareDialog() {
9093
+ sheetOpen.value = !sheetOpen.value;
9094
+ }
9095
+ __expose({
9096
+ openShareDialog
9097
+ });
9098
+ return (_ctx, _cache) => {
9099
+ const _component_nut_button = Button;
9100
+ const _component_nut_popup = Popup;
9101
+ return openBlock(), createBlock(_component_nut_popup, {
9102
+ round: "",
9103
+ visible: sheetOpen.value,
9104
+ "onUpdate:visible": _cache[0] || (_cache[0] = ($event) => sheetOpen.value = $event),
9105
+ position: "bottom"
9106
+ }, {
9107
+ default: withCtx(() => [
9108
+ sheetOpen.value ? (openBlock(), createElementBlock(
9109
+ Fragment,
9110
+ { key: 0 },
9111
+ [
9112
+ createElementVNode("div", _hoisted_1, [
9113
+ createElementVNode("div", _hoisted_2, [
9114
+ _ctx.posters.length === 1 ? (openBlock(), createElementBlock("div", _hoisted_3, [
9115
+ createVNode(script$1, {
9116
+ poster: _ctx.posters[0],
9117
+ logo: config.value.logo,
9118
+ nick: config.value.nick,
9119
+ zoom
9120
+ }, null, 8, ["poster", "logo", "nick"])
9121
+ ])) : createCommentVNode("v-if", true),
9122
+ _ctx.posters.length > 1 ? (openBlock(), createBlock(unref(Swiper), {
9123
+ key: 1,
9124
+ class: "swiper",
9125
+ current: current.value,
9126
+ autoplay: false,
9127
+ "indicator-dots": false,
9128
+ circular: true,
9129
+ "display-multiple-items": "3",
9130
+ onChange: onSwiperChange
9131
+ }, {
9132
+ default: withCtx(() => [
9133
+ (openBlock(true), createElementBlock(
9134
+ Fragment,
9135
+ null,
9136
+ renderList(_ctx.posters, (poster, index) => {
9137
+ return openBlock(), createBlock(unref(SwiperItem), {
9138
+ class: normalizeClass(["swiper-item", { center: isCenter(index) }]),
9139
+ key: `${index}`
9140
+ }, {
9141
+ default: withCtx(() => [
9142
+ createElementVNode("div", _hoisted_4, [
9143
+ createVNode(script$1, {
9144
+ poster,
9145
+ logo: config.value.logo,
9146
+ nick: config.value.nick,
9147
+ zoom
9148
+ }, null, 8, ["poster", "logo", "nick"])
9149
+ ])
9150
+ ]),
9151
+ _: 2
9152
+ /* DYNAMIC */
9153
+ }, 1032, ["class"]);
9154
+ }),
9155
+ 128
9156
+ /* KEYED_FRAGMENT */
9157
+ ))
9158
+ ]),
9159
+ _: 1
9160
+ /* STABLE */
9161
+ }, 8, ["current"])) : createCommentVNode("v-if", true)
9162
+ ]),
9163
+ createElementVNode("div", _hoisted_5, [
9164
+ (openBlock(true), createElementBlock(
9165
+ Fragment,
9166
+ null,
9167
+ renderList(Array(_ctx.posters.length / 2).fill(""), (_, index) => {
9168
+ return openBlock(), createElementBlock(
9169
+ "div",
9170
+ {
9171
+ class: normalizeClass(["dot", {
9172
+ current: current.value === index || current.value - _ctx.posters.length / 2 === index
9173
+ }]),
9174
+ key: index
9175
+ },
9176
+ null,
9177
+ 2
9178
+ /* CLASS */
9179
+ );
9180
+ }),
9181
+ 128
9182
+ /* KEYED_FRAGMENT */
9183
+ ))
9184
+ ]),
9185
+ _ctx.text ? (openBlock(), createElementBlock(
9186
+ "div",
9187
+ _hoisted_6,
9188
+ toDisplayString(_ctx.text),
9189
+ 1
9190
+ /* TEXT */
9191
+ )) : createCommentVNode("v-if", true),
9192
+ _cache[3] || (_cache[3] = createElementVNode(
9193
+ "div",
9194
+ { class: "line" },
9195
+ null,
9196
+ -1
9197
+ /* HOISTED */
9198
+ )),
9199
+ createElementVNode("div", _hoisted_7, [
9200
+ createVNode(_component_nut_button, {
9201
+ class: "cancel-btn",
9202
+ onClick: onCancelClick
9203
+ }, {
9204
+ default: withCtx(() => _cache[1] || (_cache[1] = [
9205
+ createTextVNode("\u53D6\u6D88")
9206
+ ])),
9207
+ _: 1
9208
+ /* STABLE */
9209
+ }),
9210
+ createVNode(_component_nut_button, {
9211
+ type: "primary",
9212
+ onClick: onPosterShare
9213
+ }, {
9214
+ default: withCtx(() => _cache[2] || (_cache[2] = [
9215
+ createTextVNode("\u786E\u5B9A")
9216
+ ])),
9217
+ _: 1
9218
+ /* STABLE */
9219
+ })
9220
+ ])
9221
+ ]),
9222
+ createElementVNode(
9223
+ "canvas",
9224
+ {
9225
+ type: "2d",
9226
+ id: "poster-canvas",
9227
+ style: normalizeStyle(`height: ${o.h}px;width:${o.w}px;transform:translate3d(-5000px, 0, 0);position: absolute;`)
9228
+ },
9229
+ null,
9230
+ 4
9231
+ /* STYLE */
9232
+ )
9233
+ ],
9234
+ 64
9235
+ /* STABLE_FRAGMENT */
9236
+ )) : createCommentVNode("v-if", true)
9237
+ ]),
9238
+ _: 1
9239
+ /* STABLE */
9240
+ }, 8, ["visible"]);
9241
+ };
9242
+ }
9243
+ });
9244
+
9245
+ script.__file = "src/scenarios/components/SharePoster.vue";
8823
9246
 
8824
9247
  const nutComponents = [
8825
9248
  // Grid,
@@ -8876,4 +9299,4 @@ const AppKit = {
8876
9299
  }
8877
9300
  };
8878
9301
 
8879
- 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, getSdkConfig, jssdkServices, requestPayment$2 as requestPayment, requestWxH5Pay, services$1 as services, useAppKit, useCountdown, useCrypto, useEncode, useLogger, useSafeArea, useTabbar, useUpload, useValidator };
9302
+ export { script$s as AccountView, script$L as AmountPicker, script$J as AppDrawer, script$I as AppVerify, script$y as BalanceCard, script$r as BalanceReminder, script$q as DateRange, script$G as DeviceVersion, script$o as ListFilter, script$4 as LoginSetting, script$h as NoticeBanner, script$g as NoticeEntry, script$e as NoticeList, script$E as OcrBusinessLicense, script$F as OcrIcon, script$K as PageHeader, script$n as PromoterCard, script$B as RechargeResult, script$D as RechargeView, script$j as SelfRegistration, script as SharePoster, script$z as TradeView, script$C as UserAgreement, script$2 as UserAuth, script$a as UserBinding, script$9 as UserBindingSuccess, script$d as UserEntry, script$6 as UserFeedback, script$5 as UserFeedbackEntry, script$7 as UserHeadCrop, script$b as UserInfo, script$3 as UserResourceEmpty, components, createHttp, AppKit as default, defaultCryptoConfig, generateUniqueId, getSdkConfig, jssdkServices, requestPayment$2 as requestPayment, requestWxH5Pay, services$1 as services, useAppKit, useCountdown, useCrypto, useEncode, useLogger, useSafeArea, useTabbar, useUpload, useValidator };