@uxda/appkit 4.2.88 → 4.2.90
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 +704 -367
- package/package.json +1 -1
- package/src/Appkit.ts +5 -0
- package/src/balance/components/AccountView.vue +6 -6
- package/src/balance/components/BalanceCard.vue +2 -2
- package/src/balance/components/BalanceReminder.vue +1 -1
- package/src/balance/components/ConsumptionFilter.vue +1 -1
- package/src/balance/components/ConsumptionRules.vue +1 -1
- package/src/balance/components/DateFilter.vue +1 -1
- package/src/balance/components/DateRange.vue +1 -1
- package/src/balance/components/ListFilter.vue +1 -1
- package/src/balance/components/ListFilterPicker.vue +1 -1
- package/src/balance/components/PromoterCard.vue +5 -8
- package/src/components/dd-notice-bar/index.vue +2 -2
- package/src/index.ts +8 -0
- package/src/notice/components/NoticeBanner.vue +2 -2
- package/src/notice/components/NoticeList.vue +2 -2
- package/src/notice/components/NoticeList2.vue +4 -4
- package/src/notice/components/NoticePopup.vue +2 -2
- package/src/payment/components/RechargeResult.vue +1 -1
- package/src/payment/components/RechargeView.vue +2 -2
- package/src/payment/components/TradeView.vue +2 -2
- package/src/register/components/SelfRegistration.vue +1 -1
- package/src/scenarios/components/SharePoster.vue +2 -2
- package/src/shared/components/AppVerify.vue +3 -3
- package/src/shared/components/OcrBusinessLicense.vue +1 -1
- package/src/shared/components/OcrIcon.vue +1 -1
- package/src/shared/components/PageHeader.vue +1 -1
- package/src/user/components/UserAuth.vue +3 -3
- package/src/user/components/UserBinding.vue +4 -4
- package/src/user/components/UserBindingSuccess.vue +1 -1
- package/src/user/components/UserEntry.vue +5 -5
- package/src/user/components/UserFeedbackEntry.vue +3 -3
- package/src/user/components/UserHeadCrop.vue +2 -2
- package/src/user/components/UserInfo.vue +12 -12
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GridItem, Grid, Popup, ActionSheet, Checkbox, Button, Dialog, DatePicker, Radio, RadioGroup, FormItem, Form, Ellipsis, Skeleton, Cell, Input, Step, Steps } from '@nutui/nutui-taro';
|
|
2
2
|
import '@nutui/nutui-taro/dist/packages/button/style/css';
|
|
3
3
|
import '@nutui/nutui-taro/dist/packages/checkbox/style/css';
|
|
4
|
-
import { defineComponent, reactive, openBlock, createBlock, withCtx, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, toDisplayString, createTextVNode, ref, computed, onUnmounted, createCommentVNode, renderSlot, createVNode, normalizeStyle, unref, isRef, onMounted, createStaticVNode, watch,
|
|
4
|
+
import { defineComponent, reactive, openBlock, createBlock, withCtx, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, toDisplayString, createTextVNode, ref, computed, onUnmounted, resolveDirective, createCommentVNode, withDirectives, renderSlot, createVNode, normalizeStyle, unref, isRef, onMounted, createStaticVNode, watch, vShow, mergeModels, useModel, resolveComponent, vModelText, watchPostEffect, withModifiers } from 'vue';
|
|
5
5
|
import '@nutui/nutui-taro/dist/packages/grid/style/css';
|
|
6
6
|
import '@nutui/nutui-taro/dist/packages/griditem/style/css';
|
|
7
7
|
import Taro, { showModal, getSystemInfoSync, getMenuButtonBoundingClientRect, uploadFile, request as request$1, showToast, chooseMedia, chooseMessageFile, showLoading, hideLoading, useRouter, useDidShow, getStorageSync } from '@tarojs/taro';
|
|
@@ -30,7 +30,7 @@ import '@nutui/nutui-taro/dist/packages/steps/style/css';
|
|
|
30
30
|
import '@nutui/nutui-taro/dist/packages/step/style/css';
|
|
31
31
|
|
|
32
32
|
const _hoisted_1$G = { class: "token-line number" };
|
|
33
|
-
const _hoisted_2$
|
|
33
|
+
const _hoisted_2$t = { class: "number" };
|
|
34
34
|
var script$M = /* @__PURE__ */ defineComponent({
|
|
35
35
|
__name: "AmountPicker",
|
|
36
36
|
props: {
|
|
@@ -82,7 +82,7 @@ var script$M = /* @__PURE__ */ defineComponent({
|
|
|
82
82
|
)),
|
|
83
83
|
createElementVNode(
|
|
84
84
|
"span",
|
|
85
|
-
_hoisted_2$
|
|
85
|
+
_hoisted_2$t,
|
|
86
86
|
toDisplayString(amount.amount),
|
|
87
87
|
1
|
|
88
88
|
/* TEXT */
|
|
@@ -557,6 +557,7 @@ var script$L = /* @__PURE__ */ defineComponent({
|
|
|
557
557
|
emit("close");
|
|
558
558
|
};
|
|
559
559
|
return (_ctx, _cache) => {
|
|
560
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
560
561
|
return openBlock(), createElementBlock(
|
|
561
562
|
"div",
|
|
562
563
|
{
|
|
@@ -574,10 +575,18 @@ var script$L = /* @__PURE__ */ defineComponent({
|
|
|
574
575
|
1
|
|
575
576
|
/* TEXT */
|
|
576
577
|
)) : createCommentVNode("v-if", true),
|
|
577
|
-
createElementVNode(
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
578
|
+
withDirectives(createElementVNode(
|
|
579
|
+
"view",
|
|
580
|
+
{
|
|
581
|
+
class: "back-button",
|
|
582
|
+
onClick: onBackButtonClick
|
|
583
|
+
},
|
|
584
|
+
null,
|
|
585
|
+
512
|
|
586
|
+
/* NEED_PATCH */
|
|
587
|
+
), [
|
|
588
|
+
[_directive_track_click, { event: "click", elementText: "\u9875\u9762\u5934\u90E8-\u8FD4\u56DE" }]
|
|
589
|
+
]),
|
|
581
590
|
renderSlot(_ctx.$slots, "default")
|
|
582
591
|
],
|
|
583
592
|
2
|
|
@@ -633,14 +642,14 @@ var script$K = /* @__PURE__ */ defineComponent({
|
|
|
633
642
|
script$K.__file = "src/shared/components/AppDrawer.vue";
|
|
634
643
|
|
|
635
644
|
const _hoisted_1$D = { class: "app-verify column" };
|
|
636
|
-
const _hoisted_2$
|
|
637
|
-
const _hoisted_3$
|
|
638
|
-
const _hoisted_4$
|
|
645
|
+
const _hoisted_2$s = { class: "caption" };
|
|
646
|
+
const _hoisted_3$m = { class: "number" };
|
|
647
|
+
const _hoisted_4$h = { class: "form-btn" };
|
|
639
648
|
const _hoisted_5$d = {
|
|
640
649
|
key: 1,
|
|
641
650
|
class: "caption"
|
|
642
651
|
};
|
|
643
|
-
const _hoisted_6$
|
|
652
|
+
const _hoisted_6$a = { class: "row buttons" };
|
|
644
653
|
var script$J = /* @__PURE__ */ defineComponent({
|
|
645
654
|
__name: "AppVerify",
|
|
646
655
|
props: {
|
|
@@ -673,6 +682,7 @@ var script$J = /* @__PURE__ */ defineComponent({
|
|
|
673
682
|
};
|
|
674
683
|
const props = __props;
|
|
675
684
|
return (_ctx, _cache) => {
|
|
685
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
676
686
|
return openBlock(), createElementBlock("div", _hoisted_1$D, [
|
|
677
687
|
createElementVNode(
|
|
678
688
|
"h2",
|
|
@@ -683,14 +693,14 @@ var script$J = /* @__PURE__ */ defineComponent({
|
|
|
683
693
|
),
|
|
684
694
|
createElementVNode(
|
|
685
695
|
"p",
|
|
686
|
-
_hoisted_2$
|
|
696
|
+
_hoisted_2$s,
|
|
687
697
|
toDisplayString(__props.message || "\u77ED\u4FE1\u5C06\u53D1\u9001\u81F3\u8D26\u53F7\u7ED1\u5B9A\u624B\u673A\u53F7"),
|
|
688
698
|
1
|
|
689
699
|
/* TEXT */
|
|
690
700
|
),
|
|
691
701
|
createElementVNode(
|
|
692
702
|
"p",
|
|
693
|
-
_hoisted_3$
|
|
703
|
+
_hoisted_3$m,
|
|
694
704
|
toDisplayString(__props.phone),
|
|
695
705
|
1
|
|
696
706
|
/* TEXT */
|
|
@@ -715,15 +725,23 @@ var script$J = /* @__PURE__ */ defineComponent({
|
|
|
715
725
|
method: (value) => value.length === 6
|
|
716
726
|
}]
|
|
717
727
|
}, null, 8, ["modelValue", "rules"]),
|
|
718
|
-
createElementVNode("div", _hoisted_4$
|
|
719
|
-
!sent.value ? (openBlock(), createBlock(
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
728
|
+
createElementVNode("div", _hoisted_4$h, [
|
|
729
|
+
!sent.value ? withDirectives((openBlock(), createBlock(
|
|
730
|
+
unref(NsButton),
|
|
731
|
+
{
|
|
732
|
+
key: 0,
|
|
733
|
+
size: "xs",
|
|
734
|
+
variant: "plain",
|
|
735
|
+
color: "primary",
|
|
736
|
+
onClick: send,
|
|
737
|
+
label: "\u83B7\u53D6\u9A8C\u8BC1\u7801"
|
|
738
|
+
},
|
|
739
|
+
null,
|
|
740
|
+
512
|
|
741
|
+
/* NEED_PATCH */
|
|
742
|
+
)), [
|
|
743
|
+
[_directive_track_click, { event: "click", elementText: "\u624B\u673A\u53F7\u9A8C\u8BC1-\u83B7\u53D6\u9A8C\u8BC1\u7801" }]
|
|
744
|
+
]) : createCommentVNode("v-if", true),
|
|
727
745
|
sent.value ? (openBlock(), createElementBlock(
|
|
728
746
|
"div",
|
|
729
747
|
_hoisted_5$d,
|
|
@@ -736,8 +754,8 @@ var script$J = /* @__PURE__ */ defineComponent({
|
|
|
736
754
|
_: 1
|
|
737
755
|
/* STABLE */
|
|
738
756
|
}, 8, ["modelValue"]),
|
|
739
|
-
createElementVNode("div", _hoisted_6$
|
|
740
|
-
|
|
757
|
+
createElementVNode("div", _hoisted_6$a, [
|
|
758
|
+
withDirectives((openBlock(), createBlock(unref(NsButton), {
|
|
741
759
|
class: "cancel-btn",
|
|
742
760
|
onClick: _cache[2] || (_cache[2] = ($event) => emits("cancel"))
|
|
743
761
|
}, {
|
|
@@ -750,8 +768,10 @@ var script$J = /* @__PURE__ */ defineComponent({
|
|
|
750
768
|
])]),
|
|
751
769
|
_: 1
|
|
752
770
|
/* STABLE */
|
|
753
|
-
}),
|
|
754
|
-
|
|
771
|
+
})), [
|
|
772
|
+
[_directive_track_click, { event: "click", elementText: "\u624B\u673A\u53F7\u9A8C\u8BC1-\u53D6\u6D88" }]
|
|
773
|
+
]),
|
|
774
|
+
withDirectives((openBlock(), createBlock(unref(NsButton), {
|
|
755
775
|
color: "primary",
|
|
756
776
|
onClick: onOk
|
|
757
777
|
}, {
|
|
@@ -764,7 +784,9 @@ var script$J = /* @__PURE__ */ defineComponent({
|
|
|
764
784
|
])]),
|
|
765
785
|
_: 1
|
|
766
786
|
/* STABLE */
|
|
767
|
-
})
|
|
787
|
+
})), [
|
|
788
|
+
[_directive_track_click, { event: "click", elementText: "\u624B\u673A\u53F7\u9A8C\u8BC1-\u786E\u8BA4" }]
|
|
789
|
+
])
|
|
768
790
|
])
|
|
769
791
|
]);
|
|
770
792
|
};
|
|
@@ -791,6 +813,7 @@ var script$I = /* @__PURE__ */ defineComponent({
|
|
|
791
813
|
emit("txtClick");
|
|
792
814
|
}
|
|
793
815
|
return (_ctx, _cache) => {
|
|
816
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
794
817
|
return openBlock(), createElementBlock(
|
|
795
818
|
"div",
|
|
796
819
|
{
|
|
@@ -798,7 +821,7 @@ var script$I = /* @__PURE__ */ defineComponent({
|
|
|
798
821
|
style: normalizeStyle(__props.style)
|
|
799
822
|
},
|
|
800
823
|
[
|
|
801
|
-
|
|
824
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
802
825
|
class: "dd-notice-bar__txt",
|
|
803
826
|
name: "text",
|
|
804
827
|
onClick: txtClick
|
|
@@ -811,8 +834,10 @@ var script$I = /* @__PURE__ */ defineComponent({
|
|
|
811
834
|
/* TEXT */
|
|
812
835
|
)) : createCommentVNode("v-if", true),
|
|
813
836
|
renderSlot(_ctx.$slots, "default")
|
|
837
|
+
])), [
|
|
838
|
+
[_directive_track_click, { event: "click", elementText: "\u901A\u77E5\u680F-\u6587\u672C" }]
|
|
814
839
|
]),
|
|
815
|
-
__props.showClose ? (openBlock(), createElementBlock("div", {
|
|
840
|
+
__props.showClose ? withDirectives((openBlock(), createElementBlock("div", {
|
|
816
841
|
key: 0,
|
|
817
842
|
class: "dd-notice-bar__close",
|
|
818
843
|
onClick: close
|
|
@@ -827,7 +852,9 @@ var script$I = /* @__PURE__ */ defineComponent({
|
|
|
827
852
|
-1
|
|
828
853
|
/* CACHED */
|
|
829
854
|
)
|
|
830
|
-
])]))
|
|
855
|
+
])])), [
|
|
856
|
+
[_directive_track_click, { event: "click", elementText: "\u901A\u77E5\u680F-\u5173\u95ED" }]
|
|
857
|
+
]) : createCommentVNode("v-if", true)
|
|
831
858
|
],
|
|
832
859
|
6
|
|
833
860
|
/* CLASS, STYLE */
|
|
@@ -1253,11 +1280,12 @@ var script$G = /* @__PURE__ */ defineComponent({
|
|
|
1253
1280
|
}
|
|
1254
1281
|
return (_ctx, _cache) => {
|
|
1255
1282
|
const _component_nut_action_sheet = ActionSheet;
|
|
1283
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
1256
1284
|
return openBlock(), createElementBlock(
|
|
1257
1285
|
Fragment,
|
|
1258
1286
|
null,
|
|
1259
1287
|
[
|
|
1260
|
-
|
|
1288
|
+
withDirectives((openBlock(), createElementBlock(
|
|
1261
1289
|
"div",
|
|
1262
1290
|
{
|
|
1263
1291
|
class: normalizeClass(["ocr-icon", [__props.disabled ? "disabled" : ""]]),
|
|
@@ -1270,7 +1298,9 @@ var script$G = /* @__PURE__ */ defineComponent({
|
|
|
1270
1298
|
],
|
|
1271
1299
|
2
|
|
1272
1300
|
/* CLASS */
|
|
1273
|
-
),
|
|
1301
|
+
)), [
|
|
1302
|
+
[_directive_track_click, { event: "click", elementText: "\u8EAB\u4EFD\u8BC1\u8BC6\u522B-\u70B9\u51FB" }]
|
|
1303
|
+
]),
|
|
1274
1304
|
createVNode(_component_nut_action_sheet, {
|
|
1275
1305
|
visible: activeSheetVisible.value,
|
|
1276
1306
|
"onUpdate:visible": _cache[0] || (_cache[0] = ($event) => activeSheetVisible.value = $event),
|
|
@@ -1385,7 +1415,8 @@ var script$F = /* @__PURE__ */ defineComponent({
|
|
|
1385
1415
|
emits("complete", result);
|
|
1386
1416
|
}
|
|
1387
1417
|
return (_ctx, _cache) => {
|
|
1388
|
-
|
|
1418
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
1419
|
+
return withDirectives((openBlock(), createElementBlock(
|
|
1389
1420
|
"div",
|
|
1390
1421
|
{
|
|
1391
1422
|
class: normalizeClass([["ocr-business-license", __props.disabled ? "disabled" : ""], "ocr-icon"]),
|
|
@@ -1396,7 +1427,9 @@ var script$F = /* @__PURE__ */ defineComponent({
|
|
|
1396
1427
|
],
|
|
1397
1428
|
2
|
|
1398
1429
|
/* CLASS */
|
|
1399
|
-
)
|
|
1430
|
+
)), [
|
|
1431
|
+
[_directive_track_click, { event: "click", elementText: "\u8425\u4E1A\u6267\u7167\u8BC6\u522B-\u70B9\u51FB" }]
|
|
1432
|
+
]);
|
|
1400
1433
|
};
|
|
1401
1434
|
}
|
|
1402
1435
|
});
|
|
@@ -1791,9 +1824,9 @@ function isWechat() {
|
|
|
1791
1824
|
}
|
|
1792
1825
|
|
|
1793
1826
|
const _hoisted_1$B = { class: "view recharge-view" };
|
|
1794
|
-
const _hoisted_2$
|
|
1795
|
-
const _hoisted_3$
|
|
1796
|
-
const _hoisted_4$
|
|
1827
|
+
const _hoisted_2$r = { class: "flex-grow" };
|
|
1828
|
+
const _hoisted_3$l = { class: "amount-footer" };
|
|
1829
|
+
const _hoisted_4$g = { class: "agreement" };
|
|
1797
1830
|
var script$E = /* @__PURE__ */ defineComponent({
|
|
1798
1831
|
__name: "RechargeView",
|
|
1799
1832
|
props: {
|
|
@@ -1886,43 +1919,52 @@ var script$E = /* @__PURE__ */ defineComponent({
|
|
|
1886
1919
|
return (_ctx, _cache) => {
|
|
1887
1920
|
const _component_nut_checkbox = Checkbox;
|
|
1888
1921
|
const _component_nut_button = Button;
|
|
1922
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
1889
1923
|
return openBlock(), createElementBlock("view", _hoisted_1$B, [
|
|
1890
|
-
createElementVNode("view", _hoisted_2$
|
|
1924
|
+
createElementVNode("view", _hoisted_2$r, [
|
|
1891
1925
|
createVNode(script$M, {
|
|
1892
1926
|
items: amounts.value,
|
|
1893
1927
|
selected: state.selected,
|
|
1894
1928
|
onChange: onAmountSelect
|
|
1895
1929
|
}, null, 8, ["items", "selected"])
|
|
1896
1930
|
]),
|
|
1897
|
-
createElementVNode("view", _hoisted_3$
|
|
1898
|
-
createElementVNode("view", _hoisted_4$
|
|
1931
|
+
createElementVNode("view", _hoisted_3$l, [
|
|
1932
|
+
createElementVNode("view", _hoisted_4$g, [
|
|
1899
1933
|
createVNode(_component_nut_checkbox, {
|
|
1900
1934
|
modelValue: state.agreed,
|
|
1901
1935
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => state.agreed = $event)
|
|
1902
1936
|
}, {
|
|
1903
1937
|
default: withCtx(() => [
|
|
1904
|
-
_cache[
|
|
1938
|
+
_cache[2] || (_cache[2] = createTextVNode(
|
|
1905
1939
|
"\u6211\u5DF2\u9605\u8BFB\u5E76\u540C\u610F",
|
|
1906
1940
|
-1
|
|
1907
1941
|
/* CACHED */
|
|
1908
1942
|
)),
|
|
1909
|
-
|
|
1943
|
+
withDirectives((openBlock(), createElementBlock("a", {
|
|
1910
1944
|
class: "link inline",
|
|
1911
1945
|
onClick: onAgreementLinkClick
|
|
1912
|
-
},
|
|
1946
|
+
}, [..._cache[1] || (_cache[1] = [
|
|
1947
|
+
createTextVNode(
|
|
1948
|
+
"\u300A\u5927\u9053\u4E91\u5E73\u53F0\u4E91\u8C46\u5145\u503C\u670D\u52A1\u534F\u8BAE\u300B",
|
|
1949
|
+
-1
|
|
1950
|
+
/* CACHED */
|
|
1951
|
+
)
|
|
1952
|
+
])])), [
|
|
1953
|
+
[_directive_track_click, "click"]
|
|
1954
|
+
])
|
|
1913
1955
|
]),
|
|
1914
1956
|
_: 1
|
|
1915
1957
|
/* STABLE */
|
|
1916
1958
|
}, 8, ["modelValue"])
|
|
1917
1959
|
]),
|
|
1918
|
-
|
|
1960
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
1919
1961
|
block: "",
|
|
1920
1962
|
shape: "square",
|
|
1921
1963
|
loading: state.buttonLoading,
|
|
1922
1964
|
onClick: onPayClick,
|
|
1923
1965
|
class: "recharge-button"
|
|
1924
1966
|
}, {
|
|
1925
|
-
default: withCtx(() => [..._cache[
|
|
1967
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
1926
1968
|
createTextVNode(
|
|
1927
1969
|
"\u7ACB\u5373\u5145\u503C",
|
|
1928
1970
|
-1
|
|
@@ -1931,7 +1973,9 @@ var script$E = /* @__PURE__ */ defineComponent({
|
|
|
1931
1973
|
])]),
|
|
1932
1974
|
_: 1
|
|
1933
1975
|
/* STABLE */
|
|
1934
|
-
}, 8, ["loading"])
|
|
1976
|
+
}, 8, ["loading"])), [
|
|
1977
|
+
[_directive_track_click, "click"]
|
|
1978
|
+
])
|
|
1935
1979
|
])
|
|
1936
1980
|
]);
|
|
1937
1981
|
};
|
|
@@ -1953,12 +1997,12 @@ script$D.render = render$2;
|
|
|
1953
1997
|
script$D.__file = "src/payment/components/UserAgreement.vue";
|
|
1954
1998
|
|
|
1955
1999
|
const _hoisted_1$z = { class: "recharge-result" };
|
|
1956
|
-
const _hoisted_2$
|
|
1957
|
-
const _hoisted_3$
|
|
2000
|
+
const _hoisted_2$q = { class: "content" };
|
|
2001
|
+
const _hoisted_3$k = {
|
|
1958
2002
|
key: 0,
|
|
1959
2003
|
class: "caption"
|
|
1960
2004
|
};
|
|
1961
|
-
const _hoisted_4$
|
|
2005
|
+
const _hoisted_4$f = {
|
|
1962
2006
|
key: 1,
|
|
1963
2007
|
class: "caption"
|
|
1964
2008
|
};
|
|
@@ -1980,8 +2024,9 @@ var script$C = /* @__PURE__ */ defineComponent({
|
|
|
1980
2024
|
}
|
|
1981
2025
|
return (_ctx, _cache) => {
|
|
1982
2026
|
const _component_nut_button = Button;
|
|
2027
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
1983
2028
|
return openBlock(), createElementBlock("div", _hoisted_1$z, [
|
|
1984
|
-
createElementVNode("div", _hoisted_2$
|
|
2029
|
+
createElementVNode("div", _hoisted_2$q, [
|
|
1985
2030
|
_cache[1] || (_cache[1] = createElementVNode(
|
|
1986
2031
|
"div",
|
|
1987
2032
|
{ class: "figure" },
|
|
@@ -1996,14 +2041,14 @@ var script$C = /* @__PURE__ */ defineComponent({
|
|
|
1996
2041
|
1
|
|
1997
2042
|
/* TEXT */
|
|
1998
2043
|
),
|
|
1999
|
-
__props.payMethod == "bean" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
2044
|
+
__props.payMethod == "bean" ? (openBlock(), createElementBlock("div", _hoisted_3$k, "\u6743\u76CA\u5DF2\u5230\u8D26")) : (openBlock(), createElementBlock(
|
|
2000
2045
|
"div",
|
|
2001
|
-
_hoisted_4$
|
|
2046
|
+
_hoisted_4$f,
|
|
2002
2047
|
toDisplayString(views[__props.type][1]) + "\u5C06\u57281\u5206\u949F\u4E4B\u5185\u5230\u8D26",
|
|
2003
2048
|
1
|
|
2004
2049
|
/* TEXT */
|
|
2005
2050
|
)),
|
|
2006
|
-
|
|
2051
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
2007
2052
|
class: "back-button",
|
|
2008
2053
|
type: "default",
|
|
2009
2054
|
onClick: onBackClick
|
|
@@ -2017,7 +2062,9 @@ var script$C = /* @__PURE__ */ defineComponent({
|
|
|
2017
2062
|
])]),
|
|
2018
2063
|
_: 1
|
|
2019
2064
|
/* STABLE */
|
|
2020
|
-
})
|
|
2065
|
+
})), [
|
|
2066
|
+
[_directive_track_click, "click"]
|
|
2067
|
+
])
|
|
2021
2068
|
])
|
|
2022
2069
|
]);
|
|
2023
2070
|
};
|
|
@@ -2027,8 +2074,8 @@ var script$C = /* @__PURE__ */ defineComponent({
|
|
|
2027
2074
|
script$C.__file = "src/payment/components/RechargeResult.vue";
|
|
2028
2075
|
|
|
2029
2076
|
const _hoisted_1$y = { class: "tag" };
|
|
2030
|
-
const _hoisted_2$
|
|
2031
|
-
const _hoisted_3$
|
|
2077
|
+
const _hoisted_2$p = { class: "token-line number" };
|
|
2078
|
+
const _hoisted_3$j = { class: "number" };
|
|
2032
2079
|
var script$B = /* @__PURE__ */ defineComponent({
|
|
2033
2080
|
__name: "RightsPicker",
|
|
2034
2081
|
props: {
|
|
@@ -2074,7 +2121,7 @@ var script$B = /* @__PURE__ */ defineComponent({
|
|
|
2074
2121
|
),
|
|
2075
2122
|
createElementVNode(
|
|
2076
2123
|
"h4",
|
|
2077
|
-
_hoisted_2$
|
|
2124
|
+
_hoisted_2$p,
|
|
2078
2125
|
toDisplayString(amount.priceRightNum) + "\u7B14",
|
|
2079
2126
|
1
|
|
2080
2127
|
/* TEXT */
|
|
@@ -2087,7 +2134,7 @@ var script$B = /* @__PURE__ */ defineComponent({
|
|
|
2087
2134
|
)),
|
|
2088
2135
|
createElementVNode(
|
|
2089
2136
|
"span",
|
|
2090
|
-
_hoisted_3$
|
|
2137
|
+
_hoisted_3$j,
|
|
2091
2138
|
toDisplayString(amount.paymentAmount),
|
|
2092
2139
|
1
|
|
2093
2140
|
/* TEXT */
|
|
@@ -2138,17 +2185,17 @@ function useAmount() {
|
|
|
2138
2185
|
}
|
|
2139
2186
|
|
|
2140
2187
|
const _hoisted_1$x = { class: "view recharge-view2" };
|
|
2141
|
-
const _hoisted_2$
|
|
2142
|
-
const _hoisted_3$
|
|
2188
|
+
const _hoisted_2$o = { class: "flex-grow" };
|
|
2189
|
+
const _hoisted_3$i = {
|
|
2143
2190
|
key: 0,
|
|
2144
2191
|
class: "bean-buy"
|
|
2145
2192
|
};
|
|
2146
|
-
const _hoisted_4$
|
|
2193
|
+
const _hoisted_4$e = { class: "left" };
|
|
2147
2194
|
const _hoisted_5$c = {
|
|
2148
2195
|
key: 0,
|
|
2149
2196
|
class: "amount"
|
|
2150
2197
|
};
|
|
2151
|
-
const _hoisted_6$
|
|
2198
|
+
const _hoisted_6$9 = {
|
|
2152
2199
|
key: 1,
|
|
2153
2200
|
class: "amount"
|
|
2154
2201
|
};
|
|
@@ -2287,15 +2334,16 @@ var script$A = /* @__PURE__ */ defineComponent({
|
|
|
2287
2334
|
const _component_nut_checkbox = Checkbox;
|
|
2288
2335
|
const _component_nut_button = Button;
|
|
2289
2336
|
const _component_nut_dialog = Dialog;
|
|
2337
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
2290
2338
|
return openBlock(), createElementBlock("view", _hoisted_1$x, [
|
|
2291
|
-
createElementVNode("view", _hoisted_2$
|
|
2339
|
+
createElementVNode("view", _hoisted_2$o, [
|
|
2292
2340
|
createVNode(script$B, {
|
|
2293
2341
|
items: amounts.value,
|
|
2294
2342
|
selected: state.selected,
|
|
2295
2343
|
onChange: onAmountSelect
|
|
2296
2344
|
}, null, 8, ["items", "selected"]),
|
|
2297
|
-
amounts.value[state.selected] ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
2298
|
-
createElementVNode("div", _hoisted_4$
|
|
2345
|
+
amounts.value[state.selected] ? (openBlock(), createElementBlock("div", _hoisted_3$i, [
|
|
2346
|
+
createElementVNode("div", _hoisted_4$e, [
|
|
2299
2347
|
_cache[4] || (_cache[4] = createElementVNode(
|
|
2300
2348
|
"div",
|
|
2301
2349
|
{ class: "title" },
|
|
@@ -2311,7 +2359,7 @@ var script$A = /* @__PURE__ */ defineComponent({
|
|
|
2311
2359
|
/* TEXT */
|
|
2312
2360
|
)) : (openBlock(), createElementBlock(
|
|
2313
2361
|
"div",
|
|
2314
|
-
_hoisted_6$
|
|
2362
|
+
_hoisted_6$9,
|
|
2315
2363
|
"\u6263\u51CF\u540E\u4F59\u989D " + toDisplayString(unref(formatAmount)(balance.value - amounts.value[state.selected].paymentAmount)),
|
|
2316
2364
|
1
|
|
2317
2365
|
/* TEXT */
|
|
@@ -2344,15 +2392,23 @@ var script$A = /* @__PURE__ */ defineComponent({
|
|
|
2344
2392
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => state.agreed = $event)
|
|
2345
2393
|
}, {
|
|
2346
2394
|
default: withCtx(() => [
|
|
2347
|
-
_cache[
|
|
2395
|
+
_cache[6] || (_cache[6] = createTextVNode(
|
|
2348
2396
|
"\u6211\u5DF2\u9605\u8BFB\u5E76\u540C\u610F",
|
|
2349
2397
|
-1
|
|
2350
2398
|
/* CACHED */
|
|
2351
2399
|
)),
|
|
2352
|
-
|
|
2400
|
+
withDirectives((openBlock(), createElementBlock("a", {
|
|
2353
2401
|
class: "link inline",
|
|
2354
2402
|
onClick: onAgreementLinkClick
|
|
2355
|
-
},
|
|
2403
|
+
}, [..._cache[5] || (_cache[5] = [
|
|
2404
|
+
createTextVNode(
|
|
2405
|
+
"\u300A\u5927\u9053\u4E91\u5E73\u53F0\u4E91\u8C46\u5145\u503C\u670D\u52A1\u534F\u8BAE\u300B",
|
|
2406
|
+
-1
|
|
2407
|
+
/* CACHED */
|
|
2408
|
+
)
|
|
2409
|
+
])])), [
|
|
2410
|
+
[_directive_track_click, "click"]
|
|
2411
|
+
])
|
|
2356
2412
|
]),
|
|
2357
2413
|
_: 1
|
|
2358
2414
|
/* STABLE */
|
|
@@ -2360,13 +2416,13 @@ var script$A = /* @__PURE__ */ defineComponent({
|
|
|
2360
2416
|
])) : createCommentVNode("v-if", true),
|
|
2361
2417
|
createElementVNode("div", _hoisted_11$3, [
|
|
2362
2418
|
createElementVNode("div", _hoisted_12$3, [
|
|
2363
|
-
_cache[
|
|
2419
|
+
_cache[8] || (_cache[8] = createTextVNode(
|
|
2364
2420
|
" \u5F85\u652F\u4ED8\uFF1A ",
|
|
2365
2421
|
-1
|
|
2366
2422
|
/* CACHED */
|
|
2367
2423
|
)),
|
|
2368
2424
|
createElementVNode("span", _hoisted_13$2, [
|
|
2369
|
-
_cache[
|
|
2425
|
+
_cache[7] || (_cache[7] = createElementVNode(
|
|
2370
2426
|
"i",
|
|
2371
2427
|
null,
|
|
2372
2428
|
"\uFFE5",
|
|
@@ -2380,14 +2436,14 @@ var script$A = /* @__PURE__ */ defineComponent({
|
|
|
2380
2436
|
)
|
|
2381
2437
|
])
|
|
2382
2438
|
]),
|
|
2383
|
-
|
|
2439
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
2384
2440
|
block: "",
|
|
2385
2441
|
shape: "square",
|
|
2386
2442
|
loading: state.buttonLoading,
|
|
2387
2443
|
onClick: onPayClick,
|
|
2388
2444
|
class: "recharge-button"
|
|
2389
2445
|
}, {
|
|
2390
|
-
default: withCtx(() => [..._cache[
|
|
2446
|
+
default: withCtx(() => [..._cache[9] || (_cache[9] = [
|
|
2391
2447
|
createTextVNode(
|
|
2392
2448
|
"\u8D2D\u4E70",
|
|
2393
2449
|
-1
|
|
@@ -2396,7 +2452,9 @@ var script$A = /* @__PURE__ */ defineComponent({
|
|
|
2396
2452
|
])]),
|
|
2397
2453
|
_: 1
|
|
2398
2454
|
/* STABLE */
|
|
2399
|
-
}, 8, ["loading"])
|
|
2455
|
+
}, 8, ["loading"])), [
|
|
2456
|
+
[_directive_track_click, "click"]
|
|
2457
|
+
])
|
|
2400
2458
|
])
|
|
2401
2459
|
]),
|
|
2402
2460
|
createVNode(_component_nut_dialog, {
|
|
@@ -2457,10 +2515,11 @@ const components = {
|
|
|
2457
2515
|
};
|
|
2458
2516
|
|
|
2459
2517
|
const _hoisted_1$w = { class: "account-card" };
|
|
2460
|
-
const _hoisted_2$
|
|
2461
|
-
const _hoisted_3$
|
|
2462
|
-
const _hoisted_4$
|
|
2518
|
+
const _hoisted_2$n = { class: "card" };
|
|
2519
|
+
const _hoisted_3$h = { class: "card-row" };
|
|
2520
|
+
const _hoisted_4$d = { class: "card-row-left" };
|
|
2463
2521
|
const _hoisted_5$b = { class: "bean-nums number" };
|
|
2522
|
+
const _hoisted_6$8 = { class: "card-row-right" };
|
|
2464
2523
|
var script$z = /* @__PURE__ */ defineComponent({
|
|
2465
2524
|
__name: "BalanceCard",
|
|
2466
2525
|
props: {
|
|
@@ -2502,10 +2561,11 @@ var script$z = /* @__PURE__ */ defineComponent({
|
|
|
2502
2561
|
reload: loadBalance
|
|
2503
2562
|
});
|
|
2504
2563
|
return (_ctx, _cache) => {
|
|
2564
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
2505
2565
|
return openBlock(), createElementBlock("div", _hoisted_1$w, [
|
|
2506
|
-
createElementVNode("div", _hoisted_2$
|
|
2507
|
-
createElementVNode("div", _hoisted_3$
|
|
2508
|
-
createElementVNode("div", _hoisted_4$
|
|
2566
|
+
createElementVNode("div", _hoisted_2$n, [
|
|
2567
|
+
createElementVNode("div", _hoisted_3$h, [
|
|
2568
|
+
createElementVNode("div", _hoisted_4$d, [
|
|
2509
2569
|
_cache[0] || (_cache[0] = createElementVNode(
|
|
2510
2570
|
"div",
|
|
2511
2571
|
{ class: "bean-box" },
|
|
@@ -2529,8 +2589,8 @@ var script$z = /* @__PURE__ */ defineComponent({
|
|
|
2529
2589
|
/* TEXT */
|
|
2530
2590
|
)
|
|
2531
2591
|
]),
|
|
2532
|
-
createElementVNode("div",
|
|
2533
|
-
|
|
2592
|
+
createElementVNode("div", _hoisted_6$8, [
|
|
2593
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
2534
2594
|
class: "account-info-entry",
|
|
2535
2595
|
onClick: gotoDetail
|
|
2536
2596
|
}, [..._cache[1] || (_cache[1] = [
|
|
@@ -2553,10 +2613,24 @@ var script$z = /* @__PURE__ */ defineComponent({
|
|
|
2553
2613
|
-1
|
|
2554
2614
|
/* CACHED */
|
|
2555
2615
|
)
|
|
2556
|
-
])])
|
|
2616
|
+
])])), [
|
|
2617
|
+
[_directive_track_click, "click"]
|
|
2618
|
+
])
|
|
2557
2619
|
])
|
|
2558
2620
|
]),
|
|
2559
|
-
createCommentVNode(
|
|
2621
|
+
createCommentVNode(` <div class="line"></div>
|
|
2622
|
+
<div class="card-row">
|
|
2623
|
+
<div class="card-row-left desc">\u6743\u76CA\u4F7F\u7528\u65F6\u81EA\u52A8\u6263\u51CF\u4E91\u8C46</div>
|
|
2624
|
+
<div class="card-row-right">
|
|
2625
|
+
<div class="pay" v-track-click="'click'" @click="gotoRecharge">
|
|
2626
|
+
<div>\u5145\u503C</div>
|
|
2627
|
+
<img
|
|
2628
|
+
class="pay-icon"
|
|
2629
|
+
src="https://cdn.ddjf.com/static/images/bpms-workBench/bean-right.png"
|
|
2630
|
+
/>
|
|
2631
|
+
</div>
|
|
2632
|
+
</div>
|
|
2633
|
+
</div> `)
|
|
2560
2634
|
])
|
|
2561
2635
|
]);
|
|
2562
2636
|
};
|
|
@@ -2581,10 +2655,11 @@ const consumptionPositions = ["\u5168\u90E8", "\u4E91\u8C46", "\u6743\u76CA"];
|
|
|
2581
2655
|
const consumptionDirections = ["\u5168\u90E8", "\u6536\u5165", "\u652F\u51FA"];
|
|
2582
2656
|
|
|
2583
2657
|
const _hoisted_1$v = { class: "consumption-filter" };
|
|
2584
|
-
const _hoisted_2$
|
|
2585
|
-
const _hoisted_3$
|
|
2586
|
-
const _hoisted_4$
|
|
2658
|
+
const _hoisted_2$m = { class: "consumption-filter-content" };
|
|
2659
|
+
const _hoisted_3$g = { class: "title" };
|
|
2660
|
+
const _hoisted_4$c = { class: "info" };
|
|
2587
2661
|
const _hoisted_5$a = ["onClick"];
|
|
2662
|
+
const _hoisted_6$7 = { class: "consumption-filter-btn spa-between" };
|
|
2588
2663
|
var script$y = /* @__PURE__ */ defineComponent({
|
|
2589
2664
|
__name: "ConsumptionFilter",
|
|
2590
2665
|
props: {
|
|
@@ -2637,15 +2712,16 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2637
2712
|
emit("complete", result);
|
|
2638
2713
|
};
|
|
2639
2714
|
return (_ctx, _cache) => {
|
|
2715
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
2640
2716
|
return openBlock(), createElementBlock("div", _hoisted_1$v, [
|
|
2641
|
-
_cache[
|
|
2717
|
+
_cache[1] || (_cache[1] = createElementVNode(
|
|
2642
2718
|
"div",
|
|
2643
2719
|
{ class: "consumption-filter-title" },
|
|
2644
2720
|
" \u9009\u62E9\u7B5B\u9009\u9879 ",
|
|
2645
2721
|
-1
|
|
2646
2722
|
/* CACHED */
|
|
2647
2723
|
)),
|
|
2648
|
-
createElementVNode("div", _hoisted_2$
|
|
2724
|
+
createElementVNode("div", _hoisted_2$m, [
|
|
2649
2725
|
(openBlock(true), createElementBlock(
|
|
2650
2726
|
Fragment,
|
|
2651
2727
|
null,
|
|
@@ -2656,12 +2732,12 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2656
2732
|
[
|
|
2657
2733
|
createElementVNode(
|
|
2658
2734
|
"div",
|
|
2659
|
-
_hoisted_3$
|
|
2735
|
+
_hoisted_3$g,
|
|
2660
2736
|
toDisplayString(item.title),
|
|
2661
2737
|
1
|
|
2662
2738
|
/* TEXT */
|
|
2663
2739
|
),
|
|
2664
|
-
createElementVNode("div", _hoisted_4$
|
|
2740
|
+
createElementVNode("div", _hoisted_4$c, [
|
|
2665
2741
|
(openBlock(true), createElementBlock(
|
|
2666
2742
|
Fragment,
|
|
2667
2743
|
null,
|
|
@@ -2685,17 +2761,25 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2685
2761
|
/* KEYED_FRAGMENT */
|
|
2686
2762
|
))
|
|
2687
2763
|
]),
|
|
2688
|
-
createElementVNode("div",
|
|
2764
|
+
createElementVNode("div", _hoisted_6$7, [
|
|
2689
2765
|
createElementVNode("div", {
|
|
2690
2766
|
class: "btn",
|
|
2691
2767
|
onClick: reset
|
|
2692
2768
|
}, "\u91CD\u7F6E"),
|
|
2693
|
-
|
|
2769
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
2694
2770
|
class: "btn confirm",
|
|
2695
2771
|
onClick: onOkClick
|
|
2696
|
-
},
|
|
2772
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
2773
|
+
createTextVNode(
|
|
2774
|
+
"\u786E\u5B9A",
|
|
2775
|
+
-1
|
|
2776
|
+
/* CACHED */
|
|
2777
|
+
)
|
|
2778
|
+
])])), [
|
|
2779
|
+
[_directive_track_click, { event: "click", elementText: "\u9009\u62E9\u7B5B\u9009\u9879-\u786E\u5B9A" }]
|
|
2780
|
+
])
|
|
2697
2781
|
]),
|
|
2698
|
-
_cache[
|
|
2782
|
+
_cache[2] || (_cache[2] = createElementVNode(
|
|
2699
2783
|
"div",
|
|
2700
2784
|
{ class: "consumption-filter-bottom" },
|
|
2701
2785
|
null,
|
|
@@ -2710,8 +2794,9 @@ var script$y = /* @__PURE__ */ defineComponent({
|
|
|
2710
2794
|
script$y.__file = "src/balance/components/ConsumptionFilter.vue";
|
|
2711
2795
|
|
|
2712
2796
|
const _hoisted_1$u = { class: "appkit-date-filter" };
|
|
2713
|
-
const _hoisted_2$
|
|
2714
|
-
const _hoisted_3$
|
|
2797
|
+
const _hoisted_2$l = { class: "content" };
|
|
2798
|
+
const _hoisted_3$f = { class: "time" };
|
|
2799
|
+
const _hoisted_4$b = { class: "buttons spa-between" };
|
|
2715
2800
|
var script$x = /* @__PURE__ */ defineComponent({
|
|
2716
2801
|
__name: "DateFilter",
|
|
2717
2802
|
props: {
|
|
@@ -2787,15 +2872,16 @@ var script$x = /* @__PURE__ */ defineComponent({
|
|
|
2787
2872
|
return (_ctx, _cache) => {
|
|
2788
2873
|
const _component_nut_date_picker = DatePicker;
|
|
2789
2874
|
const _component_nut_popup = Popup;
|
|
2875
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
2790
2876
|
return openBlock(), createElementBlock("div", _hoisted_1$u, [
|
|
2791
|
-
_cache[
|
|
2877
|
+
_cache[7] || (_cache[7] = createElementVNode(
|
|
2792
2878
|
"div",
|
|
2793
2879
|
{ class: "date-filter-header" },
|
|
2794
2880
|
"\u65E5\u671F\u9009\u62E9",
|
|
2795
2881
|
-1
|
|
2796
2882
|
/* CACHED */
|
|
2797
2883
|
)),
|
|
2798
|
-
createElementVNode("div", _hoisted_2$
|
|
2884
|
+
createElementVNode("div", _hoisted_2$l, [
|
|
2799
2885
|
_cache[5] || (_cache[5] = createElementVNode(
|
|
2800
2886
|
"div",
|
|
2801
2887
|
{ class: "title" },
|
|
@@ -2803,7 +2889,7 @@ var script$x = /* @__PURE__ */ defineComponent({
|
|
|
2803
2889
|
-1
|
|
2804
2890
|
/* CACHED */
|
|
2805
2891
|
)),
|
|
2806
|
-
createElementVNode("div", _hoisted_3$
|
|
2892
|
+
createElementVNode("div", _hoisted_3$f, [
|
|
2807
2893
|
createElementVNode(
|
|
2808
2894
|
"div",
|
|
2809
2895
|
{
|
|
@@ -2833,17 +2919,25 @@ var script$x = /* @__PURE__ */ defineComponent({
|
|
|
2833
2919
|
)
|
|
2834
2920
|
])
|
|
2835
2921
|
]),
|
|
2836
|
-
createElementVNode("div",
|
|
2922
|
+
createElementVNode("div", _hoisted_4$b, [
|
|
2837
2923
|
createElementVNode("div", {
|
|
2838
2924
|
class: "btn",
|
|
2839
2925
|
onClick: reset
|
|
2840
2926
|
}, "\u91CD\u7F6E"),
|
|
2841
|
-
|
|
2927
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
2842
2928
|
class: "btn confirm",
|
|
2843
2929
|
onClick: onOkClick
|
|
2844
|
-
},
|
|
2930
|
+
}, [..._cache[6] || (_cache[6] = [
|
|
2931
|
+
createTextVNode(
|
|
2932
|
+
"\u786E\u5B9A",
|
|
2933
|
+
-1
|
|
2934
|
+
/* CACHED */
|
|
2935
|
+
)
|
|
2936
|
+
])])), [
|
|
2937
|
+
[_directive_track_click, { event: "click", elementText: "\u65E5\u671F\u9009\u62E9-\u786E\u5B9A" }]
|
|
2938
|
+
])
|
|
2845
2939
|
]),
|
|
2846
|
-
_cache[
|
|
2940
|
+
_cache[8] || (_cache[8] = createElementVNode(
|
|
2847
2941
|
"div",
|
|
2848
2942
|
{ class: "bottom" },
|
|
2849
2943
|
null,
|
|
@@ -2886,15 +2980,16 @@ var script$w = /* @__PURE__ */ defineComponent({
|
|
|
2886
2980
|
setup(__props, { emit: __emit }) {
|
|
2887
2981
|
const emit = __emit;
|
|
2888
2982
|
return (_ctx, _cache) => {
|
|
2983
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
2889
2984
|
return openBlock(), createElementBlock("div", _hoisted_1$t, [
|
|
2890
|
-
_cache[
|
|
2985
|
+
_cache[2] || (_cache[2] = createElementVNode(
|
|
2891
2986
|
"div",
|
|
2892
2987
|
{ class: "title" },
|
|
2893
2988
|
"\u89C4\u5219\u8BF4\u660E",
|
|
2894
2989
|
-1
|
|
2895
2990
|
/* CACHED */
|
|
2896
2991
|
)),
|
|
2897
|
-
_cache[
|
|
2992
|
+
_cache[3] || (_cache[3] = createElementVNode(
|
|
2898
2993
|
"div",
|
|
2899
2994
|
{ class: "desc" },
|
|
2900
2995
|
[
|
|
@@ -2909,10 +3004,18 @@ var script$w = /* @__PURE__ */ defineComponent({
|
|
|
2909
3004
|
-1
|
|
2910
3005
|
/* CACHED */
|
|
2911
3006
|
)),
|
|
2912
|
-
|
|
3007
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
2913
3008
|
class: "know",
|
|
2914
3009
|
onClick: _cache[0] || (_cache[0] = ($event) => emit("complete"))
|
|
2915
|
-
},
|
|
3010
|
+
}, [..._cache[1] || (_cache[1] = [
|
|
3011
|
+
createTextVNode(
|
|
3012
|
+
"\u6211\u77E5\u9053\u4E86",
|
|
3013
|
+
-1
|
|
3014
|
+
/* CACHED */
|
|
3015
|
+
)
|
|
3016
|
+
])])), [
|
|
3017
|
+
[_directive_track_click, { event: "click", elementText: "\u89C4\u5219\u8BF4\u660E-\u6211\u77E5\u9053\u4E86" }]
|
|
3018
|
+
])
|
|
2916
3019
|
]);
|
|
2917
3020
|
};
|
|
2918
3021
|
}
|
|
@@ -3008,59 +3111,60 @@ function isApp() {
|
|
|
3008
3111
|
}
|
|
3009
3112
|
|
|
3010
3113
|
const _hoisted_1$q = { class: "account-view" };
|
|
3011
|
-
const _hoisted_2$
|
|
3012
|
-
const _hoisted_3$
|
|
3013
|
-
const _hoisted_4$a = { class: "
|
|
3014
|
-
const _hoisted_5$9 = { class: "bean-
|
|
3015
|
-
const _hoisted_6$
|
|
3016
|
-
const _hoisted_7$5 = {
|
|
3114
|
+
const _hoisted_2$k = { class: "scroll-content" };
|
|
3115
|
+
const _hoisted_3$e = { class: "row jusify-right" };
|
|
3116
|
+
const _hoisted_4$a = { class: "balance" };
|
|
3117
|
+
const _hoisted_5$9 = { class: "bean-box spa-between" };
|
|
3118
|
+
const _hoisted_6$6 = { class: "bean-counts spa-between" };
|
|
3119
|
+
const _hoisted_7$5 = { class: "counts number" };
|
|
3120
|
+
const _hoisted_8$4 = {
|
|
3017
3121
|
key: 0,
|
|
3018
3122
|
class: "rights-card"
|
|
3019
3123
|
};
|
|
3020
|
-
const
|
|
3021
|
-
const
|
|
3022
|
-
const
|
|
3023
|
-
const
|
|
3124
|
+
const _hoisted_9$3 = { class: "list" };
|
|
3125
|
+
const _hoisted_10$2 = { class: "item-count" };
|
|
3126
|
+
const _hoisted_11$2 = { class: "item-title" };
|
|
3127
|
+
const _hoisted_12$2 = {
|
|
3024
3128
|
key: 0,
|
|
3025
3129
|
class: "item-title-button"
|
|
3026
3130
|
};
|
|
3027
|
-
const
|
|
3028
|
-
const
|
|
3131
|
+
const _hoisted_13$1 = ["onClick"];
|
|
3132
|
+
const _hoisted_14$1 = {
|
|
3029
3133
|
key: 1,
|
|
3030
3134
|
class: "rights-card"
|
|
3031
3135
|
};
|
|
3032
|
-
const
|
|
3033
|
-
const
|
|
3034
|
-
const
|
|
3035
|
-
const
|
|
3136
|
+
const _hoisted_15$1 = { class: "list" };
|
|
3137
|
+
const _hoisted_16$1 = { class: "item-count" };
|
|
3138
|
+
const _hoisted_17$1 = { class: "item-title" };
|
|
3139
|
+
const _hoisted_18$1 = {
|
|
3036
3140
|
key: 0,
|
|
3037
3141
|
class: "item-title-button"
|
|
3038
3142
|
};
|
|
3039
|
-
const
|
|
3040
|
-
const
|
|
3143
|
+
const _hoisted_19$1 = ["onClick"];
|
|
3144
|
+
const _hoisted_20$1 = {
|
|
3041
3145
|
key: 2,
|
|
3042
3146
|
class: "rights-card"
|
|
3043
3147
|
};
|
|
3044
|
-
const
|
|
3045
|
-
const
|
|
3046
|
-
const
|
|
3047
|
-
const
|
|
3048
|
-
const
|
|
3049
|
-
const
|
|
3050
|
-
const
|
|
3051
|
-
const
|
|
3148
|
+
const _hoisted_21$1 = { class: "list" };
|
|
3149
|
+
const _hoisted_22$1 = { class: "item-count" };
|
|
3150
|
+
const _hoisted_23$1 = { class: "item-title" };
|
|
3151
|
+
const _hoisted_24$1 = { class: "operation-box" };
|
|
3152
|
+
const _hoisted_25$1 = { class: "search-time" };
|
|
3153
|
+
const _hoisted_26$1 = { class: "text number" };
|
|
3154
|
+
const _hoisted_27 = { class: "operation-list" };
|
|
3155
|
+
const _hoisted_28 = {
|
|
3052
3156
|
key: 0,
|
|
3053
3157
|
class: "box"
|
|
3054
3158
|
};
|
|
3055
|
-
const
|
|
3056
|
-
const
|
|
3057
|
-
const
|
|
3058
|
-
const
|
|
3059
|
-
const
|
|
3060
|
-
const
|
|
3061
|
-
const
|
|
3062
|
-
const
|
|
3063
|
-
const
|
|
3159
|
+
const _hoisted_29 = { class: "title number" };
|
|
3160
|
+
const _hoisted_30 = { class: "item-type" };
|
|
3161
|
+
const _hoisted_31 = { class: "item-detail" };
|
|
3162
|
+
const _hoisted_32 = { class: "item-info spa-between" };
|
|
3163
|
+
const _hoisted_33 = { class: "item-info-type" };
|
|
3164
|
+
const _hoisted_34 = { class: "item-info-title" };
|
|
3165
|
+
const _hoisted_35 = { class: "item-info-amount number" };
|
|
3166
|
+
const _hoisted_36 = { class: "item-detail-remark" };
|
|
3167
|
+
const _hoisted_37 = {
|
|
3064
3168
|
key: 0,
|
|
3065
3169
|
class: "box-not-text"
|
|
3066
3170
|
};
|
|
@@ -3244,19 +3348,20 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3244
3348
|
});
|
|
3245
3349
|
return (_ctx, _cache) => {
|
|
3246
3350
|
const _component_nut_popup = Popup;
|
|
3351
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
3247
3352
|
return openBlock(), createElementBlock(
|
|
3248
3353
|
Fragment,
|
|
3249
3354
|
null,
|
|
3250
3355
|
[
|
|
3251
3356
|
createElementVNode("div", _hoisted_1$q, [
|
|
3252
|
-
createElementVNode("div", _hoisted_2$
|
|
3357
|
+
createElementVNode("div", _hoisted_2$k, [
|
|
3253
3358
|
createVNode(unref(script$L), {
|
|
3254
3359
|
title: unref(Taro).getEnv() !== "WEB" ? "\u6211\u7684\u8D26\u6237" : "",
|
|
3255
3360
|
class: normalizeClass({ "with-background": scrolled.value > 0 }),
|
|
3256
3361
|
onClose: onPageHeaderClose
|
|
3257
3362
|
}, null, 8, ["title", "class"]),
|
|
3258
|
-
createElementVNode("div",
|
|
3259
|
-
|
|
3363
|
+
createElementVNode("div", _hoisted_3$e, [
|
|
3364
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
3260
3365
|
class: "small-bean-button",
|
|
3261
3366
|
onClick: onSecondBalanceButtonClick
|
|
3262
3367
|
}, [..._cache[7] || (_cache[7] = [
|
|
@@ -3267,11 +3372,13 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3267
3372
|
-1
|
|
3268
3373
|
/* CACHED */
|
|
3269
3374
|
)
|
|
3270
|
-
])])
|
|
3375
|
+
])])), [
|
|
3376
|
+
[_directive_track_click, "click"]
|
|
3377
|
+
])
|
|
3271
3378
|
]),
|
|
3272
|
-
createElementVNode("div",
|
|
3273
|
-
createElementVNode("div",
|
|
3274
|
-
_cache[
|
|
3379
|
+
createElementVNode("div", _hoisted_4$a, [
|
|
3380
|
+
createElementVNode("div", _hoisted_5$9, [
|
|
3381
|
+
_cache[9] || (_cache[9] = createElementVNode(
|
|
3275
3382
|
"div",
|
|
3276
3383
|
{ class: "bean-img" },
|
|
3277
3384
|
[
|
|
@@ -3284,36 +3391,52 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3284
3391
|
-1
|
|
3285
3392
|
/* CACHED */
|
|
3286
3393
|
)),
|
|
3287
|
-
|
|
3394
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
3288
3395
|
class: "rule",
|
|
3289
3396
|
onClick: _cache[0] || (_cache[0] = ($event) => rulesPopupOpen.value = true)
|
|
3290
|
-
},
|
|
3397
|
+
}, [..._cache[8] || (_cache[8] = [
|
|
3398
|
+
createTextVNode(
|
|
3399
|
+
"\u89C4\u5219\u8BF4\u660E",
|
|
3400
|
+
-1
|
|
3401
|
+
/* CACHED */
|
|
3402
|
+
)
|
|
3403
|
+
])])), [
|
|
3404
|
+
[_directive_track_click, "click"]
|
|
3405
|
+
])
|
|
3291
3406
|
]),
|
|
3292
|
-
createElementVNode("div",
|
|
3407
|
+
createElementVNode("div", _hoisted_6$6, [
|
|
3293
3408
|
createElementVNode(
|
|
3294
3409
|
"div",
|
|
3295
|
-
|
|
3410
|
+
_hoisted_7$5,
|
|
3296
3411
|
toDisplayString(unref(formatAmount)(balance.value.total || 0)),
|
|
3297
3412
|
1
|
|
3298
3413
|
/* TEXT */
|
|
3299
3414
|
),
|
|
3300
|
-
!isAppEnv.value ? (openBlock(), createElementBlock("div", {
|
|
3415
|
+
!isAppEnv.value ? withDirectives((openBlock(), createElementBlock("div", {
|
|
3301
3416
|
key: 0,
|
|
3302
3417
|
class: "pay",
|
|
3303
3418
|
onClick: gotoRecharge
|
|
3304
|
-
},
|
|
3419
|
+
}, [..._cache[10] || (_cache[10] = [
|
|
3420
|
+
createTextVNode(
|
|
3421
|
+
"\u4E91\u8C46\u5145\u503C",
|
|
3422
|
+
-1
|
|
3423
|
+
/* CACHED */
|
|
3424
|
+
)
|
|
3425
|
+
])])), [
|
|
3426
|
+
[_directive_track_click, "click"]
|
|
3427
|
+
]) : createCommentVNode("v-if", true)
|
|
3305
3428
|
])
|
|
3306
3429
|
]),
|
|
3307
3430
|
createVNode(script$u),
|
|
3308
|
-
balance.value.privileges?.corporateStar ? (openBlock(), createElementBlock("div",
|
|
3309
|
-
_cache[
|
|
3431
|
+
balance.value.privileges?.corporateStar ? (openBlock(), createElementBlock("div", _hoisted_8$4, [
|
|
3432
|
+
_cache[13] || (_cache[13] = createElementVNode(
|
|
3310
3433
|
"div",
|
|
3311
3434
|
{ class: "title" },
|
|
3312
3435
|
"\u4F01\u660E\u661F\u6743\u76CA",
|
|
3313
3436
|
-1
|
|
3314
3437
|
/* CACHED */
|
|
3315
3438
|
)),
|
|
3316
|
-
createElementVNode("div",
|
|
3439
|
+
createElementVNode("div", _hoisted_9$3, [
|
|
3317
3440
|
(openBlock(true), createElementBlock(
|
|
3318
3441
|
Fragment,
|
|
3319
3442
|
null,
|
|
@@ -3322,7 +3445,7 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3322
3445
|
class: "item star-item",
|
|
3323
3446
|
key: index
|
|
3324
3447
|
}, [
|
|
3325
|
-
createElementVNode("div",
|
|
3448
|
+
createElementVNode("div", _hoisted_10$2, [
|
|
3326
3449
|
createElementVNode(
|
|
3327
3450
|
"span",
|
|
3328
3451
|
null,
|
|
@@ -3338,7 +3461,7 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3338
3461
|
/* TEXT */
|
|
3339
3462
|
)
|
|
3340
3463
|
]),
|
|
3341
|
-
createElementVNode("div",
|
|
3464
|
+
createElementVNode("div", _hoisted_11$2, [
|
|
3342
3465
|
createElementVNode(
|
|
3343
3466
|
"div",
|
|
3344
3467
|
null,
|
|
@@ -3346,11 +3469,19 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3346
3469
|
1
|
|
3347
3470
|
/* TEXT */
|
|
3348
3471
|
),
|
|
3349
|
-
item.id && !isAppEnv.value ? (openBlock(), createElementBlock("div",
|
|
3350
|
-
|
|
3472
|
+
item.id && !isAppEnv.value ? (openBlock(), createElementBlock("div", _hoisted_12$2, [
|
|
3473
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
3351
3474
|
onClick: ($event) => gotoTrade(item)
|
|
3352
|
-
},
|
|
3353
|
-
|
|
3475
|
+
}, [..._cache[11] || (_cache[11] = [
|
|
3476
|
+
createTextVNode(
|
|
3477
|
+
"\u4F01\u660E\u661F\u4F18\u60E0\u5145\u503C",
|
|
3478
|
+
-1
|
|
3479
|
+
/* CACHED */
|
|
3480
|
+
)
|
|
3481
|
+
])], 8, _hoisted_13$1)), [
|
|
3482
|
+
[_directive_track_click, "click"]
|
|
3483
|
+
]),
|
|
3484
|
+
_cache[12] || (_cache[12] = createElementVNode(
|
|
3354
3485
|
"img",
|
|
3355
3486
|
{
|
|
3356
3487
|
class: "button-icon",
|
|
@@ -3369,15 +3500,15 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3369
3500
|
))
|
|
3370
3501
|
])
|
|
3371
3502
|
])) : createCommentVNode("v-if", true),
|
|
3372
|
-
balance.value.privileges?.aiapprove ? (openBlock(), createElementBlock("div",
|
|
3373
|
-
_cache[
|
|
3503
|
+
balance.value.privileges?.aiapprove ? (openBlock(), createElementBlock("div", _hoisted_14$1, [
|
|
3504
|
+
_cache[16] || (_cache[16] = createElementVNode(
|
|
3374
3505
|
"div",
|
|
3375
3506
|
{ class: "title" },
|
|
3376
3507
|
"AI\u5BA1\u6279\u6743\u76CA",
|
|
3377
3508
|
-1
|
|
3378
3509
|
/* CACHED */
|
|
3379
3510
|
)),
|
|
3380
|
-
createElementVNode("div",
|
|
3511
|
+
createElementVNode("div", _hoisted_15$1, [
|
|
3381
3512
|
(openBlock(true), createElementBlock(
|
|
3382
3513
|
Fragment,
|
|
3383
3514
|
null,
|
|
@@ -3388,12 +3519,12 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3388
3519
|
}, [
|
|
3389
3520
|
createElementVNode(
|
|
3390
3521
|
"div",
|
|
3391
|
-
|
|
3522
|
+
_hoisted_16$1,
|
|
3392
3523
|
toDisplayString(unref(formatAmount)(item.count || 0)) + toDisplayString(item.unit),
|
|
3393
3524
|
1
|
|
3394
3525
|
/* TEXT */
|
|
3395
3526
|
),
|
|
3396
|
-
createElementVNode("div",
|
|
3527
|
+
createElementVNode("div", _hoisted_17$1, [
|
|
3397
3528
|
createElementVNode(
|
|
3398
3529
|
"div",
|
|
3399
3530
|
null,
|
|
@@ -3401,11 +3532,19 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3401
3532
|
1
|
|
3402
3533
|
/* TEXT */
|
|
3403
3534
|
),
|
|
3404
|
-
item.id && !isAppEnv.value ? (openBlock(), createElementBlock("div",
|
|
3405
|
-
|
|
3535
|
+
item.id && !isAppEnv.value ? (openBlock(), createElementBlock("div", _hoisted_18$1, [
|
|
3536
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
3406
3537
|
onClick: ($event) => gotoTrade(item)
|
|
3407
|
-
},
|
|
3408
|
-
|
|
3538
|
+
}, [..._cache[14] || (_cache[14] = [
|
|
3539
|
+
createTextVNode(
|
|
3540
|
+
"AI\u5BA1\u6279\u5145\u503C",
|
|
3541
|
+
-1
|
|
3542
|
+
/* CACHED */
|
|
3543
|
+
)
|
|
3544
|
+
])], 8, _hoisted_19$1)), [
|
|
3545
|
+
[_directive_track_click, "click"]
|
|
3546
|
+
]),
|
|
3547
|
+
_cache[15] || (_cache[15] = createElementVNode(
|
|
3409
3548
|
"img",
|
|
3410
3549
|
{
|
|
3411
3550
|
class: "button-icon",
|
|
@@ -3424,15 +3563,15 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3424
3563
|
))
|
|
3425
3564
|
])
|
|
3426
3565
|
])) : createCommentVNode("v-if", true),
|
|
3427
|
-
balance.value.privileges?.signkit ? (openBlock(), createElementBlock("div",
|
|
3428
|
-
_cache[
|
|
3566
|
+
balance.value.privileges?.signkit ? (openBlock(), createElementBlock("div", _hoisted_20$1, [
|
|
3567
|
+
_cache[17] || (_cache[17] = createElementVNode(
|
|
3429
3568
|
"div",
|
|
3430
3569
|
{ class: "title" },
|
|
3431
3570
|
"\u7535\u5B50\u7B7E\u7EA6\u6743\u76CA",
|
|
3432
3571
|
-1
|
|
3433
3572
|
/* CACHED */
|
|
3434
3573
|
)),
|
|
3435
|
-
createElementVNode("div",
|
|
3574
|
+
createElementVNode("div", _hoisted_21$1, [
|
|
3436
3575
|
(openBlock(true), createElementBlock(
|
|
3437
3576
|
Fragment,
|
|
3438
3577
|
null,
|
|
@@ -3443,14 +3582,14 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3443
3582
|
}, [
|
|
3444
3583
|
createElementVNode(
|
|
3445
3584
|
"div",
|
|
3446
|
-
|
|
3585
|
+
_hoisted_22$1,
|
|
3447
3586
|
toDisplayString(unref(formatAmount)(item.count || 0)) + toDisplayString(item.unit),
|
|
3448
3587
|
1
|
|
3449
3588
|
/* TEXT */
|
|
3450
3589
|
),
|
|
3451
3590
|
createElementVNode(
|
|
3452
3591
|
"div",
|
|
3453
|
-
|
|
3592
|
+
_hoisted_23$1,
|
|
3454
3593
|
toDisplayString(item.title),
|
|
3455
3594
|
1
|
|
3456
3595
|
/* TEXT */
|
|
@@ -3526,15 +3665,15 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3526
3665
|
title: "\u6536\u652F\u660E\u7EC6"
|
|
3527
3666
|
}, {
|
|
3528
3667
|
default: withCtx(() => [
|
|
3529
|
-
createElementVNode("div",
|
|
3668
|
+
createElementVNode("div", _hoisted_24$1, [
|
|
3530
3669
|
createElementVNode(
|
|
3531
3670
|
"div",
|
|
3532
3671
|
{
|
|
3533
3672
|
class: normalizeClass(["operation-title spa-between", { "with-shadow": scrolled.value > 0 }])
|
|
3534
3673
|
},
|
|
3535
3674
|
[
|
|
3536
|
-
createElementVNode("div",
|
|
3537
|
-
_cache[
|
|
3675
|
+
createElementVNode("div", _hoisted_25$1, [
|
|
3676
|
+
_cache[19] || (_cache[19] = createElementVNode(
|
|
3538
3677
|
"div",
|
|
3539
3678
|
{ class: "title" },
|
|
3540
3679
|
"\u6536\u652F\u660E\u7EC6",
|
|
@@ -3550,12 +3689,12 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3550
3689
|
[
|
|
3551
3690
|
createElementVNode(
|
|
3552
3691
|
"div",
|
|
3553
|
-
|
|
3692
|
+
_hoisted_26$1,
|
|
3554
3693
|
toDisplayString(dateRangeDisplay.value),
|
|
3555
3694
|
1
|
|
3556
3695
|
/* TEXT */
|
|
3557
3696
|
),
|
|
3558
|
-
_cache[
|
|
3697
|
+
_cache[18] || (_cache[18] = createElementVNode(
|
|
3559
3698
|
"img",
|
|
3560
3699
|
{
|
|
3561
3700
|
style: { "margin-top": "-2px" },
|
|
@@ -3573,10 +3712,10 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3573
3712
|
[vShow, filtering.dateFrom]
|
|
3574
3713
|
])
|
|
3575
3714
|
]),
|
|
3576
|
-
|
|
3715
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
3577
3716
|
class: "search",
|
|
3578
3717
|
onClick: _cache[5] || (_cache[5] = ($event) => filterOpen.value = true)
|
|
3579
|
-
}, [..._cache[
|
|
3718
|
+
}, [..._cache[20] || (_cache[20] = [
|
|
3580
3719
|
createElementVNode(
|
|
3581
3720
|
"span",
|
|
3582
3721
|
{ class: "text" },
|
|
@@ -3594,12 +3733,14 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3594
3733
|
-1
|
|
3595
3734
|
/* CACHED */
|
|
3596
3735
|
)
|
|
3597
|
-
])])
|
|
3736
|
+
])])), [
|
|
3737
|
+
[_directive_track_click, "click"]
|
|
3738
|
+
])
|
|
3598
3739
|
],
|
|
3599
3740
|
2
|
|
3600
3741
|
/* CLASS */
|
|
3601
3742
|
),
|
|
3602
|
-
createElementVNode("div",
|
|
3743
|
+
createElementVNode("div", _hoisted_27, [
|
|
3603
3744
|
createVNode(unref(ScrollView), {
|
|
3604
3745
|
class: "operation-scroll",
|
|
3605
3746
|
"scroll-y": true,
|
|
@@ -3608,7 +3749,7 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3608
3749
|
onScrolltolower: onReachBottom
|
|
3609
3750
|
}, {
|
|
3610
3751
|
default: withCtx(() => [
|
|
3611
|
-
consumptionGroups.value.length > 0 ? (openBlock(), createElementBlock("div",
|
|
3752
|
+
consumptionGroups.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_28, [
|
|
3612
3753
|
(openBlock(true), createElementBlock(
|
|
3613
3754
|
Fragment,
|
|
3614
3755
|
null,
|
|
@@ -3619,7 +3760,7 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3619
3760
|
}, [
|
|
3620
3761
|
createElementVNode(
|
|
3621
3762
|
"div",
|
|
3622
|
-
|
|
3763
|
+
_hoisted_29,
|
|
3623
3764
|
toDisplayString(item.date),
|
|
3624
3765
|
1
|
|
3625
3766
|
/* TEXT */
|
|
@@ -3634,24 +3775,24 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3634
3775
|
}, [
|
|
3635
3776
|
createElementVNode(
|
|
3636
3777
|
"div",
|
|
3637
|
-
|
|
3778
|
+
_hoisted_30,
|
|
3638
3779
|
toDisplayString(it.\u4EA4\u6613\u7C7B\u578B),
|
|
3639
3780
|
1
|
|
3640
3781
|
/* TEXT */
|
|
3641
3782
|
),
|
|
3642
|
-
createElementVNode("div",
|
|
3643
|
-
createElementVNode("div",
|
|
3783
|
+
createElementVNode("div", _hoisted_31, [
|
|
3784
|
+
createElementVNode("div", _hoisted_32, [
|
|
3644
3785
|
createElementVNode("div", null, [
|
|
3645
3786
|
createElementVNode(
|
|
3646
3787
|
"div",
|
|
3647
|
-
|
|
3788
|
+
_hoisted_33,
|
|
3648
3789
|
toDisplayString(it.\u8D26\u6237\u7C7B\u578B),
|
|
3649
3790
|
1
|
|
3650
3791
|
/* TEXT */
|
|
3651
3792
|
),
|
|
3652
3793
|
createElementVNode(
|
|
3653
3794
|
"div",
|
|
3654
|
-
|
|
3795
|
+
_hoisted_34,
|
|
3655
3796
|
toDisplayString(it.title),
|
|
3656
3797
|
1
|
|
3657
3798
|
/* TEXT */
|
|
@@ -3659,7 +3800,7 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3659
3800
|
]),
|
|
3660
3801
|
createElementVNode(
|
|
3661
3802
|
"div",
|
|
3662
|
-
|
|
3803
|
+
_hoisted_35,
|
|
3663
3804
|
toDisplayString(it.\u6536\u5165\u8FD8\u662F\u652F\u51FA == "\u652F\u51FA" ? "-" : "+") + toDisplayString(it.amount),
|
|
3664
3805
|
1
|
|
3665
3806
|
/* TEXT */
|
|
@@ -3667,7 +3808,7 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3667
3808
|
]),
|
|
3668
3809
|
createElementVNode(
|
|
3669
3810
|
"div",
|
|
3670
|
-
|
|
3811
|
+
_hoisted_36,
|
|
3671
3812
|
toDisplayString(it.description),
|
|
3672
3813
|
1
|
|
3673
3814
|
/* TEXT */
|
|
@@ -3683,7 +3824,7 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3683
3824
|
128
|
|
3684
3825
|
/* KEYED_FRAGMENT */
|
|
3685
3826
|
)),
|
|
3686
|
-
reachedLastPage.value ? (openBlock(), createElementBlock("div",
|
|
3827
|
+
reachedLastPage.value ? (openBlock(), createElementBlock("div", _hoisted_37, "\u6CA1\u6709\u66F4\u591A\u4E86")) : createCommentVNode("v-if", true)
|
|
3687
3828
|
])) : (openBlock(), createBlock(script$v, { key: 1 }))
|
|
3688
3829
|
]),
|
|
3689
3830
|
_: 1
|
|
@@ -3706,8 +3847,8 @@ var script$t = /* @__PURE__ */ defineComponent({
|
|
|
3706
3847
|
script$t.__file = "src/balance/components/AccountView.vue";
|
|
3707
3848
|
|
|
3708
3849
|
const _hoisted_1$p = { class: "balance-reminder" };
|
|
3709
|
-
const _hoisted_2$
|
|
3710
|
-
const _hoisted_3$
|
|
3850
|
+
const _hoisted_2$j = { class: "body" };
|
|
3851
|
+
const _hoisted_3$d = { class: "footer" };
|
|
3711
3852
|
const _hoisted_4$9 = { class: "col" };
|
|
3712
3853
|
const _hoisted_5$8 = { class: "col" };
|
|
3713
3854
|
var script$s = /* @__PURE__ */ defineComponent({
|
|
@@ -3723,6 +3864,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3723
3864
|
return (_ctx, _cache) => {
|
|
3724
3865
|
const _component_nut_button = Button;
|
|
3725
3866
|
const _component_nut_popup = Popup;
|
|
3867
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
3726
3868
|
return openBlock(), createBlock(_component_nut_popup, {
|
|
3727
3869
|
"pop-class": "balance-reminder-popup",
|
|
3728
3870
|
round: "",
|
|
@@ -3732,7 +3874,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3732
3874
|
}, {
|
|
3733
3875
|
default: withCtx(() => [
|
|
3734
3876
|
createElementVNode("div", _hoisted_1$p, [
|
|
3735
|
-
createElementVNode("div", _hoisted_2$
|
|
3877
|
+
createElementVNode("div", _hoisted_2$j, [
|
|
3736
3878
|
_cache[2] || (_cache[2] = createElementVNode(
|
|
3737
3879
|
"h2",
|
|
3738
3880
|
null,
|
|
@@ -3748,7 +3890,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3748
3890
|
/* TEXT */
|
|
3749
3891
|
)
|
|
3750
3892
|
]),
|
|
3751
|
-
createElementVNode("div", _hoisted_3$
|
|
3893
|
+
createElementVNode("div", _hoisted_3$d, [
|
|
3752
3894
|
createElementVNode("div", _hoisted_4$9, [
|
|
3753
3895
|
createVNode(_component_nut_button, {
|
|
3754
3896
|
class: "cancel-button",
|
|
@@ -3767,7 +3909,7 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3767
3909
|
})
|
|
3768
3910
|
]),
|
|
3769
3911
|
createElementVNode("div", _hoisted_5$8, [
|
|
3770
|
-
|
|
3912
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
3771
3913
|
block: "",
|
|
3772
3914
|
class: "recharge-button",
|
|
3773
3915
|
onClick: _cache[1] || (_cache[1] = ($event) => emit("recharge"))
|
|
@@ -3781,7 +3923,9 @@ var script$s = /* @__PURE__ */ defineComponent({
|
|
|
3781
3923
|
]),
|
|
3782
3924
|
_: 1
|
|
3783
3925
|
/* STABLE */
|
|
3784
|
-
})
|
|
3926
|
+
})), [
|
|
3927
|
+
[_directive_track_click, "click"]
|
|
3928
|
+
])
|
|
3785
3929
|
])
|
|
3786
3930
|
])
|
|
3787
3931
|
])
|
|
@@ -3840,11 +3984,12 @@ var script$r = /* @__PURE__ */ defineComponent({
|
|
|
3840
3984
|
});
|
|
3841
3985
|
return (_ctx, _cache) => {
|
|
3842
3986
|
const _component_nut_popup = Popup;
|
|
3987
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
3843
3988
|
return openBlock(), createElementBlock(
|
|
3844
3989
|
Fragment,
|
|
3845
3990
|
null,
|
|
3846
3991
|
[
|
|
3847
|
-
|
|
3992
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
3848
3993
|
class: "date-range",
|
|
3849
3994
|
onClick: openDateRangePicker
|
|
3850
3995
|
}, [
|
|
@@ -3866,6 +4011,8 @@ var script$r = /* @__PURE__ */ defineComponent({
|
|
|
3866
4011
|
-1
|
|
3867
4012
|
/* CACHED */
|
|
3868
4013
|
))
|
|
4014
|
+
])), [
|
|
4015
|
+
[_directive_track_click, { event: "click", elementText: "\u65E5\u671F\u8303\u56F4-\u70B9\u51FB" }]
|
|
3869
4016
|
]),
|
|
3870
4017
|
createVNode(_component_nut_popup, {
|
|
3871
4018
|
position: "bottom",
|
|
@@ -3897,10 +4044,11 @@ var script$r = /* @__PURE__ */ defineComponent({
|
|
|
3897
4044
|
script$r.__file = "src/balance/components/DateRange.vue";
|
|
3898
4045
|
|
|
3899
4046
|
const _hoisted_1$n = { class: "list-filter-picker" };
|
|
3900
|
-
const _hoisted_2$
|
|
3901
|
-
const _hoisted_3$
|
|
4047
|
+
const _hoisted_2$i = { class: "list-filter-picker-content" };
|
|
4048
|
+
const _hoisted_3$c = { class: "title" };
|
|
3902
4049
|
const _hoisted_4$8 = { class: "info" };
|
|
3903
4050
|
const _hoisted_5$7 = ["onClick"];
|
|
4051
|
+
const _hoisted_6$5 = { class: "list-filter-picker-btn spa-between" };
|
|
3904
4052
|
var script$q = /* @__PURE__ */ defineComponent({
|
|
3905
4053
|
__name: "ListFilterPicker",
|
|
3906
4054
|
props: {
|
|
@@ -3951,15 +4099,16 @@ var script$q = /* @__PURE__ */ defineComponent({
|
|
|
3951
4099
|
emit("complete", result);
|
|
3952
4100
|
};
|
|
3953
4101
|
return (_ctx, _cache) => {
|
|
4102
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
3954
4103
|
return openBlock(), createElementBlock("div", _hoisted_1$n, [
|
|
3955
|
-
_cache[
|
|
4104
|
+
_cache[1] || (_cache[1] = createElementVNode(
|
|
3956
4105
|
"div",
|
|
3957
4106
|
{ class: "list-filter-picker-title" },
|
|
3958
4107
|
" \u9009\u62E9\u7B5B\u9009\u9879 ",
|
|
3959
4108
|
-1
|
|
3960
4109
|
/* CACHED */
|
|
3961
4110
|
)),
|
|
3962
|
-
createElementVNode("div", _hoisted_2$
|
|
4111
|
+
createElementVNode("div", _hoisted_2$i, [
|
|
3963
4112
|
(openBlock(true), createElementBlock(
|
|
3964
4113
|
Fragment,
|
|
3965
4114
|
null,
|
|
@@ -3970,7 +4119,7 @@ var script$q = /* @__PURE__ */ defineComponent({
|
|
|
3970
4119
|
[
|
|
3971
4120
|
createElementVNode(
|
|
3972
4121
|
"div",
|
|
3973
|
-
_hoisted_3$
|
|
4122
|
+
_hoisted_3$c,
|
|
3974
4123
|
toDisplayString(item.label),
|
|
3975
4124
|
1
|
|
3976
4125
|
/* TEXT */
|
|
@@ -3999,17 +4148,25 @@ var script$q = /* @__PURE__ */ defineComponent({
|
|
|
3999
4148
|
/* KEYED_FRAGMENT */
|
|
4000
4149
|
))
|
|
4001
4150
|
]),
|
|
4002
|
-
createElementVNode("div",
|
|
4151
|
+
createElementVNode("div", _hoisted_6$5, [
|
|
4003
4152
|
createElementVNode("div", {
|
|
4004
4153
|
class: "btn",
|
|
4005
4154
|
onClick: reset
|
|
4006
4155
|
}, "\u91CD\u7F6E"),
|
|
4007
|
-
|
|
4156
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
4008
4157
|
class: "btn confirm",
|
|
4009
4158
|
onClick: onOkClick
|
|
4010
|
-
},
|
|
4159
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
4160
|
+
createTextVNode(
|
|
4161
|
+
"\u786E\u5B9A",
|
|
4162
|
+
-1
|
|
4163
|
+
/* CACHED */
|
|
4164
|
+
)
|
|
4165
|
+
])])), [
|
|
4166
|
+
[_directive_track_click, { event: "click", elementText: "\u9009\u62E9\u7B5B\u9009\u9879-\u786E\u5B9A" }]
|
|
4167
|
+
])
|
|
4011
4168
|
]),
|
|
4012
|
-
_cache[
|
|
4169
|
+
_cache[2] || (_cache[2] = createElementVNode(
|
|
4013
4170
|
"div",
|
|
4014
4171
|
{ class: "list-filter-picker-bottom" },
|
|
4015
4172
|
null,
|
|
@@ -4055,7 +4212,8 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
4055
4212
|
});
|
|
4056
4213
|
};
|
|
4057
4214
|
return (_ctx, _cache) => {
|
|
4058
|
-
|
|
4215
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
4216
|
+
return withDirectives((openBlock(), createElementBlock("div", {
|
|
4059
4217
|
class: "list-filter",
|
|
4060
4218
|
onClick: openPicker
|
|
4061
4219
|
}, [..._cache[0] || (_cache[0] = [
|
|
@@ -4076,7 +4234,9 @@ var script$p = /* @__PURE__ */ defineComponent({
|
|
|
4076
4234
|
-1
|
|
4077
4235
|
/* CACHED */
|
|
4078
4236
|
)
|
|
4079
|
-
])])
|
|
4237
|
+
])])), [
|
|
4238
|
+
[_directive_track_click, { event: "click", elementText: "\u7B5B\u9009-\u70B9\u51FB" }]
|
|
4239
|
+
]);
|
|
4080
4240
|
};
|
|
4081
4241
|
}
|
|
4082
4242
|
});
|
|
@@ -4087,8 +4247,8 @@ const _hoisted_1$m = {
|
|
|
4087
4247
|
key: 0,
|
|
4088
4248
|
class: "promoter-card-tab"
|
|
4089
4249
|
};
|
|
4090
|
-
const _hoisted_2$
|
|
4091
|
-
const _hoisted_3$
|
|
4250
|
+
const _hoisted_2$h = { class: "promoter-card-hd-num number" };
|
|
4251
|
+
const _hoisted_3$b = ["src"];
|
|
4092
4252
|
const _hoisted_4$7 = { class: "promoter-card-ft" };
|
|
4093
4253
|
const _hoisted_5$6 = {
|
|
4094
4254
|
key: 0,
|
|
@@ -4197,6 +4357,7 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
4197
4357
|
}
|
|
4198
4358
|
});
|
|
4199
4359
|
return (_ctx, _cache) => {
|
|
4360
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
4200
4361
|
return __props.applyRecord.distributorFlag === "Y" || __props.applyRecord.accessCheckStatus === "Y" ? (openBlock(), createElementBlock(
|
|
4201
4362
|
"div",
|
|
4202
4363
|
{
|
|
@@ -4215,21 +4376,18 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
4215
4376
|
fill: "transparent",
|
|
4216
4377
|
foreground: "#808080",
|
|
4217
4378
|
onChange: onTabChange
|
|
4218
|
-
}, null, 8, ["modelValue"])
|
|
4219
|
-
createCommentVNode(` <div class="promoter-card-tab-item" @click="onTabChange('person')" :class="{ focus: tab === 'person' }">\u4E2A\u4EBA</div>
|
|
4220
|
-
<div class="promoter-card-tab-item" @click="onTabChange('company')" :class="{ focus: tab === 'company' }">\u4F01\u4E1A
|
|
4221
|
-
</div> `)
|
|
4379
|
+
}, null, 8, ["modelValue"])
|
|
4222
4380
|
]),
|
|
4223
4381
|
renderSlot(_ctx.$slots, "tab-btn")
|
|
4224
4382
|
])) : createCommentVNode("v-if", true),
|
|
4225
|
-
__props.applyRecord.distributorFlag === "Y" || __props.applyRecord.accessCheckStatus === "Y" ? (openBlock(), createElementBlock("div", {
|
|
4383
|
+
__props.applyRecord.distributorFlag === "Y" || __props.applyRecord.accessCheckStatus === "Y" ? withDirectives((openBlock(), createElementBlock("div", {
|
|
4226
4384
|
key: 1,
|
|
4227
4385
|
class: "promoter-card-hd",
|
|
4228
4386
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("blance", tab.value))
|
|
4229
4387
|
}, [
|
|
4230
4388
|
createElementVNode(
|
|
4231
4389
|
"div",
|
|
4232
|
-
_hoisted_2$
|
|
4390
|
+
_hoisted_2$h,
|
|
4233
4391
|
toDisplayString(unref(formatAmount)(promoter.value.allowWithdrawalBalance || 0)),
|
|
4234
4392
|
1
|
|
4235
4393
|
/* TEXT */
|
|
@@ -4246,8 +4404,10 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
4246
4404
|
style: { "margin-left": "8px" },
|
|
4247
4405
|
src: arrowImg.value,
|
|
4248
4406
|
alt: ""
|
|
4249
|
-
}, null, 8, _hoisted_3$
|
|
4250
|
-
]))
|
|
4407
|
+
}, null, 8, _hoisted_3$b)
|
|
4408
|
+
])), [
|
|
4409
|
+
[_directive_track_click, "click"]
|
|
4410
|
+
]) : createCommentVNode("v-if", true),
|
|
4251
4411
|
createElementVNode("div", _hoisted_4$7, [
|
|
4252
4412
|
__props.applyRecord.accessCheckStatus === "Y" ? (openBlock(), createElementBlock("div", _hoisted_5$6, [
|
|
4253
4413
|
__props.\u663E\u793A\u4E0B\u7EA7\u5206\u9500\u5546 ? (openBlock(), createElementBlock(
|
|
@@ -4281,13 +4441,21 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
4281
4441
|
-1
|
|
4282
4442
|
/* CACHED */
|
|
4283
4443
|
)),
|
|
4284
|
-
createVNode(
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
|
|
4444
|
+
withDirectives(createVNode(
|
|
4445
|
+
unref(IconFont),
|
|
4446
|
+
{
|
|
4447
|
+
class: "icon",
|
|
4448
|
+
name: "ask",
|
|
4449
|
+
onClick: _cache[2] || (_cache[2] = ($event) => onHelpClick("profits"))
|
|
4450
|
+
},
|
|
4451
|
+
null,
|
|
4452
|
+
512
|
|
4453
|
+
/* NEED_PATCH */
|
|
4454
|
+
), [
|
|
4455
|
+
[_directive_track_click, { event: "click", elementText: "\u4EA7\u54C1\u9500\u552E\u6536\u76CA-\u8BF4\u660E" }]
|
|
4456
|
+
])
|
|
4289
4457
|
]),
|
|
4290
|
-
|
|
4458
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
4291
4459
|
class: "promoter-card-ft-num number",
|
|
4292
4460
|
onClick: _cache[3] || (_cache[3] = ($event) => emits("profits", tab.value))
|
|
4293
4461
|
}, [
|
|
@@ -4301,6 +4469,8 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
4301
4469
|
src: arrowImg.value,
|
|
4302
4470
|
alt: ""
|
|
4303
4471
|
}, null, 8, _hoisted_8$3)
|
|
4472
|
+
])), [
|
|
4473
|
+
[_directive_track_click, "click"]
|
|
4304
4474
|
])
|
|
4305
4475
|
],
|
|
4306
4476
|
64
|
|
@@ -4315,13 +4485,21 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
4315
4485
|
-1
|
|
4316
4486
|
/* CACHED */
|
|
4317
4487
|
)),
|
|
4318
|
-
createVNode(
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4488
|
+
withDirectives(createVNode(
|
|
4489
|
+
unref(IconFont),
|
|
4490
|
+
{
|
|
4491
|
+
class: "icon",
|
|
4492
|
+
name: "ask",
|
|
4493
|
+
onClick: _cache[4] || (_cache[4] = ($event) => onHelpClick("rebate"))
|
|
4494
|
+
},
|
|
4495
|
+
null,
|
|
4496
|
+
512
|
|
4497
|
+
/* NEED_PATCH */
|
|
4498
|
+
), [
|
|
4499
|
+
[_directive_track_click, { event: "click", elementText: "\u5206\u9500\u8FD4\u4F63\u6536\u76CA-\u8BF4\u660E" }]
|
|
4500
|
+
])
|
|
4323
4501
|
]),
|
|
4324
|
-
|
|
4502
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
4325
4503
|
class: "promoter-card-ft-num number",
|
|
4326
4504
|
onClick: _cache[5] || (_cache[5] = ($event) => emits("rebate", tab.value))
|
|
4327
4505
|
}, [
|
|
@@ -4335,6 +4513,8 @@ var script$o = /* @__PURE__ */ defineComponent({
|
|
|
4335
4513
|
src: arrowImg.value,
|
|
4336
4514
|
alt: ""
|
|
4337
4515
|
}, null, 8, _hoisted_12$1)
|
|
4516
|
+
])), [
|
|
4517
|
+
[_directive_track_click, "click"]
|
|
4338
4518
|
])
|
|
4339
4519
|
])) : createCommentVNode("v-if", true)
|
|
4340
4520
|
])
|
|
@@ -4569,7 +4749,7 @@ var script$m = /* @__PURE__ */ defineComponent({
|
|
|
4569
4749
|
script$m.__file = "src/components/dd-area/index.vue";
|
|
4570
4750
|
|
|
4571
4751
|
const _hoisted_1$k = { class: "dd-selector" };
|
|
4572
|
-
const _hoisted_2$
|
|
4752
|
+
const _hoisted_2$g = { class: "dd-selector-value" };
|
|
4573
4753
|
var script$l = /* @__PURE__ */ defineComponent({
|
|
4574
4754
|
__name: "index",
|
|
4575
4755
|
props: {
|
|
@@ -4631,7 +4811,7 @@ var script$l = /* @__PURE__ */ defineComponent({
|
|
|
4631
4811
|
default: withCtx(() => [
|
|
4632
4812
|
renderSlot(_ctx.$slots, "content", {}, () => [
|
|
4633
4813
|
createElementVNode("div", _hoisted_1$k, [
|
|
4634
|
-
createElementVNode("div", _hoisted_2$
|
|
4814
|
+
createElementVNode("div", _hoisted_2$g, [
|
|
4635
4815
|
createElementVNode(
|
|
4636
4816
|
"div",
|
|
4637
4817
|
{
|
|
@@ -4669,8 +4849,8 @@ var script$l = /* @__PURE__ */ defineComponent({
|
|
|
4669
4849
|
script$l.__file = "src/components/dd-selector/index.vue";
|
|
4670
4850
|
|
|
4671
4851
|
const _hoisted_1$j = { class: "self-registration" };
|
|
4672
|
-
const _hoisted_2$
|
|
4673
|
-
const _hoisted_3$
|
|
4852
|
+
const _hoisted_2$f = { class: "self-registration-body" };
|
|
4853
|
+
const _hoisted_3$a = ["src"];
|
|
4674
4854
|
const _hoisted_4$6 = { class: "self-registration__input" };
|
|
4675
4855
|
const _hoisted_5$5 = { class: "self-registration-bottom" };
|
|
4676
4856
|
var script$k = /* @__PURE__ */ defineComponent({
|
|
@@ -4775,13 +4955,14 @@ var script$k = /* @__PURE__ */ defineComponent({
|
|
|
4775
4955
|
const _component_nut_form_item = FormItem;
|
|
4776
4956
|
const _component_nut_form = Form;
|
|
4777
4957
|
const _component_nut_button = Button;
|
|
4958
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
4778
4959
|
return openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
4779
|
-
createElementVNode("div", _hoisted_2$
|
|
4960
|
+
createElementVNode("div", _hoisted_2$f, [
|
|
4780
4961
|
createElementVNode("img", {
|
|
4781
4962
|
src: __props.banner,
|
|
4782
4963
|
class: "self-registration-banner",
|
|
4783
4964
|
alt: ""
|
|
4784
|
-
}, null, 8, _hoisted_3$
|
|
4965
|
+
}, null, 8, _hoisted_3$a),
|
|
4785
4966
|
createVNode(_component_nut_form, null, {
|
|
4786
4967
|
default: withCtx(() => [
|
|
4787
4968
|
createVNode(_component_nut_form_item, {
|
|
@@ -4983,7 +5164,7 @@ var script$k = /* @__PURE__ */ defineComponent({
|
|
|
4983
5164
|
})
|
|
4984
5165
|
]),
|
|
4985
5166
|
createElementVNode("div", _hoisted_5$5, [
|
|
4986
|
-
|
|
5167
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
4987
5168
|
block: "",
|
|
4988
5169
|
type: "primary",
|
|
4989
5170
|
class: "experience-button",
|
|
@@ -4998,7 +5179,9 @@ var script$k = /* @__PURE__ */ defineComponent({
|
|
|
4998
5179
|
])]),
|
|
4999
5180
|
_: 1
|
|
5000
5181
|
/* STABLE */
|
|
5001
|
-
})
|
|
5182
|
+
})), [
|
|
5183
|
+
[_directive_track_click, "click"]
|
|
5184
|
+
])
|
|
5002
5185
|
])
|
|
5003
5186
|
]);
|
|
5004
5187
|
};
|
|
@@ -5142,7 +5325,8 @@ function useHttp$1() {
|
|
|
5142
5325
|
}
|
|
5143
5326
|
|
|
5144
5327
|
const _hoisted_1$i = { class: "notice-popup-bd" };
|
|
5145
|
-
const _hoisted_2$
|
|
5328
|
+
const _hoisted_2$e = { style: { "white-space": "pre-wrap" } };
|
|
5329
|
+
const _hoisted_3$9 = { class: "notice-popup-ft" };
|
|
5146
5330
|
var script$j = /* @__PURE__ */ defineComponent({
|
|
5147
5331
|
__name: "NoticePopup",
|
|
5148
5332
|
props: {
|
|
@@ -5176,6 +5360,7 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
5176
5360
|
const emits = __emit;
|
|
5177
5361
|
return (_ctx, _cache) => {
|
|
5178
5362
|
const _component_nut_popup = Popup;
|
|
5363
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
5179
5364
|
return openBlock(), createBlock(_component_nut_popup, {
|
|
5180
5365
|
"pop-class": "notice-popup",
|
|
5181
5366
|
"close-on-click-overlay": false,
|
|
@@ -5184,7 +5369,7 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
5184
5369
|
round: ""
|
|
5185
5370
|
}, {
|
|
5186
5371
|
default: withCtx(() => [
|
|
5187
|
-
_cache[
|
|
5372
|
+
_cache[3] || (_cache[3] = createElementVNode(
|
|
5188
5373
|
"div",
|
|
5189
5374
|
{ class: "notice-popup-hd" },
|
|
5190
5375
|
[
|
|
@@ -5201,22 +5386,38 @@ var script$j = /* @__PURE__ */ defineComponent({
|
|
|
5201
5386
|
createElementVNode("div", _hoisted_1$i, [
|
|
5202
5387
|
createElementVNode(
|
|
5203
5388
|
"div",
|
|
5204
|
-
_hoisted_2$
|
|
5389
|
+
_hoisted_2$e,
|
|
5205
5390
|
toDisplayString(__props.message.context.replace("\u3010\u7CFB\u7EDF\u516C\u544A\u3011 ", "")),
|
|
5206
5391
|
1
|
|
5207
5392
|
/* TEXT */
|
|
5208
5393
|
),
|
|
5209
|
-
__props.message.jumpUrl || __props.message.link ? (openBlock(), createElementBlock("div", {
|
|
5394
|
+
__props.message.jumpUrl || __props.message.link ? withDirectives((openBlock(), createElementBlock("div", {
|
|
5210
5395
|
key: 0,
|
|
5211
5396
|
class: "notice-popup-bd-link",
|
|
5212
5397
|
onClick: toViewAttachment
|
|
5213
|
-
},
|
|
5398
|
+
}, [..._cache[1] || (_cache[1] = [
|
|
5399
|
+
createTextVNode(
|
|
5400
|
+
" \u70B9\u51FB\u67E5\u770B\u9644\u4EF6 ",
|
|
5401
|
+
-1
|
|
5402
|
+
/* CACHED */
|
|
5403
|
+
)
|
|
5404
|
+
])])), [
|
|
5405
|
+
[_directive_track_click, "click"]
|
|
5406
|
+
]) : createCommentVNode("v-if", true)
|
|
5214
5407
|
]),
|
|
5215
|
-
createElementVNode("div",
|
|
5216
|
-
|
|
5408
|
+
createElementVNode("div", _hoisted_3$9, [
|
|
5409
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
5217
5410
|
class: "notice-popup-ft-btn",
|
|
5218
5411
|
onClick: onClose
|
|
5219
|
-
},
|
|
5412
|
+
}, [..._cache[2] || (_cache[2] = [
|
|
5413
|
+
createTextVNode(
|
|
5414
|
+
"\u6211\u77E5\u9053\u4E86",
|
|
5415
|
+
-1
|
|
5416
|
+
/* CACHED */
|
|
5417
|
+
)
|
|
5418
|
+
])])), [
|
|
5419
|
+
[_directive_track_click, { event: "click", elementText: "\u7CFB\u7EDF\u516C\u544A-\u6211\u77E5\u9053\u4E86" }]
|
|
5420
|
+
])
|
|
5220
5421
|
])
|
|
5221
5422
|
]),
|
|
5222
5423
|
_: 1
|
|
@@ -5255,7 +5456,7 @@ function useNotice() {
|
|
|
5255
5456
|
}
|
|
5256
5457
|
|
|
5257
5458
|
const _hoisted_1$h = { class: "notice-banner-text" };
|
|
5258
|
-
const _hoisted_2$
|
|
5459
|
+
const _hoisted_2$d = ["onClick"];
|
|
5259
5460
|
var script$i = /* @__PURE__ */ defineComponent({
|
|
5260
5461
|
__name: "NoticeBanner",
|
|
5261
5462
|
props: {
|
|
@@ -5372,6 +5573,7 @@ var script$i = /* @__PURE__ */ defineComponent({
|
|
|
5372
5573
|
}, 100);
|
|
5373
5574
|
}
|
|
5374
5575
|
return (_ctx, _cache) => {
|
|
5576
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
5375
5577
|
return openBlock(), createElementBlock(
|
|
5376
5578
|
Fragment,
|
|
5377
5579
|
null,
|
|
@@ -5391,14 +5593,14 @@ var script$i = /* @__PURE__ */ defineComponent({
|
|
|
5391
5593
|
Fragment,
|
|
5392
5594
|
null,
|
|
5393
5595
|
renderList(bannerMessages.value, (item, key) => {
|
|
5394
|
-
return openBlock(), createBlock(script$I, {
|
|
5596
|
+
return withDirectives((openBlock(), createBlock(script$I, {
|
|
5395
5597
|
class: normalizeClass({ show: key === activeKey.value }),
|
|
5396
5598
|
key,
|
|
5397
5599
|
showClose: item.noticeType === 0,
|
|
5398
5600
|
onClose: ($event) => unref(onClose)(item, key)
|
|
5399
5601
|
}, {
|
|
5400
5602
|
default: withCtx(() => [
|
|
5401
|
-
_cache[
|
|
5603
|
+
_cache[3] || (_cache[3] = createElementVNode(
|
|
5402
5604
|
"img",
|
|
5403
5605
|
{
|
|
5404
5606
|
class: "notice-banner-icon",
|
|
@@ -5416,14 +5618,24 @@ var script$i = /* @__PURE__ */ defineComponent({
|
|
|
5416
5618
|
1
|
|
5417
5619
|
/* TEXT */
|
|
5418
5620
|
),
|
|
5419
|
-
|
|
5621
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
5420
5622
|
class: "notice-banner-btn",
|
|
5421
5623
|
onClick: ($event) => onDetail(item)
|
|
5422
|
-
},
|
|
5624
|
+
}, [..._cache[2] || (_cache[2] = [
|
|
5625
|
+
createTextVNode(
|
|
5626
|
+
"\u8BE6\u60C5",
|
|
5627
|
+
-1
|
|
5628
|
+
/* CACHED */
|
|
5629
|
+
)
|
|
5630
|
+
])], 8, _hoisted_2$d)), [
|
|
5631
|
+
[_directive_track_click, { event: "click", elementText: "\u901A\u77E5\u680F-\u8BE6\u60C5" }]
|
|
5632
|
+
])
|
|
5423
5633
|
]),
|
|
5424
5634
|
_: 2
|
|
5425
5635
|
/* DYNAMIC */
|
|
5426
|
-
}, 1032, ["class", "showClose", "onClose"])
|
|
5636
|
+
}, 1032, ["class", "showClose", "onClose"])), [
|
|
5637
|
+
[_directive_track_click, { event: "click", elementText: "\u901A\u77E5\u680F-\u5173\u95ED" }]
|
|
5638
|
+
]);
|
|
5427
5639
|
}),
|
|
5428
5640
|
128
|
|
5429
5641
|
/* KEYED_FRAGMENT */
|
|
@@ -5451,7 +5663,7 @@ var script$i = /* @__PURE__ */ defineComponent({
|
|
|
5451
5663
|
script$i.__file = "src/notice/components/NoticeBanner.vue";
|
|
5452
5664
|
|
|
5453
5665
|
const _hoisted_1$g = { class: "notice-entry" };
|
|
5454
|
-
const _hoisted_2$
|
|
5666
|
+
const _hoisted_2$c = {
|
|
5455
5667
|
key: 0,
|
|
5456
5668
|
class: "notice-entry-icon"
|
|
5457
5669
|
};
|
|
@@ -5510,7 +5722,7 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
5510
5722
|
-1
|
|
5511
5723
|
/* CACHED */
|
|
5512
5724
|
)),
|
|
5513
|
-
noticeShow.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
5725
|
+
noticeShow.value ? (openBlock(), createElementBlock("div", _hoisted_2$c)) : createCommentVNode("v-if", true)
|
|
5514
5726
|
]);
|
|
5515
5727
|
};
|
|
5516
5728
|
}
|
|
@@ -5519,7 +5731,7 @@ var script$h = /* @__PURE__ */ defineComponent({
|
|
|
5519
5731
|
script$h.__file = "src/notice/components/NoticeEntry.vue";
|
|
5520
5732
|
|
|
5521
5733
|
const _hoisted_1$f = { class: "dd-search__form" };
|
|
5522
|
-
const _hoisted_2$
|
|
5734
|
+
const _hoisted_2$b = { class: "dd-search__control" };
|
|
5523
5735
|
const _hoisted_3$8 = ["disabled", "placeholder", "focus"];
|
|
5524
5736
|
var script$g = /* @__PURE__ */ defineComponent({
|
|
5525
5737
|
__name: "index",
|
|
@@ -5587,7 +5799,7 @@ var script$g = /* @__PURE__ */ defineComponent({
|
|
|
5587
5799
|
-1
|
|
5588
5800
|
/* CACHED */
|
|
5589
5801
|
)),
|
|
5590
|
-
createElementVNode("div", _hoisted_2$
|
|
5802
|
+
createElementVNode("div", _hoisted_2$b, [
|
|
5591
5803
|
withDirectives(createElementVNode("input", {
|
|
5592
5804
|
class: "dd-search__input",
|
|
5593
5805
|
type: "text",
|
|
@@ -5704,7 +5916,7 @@ function useCommonList(api, query, loading = true, method = "GET") {
|
|
|
5704
5916
|
}
|
|
5705
5917
|
|
|
5706
5918
|
const _hoisted_1$e = { class: "notice-list" };
|
|
5707
|
-
const _hoisted_2$
|
|
5919
|
+
const _hoisted_2$a = { style: { "flex": "1", "overflow": "hidden" } };
|
|
5708
5920
|
const _hoisted_3$7 = {
|
|
5709
5921
|
key: 0,
|
|
5710
5922
|
class: "wrapper"
|
|
@@ -5802,6 +6014,7 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5802
6014
|
const emits = __emit;
|
|
5803
6015
|
return (_ctx, _cache) => {
|
|
5804
6016
|
const _component_rich_text = resolveComponent("rich-text");
|
|
6017
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
5805
6018
|
return openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
5806
6019
|
createVNode(script$g, {
|
|
5807
6020
|
bordered: false,
|
|
@@ -5810,7 +6023,7 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5810
6023
|
placeholder: "\u8BF7\u8F93\u5165\u5173\u952E\u5B57\u641C\u7D22",
|
|
5811
6024
|
onSearch
|
|
5812
6025
|
}, null, 8, ["value"]),
|
|
5813
|
-
createElementVNode("div", _hoisted_2$
|
|
6026
|
+
createElementVNode("div", _hoisted_2$a, [
|
|
5814
6027
|
unref(list).length ? (openBlock(), createElementBlock("div", _hoisted_3$7, [
|
|
5815
6028
|
createVNode(unref(ScrollView), {
|
|
5816
6029
|
class: "content",
|
|
@@ -5827,12 +6040,12 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5827
6040
|
Fragment,
|
|
5828
6041
|
null,
|
|
5829
6042
|
renderList(unref(list), (item, index) => {
|
|
5830
|
-
return openBlock(), createElementBlock("div", {
|
|
6043
|
+
return withDirectives((openBlock(), createElementBlock("div", {
|
|
5831
6044
|
class: normalizeClass(["card", { active: item.isRead != "1" }]),
|
|
5832
6045
|
key: index,
|
|
5833
6046
|
onClick: ($event) => notifyRead(item, index)
|
|
5834
6047
|
}, [
|
|
5835
|
-
_cache[
|
|
6048
|
+
_cache[1] || (_cache[1] = createElementVNode(
|
|
5836
6049
|
"div",
|
|
5837
6050
|
{ class: "point" },
|
|
5838
6051
|
null,
|
|
@@ -5881,17 +6094,27 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5881
6094
|
style: { "white-space": "pre-wrap" },
|
|
5882
6095
|
nodes: item.context
|
|
5883
6096
|
}, null, 8, ["nodes"]),
|
|
5884
|
-
item.link && item.msgType == 3 ? (openBlock(), createElementBlock("span", {
|
|
6097
|
+
item.link && item.msgType == 3 ? withDirectives((openBlock(), createElementBlock("span", {
|
|
5885
6098
|
key: 0,
|
|
5886
6099
|
class: "notice-list-file",
|
|
5887
6100
|
onClick: ($event) => onNoticeView(item.link)
|
|
5888
|
-
},
|
|
6101
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
6102
|
+
createTextVNode(
|
|
6103
|
+
" \u67E5\u770B\u9644\u4EF6 ",
|
|
6104
|
+
-1
|
|
6105
|
+
/* CACHED */
|
|
6106
|
+
)
|
|
6107
|
+
])], 8, _hoisted_7$3)), [
|
|
6108
|
+
[_directive_track_click, { event: "click", elementText: "\u6D88\u606F\u8BE6\u60C5-\u9644\u4EF6" }]
|
|
6109
|
+
]) : createCommentVNode("v-if", true)
|
|
5889
6110
|
],
|
|
5890
6111
|
2
|
|
5891
6112
|
/* CLASS */
|
|
5892
6113
|
)
|
|
5893
6114
|
])
|
|
5894
|
-
], 10, _hoisted_4$5)
|
|
6115
|
+
], 10, _hoisted_4$5)), [
|
|
6116
|
+
[_directive_track_click, { event: "click", elementText: "\u6D88\u606F\u8BE6\u60C5" }]
|
|
6117
|
+
]);
|
|
5895
6118
|
}),
|
|
5896
6119
|
128
|
|
5897
6120
|
/* KEYED_FRAGMENT */
|
|
@@ -5901,7 +6124,7 @@ var script$f = /* @__PURE__ */ defineComponent({
|
|
|
5901
6124
|
_: 1
|
|
5902
6125
|
/* STABLE */
|
|
5903
6126
|
}, 8, ["refresherTriggered", "onScrolltolower"])
|
|
5904
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_9$1, [..._cache[
|
|
6127
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_9$1, [..._cache[2] || (_cache[2] = [
|
|
5905
6128
|
createElementVNode(
|
|
5906
6129
|
"div",
|
|
5907
6130
|
{ class: "no-data-img" },
|
|
@@ -5935,7 +6158,7 @@ const _hoisted_1$d = {
|
|
|
5935
6158
|
key: 0,
|
|
5936
6159
|
class: "read-all"
|
|
5937
6160
|
};
|
|
5938
|
-
const _hoisted_2$
|
|
6161
|
+
const _hoisted_2$9 = {
|
|
5939
6162
|
key: 0,
|
|
5940
6163
|
class: "news-item-title-icon",
|
|
5941
6164
|
src: "https://cdn.ddjf.com/static/images/loan-manage-app/ic_msg_system_notice.webp"
|
|
@@ -6017,7 +6240,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
6017
6240
|
}
|
|
6018
6241
|
async function readAll() {
|
|
6019
6242
|
try {
|
|
6020
|
-
|
|
6243
|
+
showLoading({
|
|
6021
6244
|
title: "\u8BF7\u7A0D\u540E..."
|
|
6022
6245
|
});
|
|
6023
6246
|
const appkitOptions = useAppKitOptions();
|
|
@@ -6033,7 +6256,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
6033
6256
|
});
|
|
6034
6257
|
});
|
|
6035
6258
|
} finally {
|
|
6036
|
-
|
|
6259
|
+
hideLoading();
|
|
6037
6260
|
}
|
|
6038
6261
|
}
|
|
6039
6262
|
const emits = __emit;
|
|
@@ -6139,7 +6362,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
6139
6362
|
class: "news-item-title"
|
|
6140
6363
|
},
|
|
6141
6364
|
[
|
|
6142
|
-
item.\u662F\u516C\u544A ? (openBlock(), createElementBlock("img", _hoisted_2$
|
|
6365
|
+
item.\u662F\u516C\u544A ? (openBlock(), createElementBlock("img", _hoisted_2$9)) : createCommentVNode("v-if", true),
|
|
6143
6366
|
createTextVNode(
|
|
6144
6367
|
" " + toDisplayString(item.\u6807\u9898),
|
|
6145
6368
|
1
|
|
@@ -6205,7 +6428,7 @@ var script$e = /* @__PURE__ */ defineComponent({
|
|
|
6205
6428
|
script$e.__file = "src/notice/components/NoticeList2.vue";
|
|
6206
6429
|
|
|
6207
6430
|
const _hoisted_1$c = { class: "user-entry" };
|
|
6208
|
-
const _hoisted_2$
|
|
6431
|
+
const _hoisted_2$8 = { class: "user-entry-head" };
|
|
6209
6432
|
const _hoisted_3$5 = ["src"];
|
|
6210
6433
|
const _hoisted_4$4 = { class: "user-entry-bd" };
|
|
6211
6434
|
var script$d = /* @__PURE__ */ defineComponent({
|
|
@@ -6230,26 +6453,37 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
6230
6453
|
}
|
|
6231
6454
|
const emits = __emit;
|
|
6232
6455
|
return (_ctx, _cache) => {
|
|
6456
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
6233
6457
|
return openBlock(), createElementBlock("div", _hoisted_1$c, [
|
|
6234
|
-
createElementVNode("div", _hoisted_2$
|
|
6235
|
-
__props.avatar ? (openBlock(), createElementBlock("img", {
|
|
6458
|
+
createElementVNode("div", _hoisted_2$8, [
|
|
6459
|
+
__props.avatar ? withDirectives((openBlock(), createElementBlock("img", {
|
|
6236
6460
|
key: 0,
|
|
6237
6461
|
class: "user-entry-head-img",
|
|
6238
6462
|
onClick: toUser,
|
|
6239
6463
|
mode: "aspectFit",
|
|
6240
6464
|
src: __props.avatar,
|
|
6241
6465
|
alt: ""
|
|
6242
|
-
}, null, 8, _hoisted_3$5))
|
|
6243
|
-
|
|
6244
|
-
|
|
6245
|
-
|
|
6246
|
-
|
|
6247
|
-
|
|
6248
|
-
|
|
6249
|
-
|
|
6466
|
+
}, null, 8, _hoisted_3$5)), [
|
|
6467
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u5165\u53E3-\u5934\u50CF" }]
|
|
6468
|
+
]) : withDirectives((openBlock(), createElementBlock(
|
|
6469
|
+
"img",
|
|
6470
|
+
{
|
|
6471
|
+
key: 1,
|
|
6472
|
+
class: "user-entry-head-img",
|
|
6473
|
+
mode: "aspectFit",
|
|
6474
|
+
onClick: toUser1,
|
|
6475
|
+
src: "https://cdn.ddjf.com/static/images/wx-yunservice/account-head.png",
|
|
6476
|
+
alt: ""
|
|
6477
|
+
},
|
|
6478
|
+
null,
|
|
6479
|
+
512
|
|
6480
|
+
/* NEED_PATCH */
|
|
6481
|
+
)), [
|
|
6482
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u5165\u53E3-\u5934\u50CF" }]
|
|
6483
|
+
])
|
|
6250
6484
|
]),
|
|
6251
6485
|
createElementVNode("div", _hoisted_4$4, [
|
|
6252
|
-
!__props.mobile ? (openBlock(), createElementBlock("div", {
|
|
6486
|
+
!__props.mobile ? withDirectives((openBlock(), createElementBlock("div", {
|
|
6253
6487
|
key: 0,
|
|
6254
6488
|
class: "user-entry-bd-bigtxt",
|
|
6255
6489
|
onClick: toLogin
|
|
@@ -6271,11 +6505,13 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
6271
6505
|
-1
|
|
6272
6506
|
/* CACHED */
|
|
6273
6507
|
)
|
|
6274
|
-
])]))
|
|
6508
|
+
])])), [
|
|
6509
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u5165\u53E3-\u8BF7\u767B\u5F55" }]
|
|
6510
|
+
]) : (openBlock(), createElementBlock(
|
|
6275
6511
|
Fragment,
|
|
6276
6512
|
{ key: 1 },
|
|
6277
6513
|
[
|
|
6278
|
-
|
|
6514
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
6279
6515
|
onClick: toUser,
|
|
6280
6516
|
class: "user-entry-bd-txt"
|
|
6281
6517
|
}, [
|
|
@@ -6296,17 +6532,21 @@ var script$d = /* @__PURE__ */ defineComponent({
|
|
|
6296
6532
|
-1
|
|
6297
6533
|
/* CACHED */
|
|
6298
6534
|
))
|
|
6535
|
+
])), [
|
|
6536
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u5165\u53E3-\u7528\u6237\u540D" }]
|
|
6299
6537
|
]),
|
|
6300
|
-
|
|
6301
|
-
|
|
6302
|
-
|
|
6303
|
-
|
|
6304
|
-
|
|
6305
|
-
|
|
6306
|
-
|
|
6307
|
-
|
|
6308
|
-
|
|
6309
|
-
)
|
|
6538
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
6539
|
+
onClick: toUser,
|
|
6540
|
+
class: "user-entry-bd-smalltxt"
|
|
6541
|
+
}, [
|
|
6542
|
+
createTextVNode(
|
|
6543
|
+
toDisplayString(unref(encodePhone)(__props.mobile)),
|
|
6544
|
+
1
|
|
6545
|
+
/* TEXT */
|
|
6546
|
+
)
|
|
6547
|
+
])), [
|
|
6548
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u5165\u53E3-\u624B\u673A\u53F7" }]
|
|
6549
|
+
])
|
|
6310
6550
|
],
|
|
6311
6551
|
64
|
|
6312
6552
|
/* STABLE_FRAGMENT */
|
|
@@ -6471,7 +6711,7 @@ const _hoisted_1$a = {
|
|
|
6471
6711
|
key: 1,
|
|
6472
6712
|
class: "user-info-wrap"
|
|
6473
6713
|
};
|
|
6474
|
-
const _hoisted_2$
|
|
6714
|
+
const _hoisted_2$7 = { class: "user-info-head" };
|
|
6475
6715
|
const _hoisted_3$4 = ["src"];
|
|
6476
6716
|
const _hoisted_4$3 = {
|
|
6477
6717
|
key: 1,
|
|
@@ -6738,6 +6978,7 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6738
6978
|
const _component_nut_input = Input;
|
|
6739
6979
|
const _component_nut_dialog = Dialog;
|
|
6740
6980
|
const _component_nut_popup = Popup;
|
|
6981
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
6741
6982
|
return openBlock(), createElementBlock(
|
|
6742
6983
|
Fragment,
|
|
6743
6984
|
null,
|
|
@@ -6758,8 +6999,8 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6758
6999
|
-1
|
|
6759
7000
|
/* CACHED */
|
|
6760
7001
|
)),
|
|
6761
|
-
createElementVNode("div", _hoisted_2$
|
|
6762
|
-
|
|
7002
|
+
createElementVNode("div", _hoisted_2$7, [
|
|
7003
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
6763
7004
|
class: "user-info-head-avatar",
|
|
6764
7005
|
onClick: _cache[0] || (_cache[0] = ($event) => avatarVisible.value = true)
|
|
6765
7006
|
}, [
|
|
@@ -6784,25 +7025,31 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6784
7025
|
-1
|
|
6785
7026
|
/* CACHED */
|
|
6786
7027
|
))
|
|
7028
|
+
])), [
|
|
7029
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u4FE1\u606F-\u5934\u50CF" }]
|
|
6787
7030
|
]),
|
|
6788
|
-
createVNode(_component_nut_cell, {
|
|
7031
|
+
withDirectives(createVNode(_component_nut_cell, {
|
|
6789
7032
|
title: "\u767B\u5F55\u624B\u673A\u53F7",
|
|
6790
7033
|
"is-link": "",
|
|
6791
7034
|
desc: unref(encodePhone)(userInfo.value.mobile || ""),
|
|
6792
7035
|
onClick: toBinding
|
|
6793
|
-
}, null, 8, ["desc"]),
|
|
6794
|
-
|
|
7036
|
+
}, null, 8, ["desc"]), [
|
|
7037
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u4FE1\u606F-\u767B\u5F55\u624B\u673A\u53F7" }]
|
|
7038
|
+
]),
|
|
7039
|
+
props.isPersonal ? withDirectives((openBlock(), createBlock(_component_nut_cell, {
|
|
6795
7040
|
key: 0,
|
|
6796
7041
|
title: "\u6635\u79F0",
|
|
6797
7042
|
"is-link": "",
|
|
6798
7043
|
onClick: onNickNameChange,
|
|
6799
7044
|
desc: userInfo.value?.nickName || "--"
|
|
6800
|
-
}, null, 8, ["desc"]))
|
|
7045
|
+
}, null, 8, ["desc"])), [
|
|
7046
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u4FE1\u606F-\u6635\u79F0" }]
|
|
7047
|
+
]) : (openBlock(), createBlock(_component_nut_cell, {
|
|
6801
7048
|
key: 1,
|
|
6802
7049
|
title: "\u6635\u79F0",
|
|
6803
7050
|
desc: userInfo.value?.nickName || "--"
|
|
6804
7051
|
}, null, 8, ["desc"])),
|
|
6805
|
-
|
|
7052
|
+
withDirectives((openBlock(), createBlock(_component_nut_cell, {
|
|
6806
7053
|
title: "\u8BA4\u8BC1\u4FE1\u606F",
|
|
6807
7054
|
"is-link": "",
|
|
6808
7055
|
onClick: toAuth
|
|
@@ -6814,7 +7061,9 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6814
7061
|
]),
|
|
6815
7062
|
_: 1
|
|
6816
7063
|
/* STABLE */
|
|
6817
|
-
})
|
|
7064
|
+
})), [
|
|
7065
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u4FE1\u606F-\u8BA4\u8BC1\u4FE1\u606F" }]
|
|
7066
|
+
])
|
|
6818
7067
|
]),
|
|
6819
7068
|
__props.hasQiyezuhu ? (openBlock(), createElementBlock("div", _hoisted_8$1, "\u4F01\u4E1A/\u56E2\u961F")) : createCommentVNode("v-if", true),
|
|
6820
7069
|
createElementVNode("div", _hoisted_9, [
|
|
@@ -6862,7 +7111,7 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6862
7111
|
128
|
|
6863
7112
|
/* KEYED_FRAGMENT */
|
|
6864
7113
|
)),
|
|
6865
|
-
|
|
7114
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
6866
7115
|
class: "user-info-team-item-role-btn",
|
|
6867
7116
|
onClick: ($event) => toShowRole(item)
|
|
6868
7117
|
}, [
|
|
@@ -6882,7 +7131,9 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6882
7131
|
2
|
|
6883
7132
|
/* CLASS */
|
|
6884
7133
|
)
|
|
6885
|
-
], 8, _hoisted_16)
|
|
7134
|
+
], 8, _hoisted_16)), [
|
|
7135
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u4FE1\u606F-\u89D2\u8272\u8BE6\u60C5" }]
|
|
7136
|
+
])
|
|
6886
7137
|
])) : createCommentVNode("v-if", true),
|
|
6887
7138
|
item.showRole ? (openBlock(), createElementBlock("div", _hoisted_17, [
|
|
6888
7139
|
(openBlock(true), createElementBlock(
|
|
@@ -6919,12 +7170,14 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6919
7170
|
1
|
|
6920
7171
|
/* TEXT */
|
|
6921
7172
|
),
|
|
6922
|
-
createElementVNode("img", {
|
|
7173
|
+
withDirectives(createElementVNode("img", {
|
|
6923
7174
|
onClick: ($event) => toUserNameChange(item),
|
|
6924
7175
|
class: "user-info-team-item-user-icon",
|
|
6925
7176
|
src: "https://cdn.ddjf.com/static/images/appkit/edit.png",
|
|
6926
7177
|
alt: ""
|
|
6927
|
-
}, null, 8, _hoisted_21)
|
|
7178
|
+
}, null, 8, _hoisted_21), [
|
|
7179
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u4FE1\u606F-\u7528\u6237\u540D" }]
|
|
7180
|
+
])
|
|
6928
7181
|
]),
|
|
6929
7182
|
createElementVNode("div", _hoisted_22, [
|
|
6930
7183
|
(openBlock(true), createElementBlock(
|
|
@@ -6954,7 +7207,7 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6954
7207
|
)) : createCommentVNode("v-if", true)
|
|
6955
7208
|
]),
|
|
6956
7209
|
createElementVNode("div", _hoisted_23, [
|
|
6957
|
-
!unref(isApp)() ? (openBlock(), createBlock(_component_nut_button, {
|
|
7210
|
+
!unref(isApp)() ? withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
6958
7211
|
key: 0,
|
|
6959
7212
|
class: "user-info-ft-btn",
|
|
6960
7213
|
style: { "width": "100%", "margin-top": "12px" },
|
|
@@ -6971,7 +7224,9 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6971
7224
|
])]),
|
|
6972
7225
|
_: 1
|
|
6973
7226
|
/* STABLE */
|
|
6974
|
-
}))
|
|
7227
|
+
})), [
|
|
7228
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u4FE1\u606F-\u9000\u51FA\u767B\u5F55" }]
|
|
7229
|
+
]) : createCommentVNode("v-if", true)
|
|
6975
7230
|
])
|
|
6976
7231
|
]))
|
|
6977
7232
|
]),
|
|
@@ -6988,7 +7243,7 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
6988
7243
|
onCancel: onUserNameCancel
|
|
6989
7244
|
}, {
|
|
6990
7245
|
footer: withCtx(() => [
|
|
6991
|
-
|
|
7246
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
6992
7247
|
class: "change-username-popup-cancel",
|
|
6993
7248
|
type: "default",
|
|
6994
7249
|
onClick: onUserNameCancel
|
|
@@ -7002,8 +7257,10 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
7002
7257
|
])]),
|
|
7003
7258
|
_: 1
|
|
7004
7259
|
/* STABLE */
|
|
7005
|
-
}),
|
|
7006
|
-
|
|
7260
|
+
})), [
|
|
7261
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u4FE1\u606F-\u4FEE\u6539\u7528\u6237\u540D-\u53D6\u6D88" }]
|
|
7262
|
+
]),
|
|
7263
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
7007
7264
|
class: "change-username-popup-ok",
|
|
7008
7265
|
type: "primary",
|
|
7009
7266
|
onClick: onUserNameOk
|
|
@@ -7017,7 +7274,9 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
7017
7274
|
])]),
|
|
7018
7275
|
_: 1
|
|
7019
7276
|
/* STABLE */
|
|
7020
|
-
})
|
|
7277
|
+
})), [
|
|
7278
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u4FE1\u606F-\u4FEE\u6539\u7528\u6237\u540D-\u786E\u5B9A" }]
|
|
7279
|
+
])
|
|
7021
7280
|
]),
|
|
7022
7281
|
default: withCtx(() => [
|
|
7023
7282
|
createVNode(_component_nut_input, {
|
|
@@ -7040,7 +7299,7 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
7040
7299
|
onCancel: onNickNameCancel
|
|
7041
7300
|
}, {
|
|
7042
7301
|
footer: withCtx(() => [
|
|
7043
|
-
|
|
7302
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
7044
7303
|
class: "change-username-popup-cancel",
|
|
7045
7304
|
type: "default",
|
|
7046
7305
|
onClick: onNickNameCancel
|
|
@@ -7054,8 +7313,10 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
7054
7313
|
])]),
|
|
7055
7314
|
_: 1
|
|
7056
7315
|
/* STABLE */
|
|
7057
|
-
}),
|
|
7058
|
-
|
|
7316
|
+
})), [
|
|
7317
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u4FE1\u606F-\u4FEE\u6539\u6635\u79F0-\u53D6\u6D88" }]
|
|
7318
|
+
]),
|
|
7319
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
7059
7320
|
class: "change-username-popup-ok",
|
|
7060
7321
|
type: "primary",
|
|
7061
7322
|
onClick: onNickNameOk
|
|
@@ -7069,7 +7330,9 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
7069
7330
|
])]),
|
|
7070
7331
|
_: 1
|
|
7071
7332
|
/* STABLE */
|
|
7072
|
-
})
|
|
7333
|
+
})), [
|
|
7334
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u4FE1\u606F-\u4FEE\u6539\u6635\u79F0-\u786E\u5B9A" }]
|
|
7335
|
+
])
|
|
7073
7336
|
]),
|
|
7074
7337
|
default: withCtx(() => [
|
|
7075
7338
|
withDirectives(createElementVNode(
|
|
@@ -7108,10 +7371,18 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
7108
7371
|
src: userInfo.value.avatar,
|
|
7109
7372
|
alt: ""
|
|
7110
7373
|
}, null, 8, _hoisted_25)) : (openBlock(), createElementBlock("img", _hoisted_26)),
|
|
7111
|
-
|
|
7374
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
7112
7375
|
class: "upload-avatar-popup-btn",
|
|
7113
7376
|
onClick: toUpload
|
|
7114
|
-
},
|
|
7377
|
+
}, [..._cache[14] || (_cache[14] = [
|
|
7378
|
+
createTextVNode(
|
|
7379
|
+
"\u66F4\u6362\u5934\u50CF",
|
|
7380
|
+
-1
|
|
7381
|
+
/* CACHED */
|
|
7382
|
+
)
|
|
7383
|
+
])])), [
|
|
7384
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u4FE1\u606F-\u66F4\u6362\u5934\u50CF" }]
|
|
7385
|
+
])
|
|
7115
7386
|
])
|
|
7116
7387
|
]),
|
|
7117
7388
|
_: 1
|
|
@@ -7128,7 +7399,7 @@ var script$b = /* @__PURE__ */ defineComponent({
|
|
|
7128
7399
|
script$b.__file = "src/user/components/UserInfo.vue";
|
|
7129
7400
|
|
|
7130
7401
|
const _hoisted_1$9 = { class: "user-binding" };
|
|
7131
|
-
const _hoisted_2$
|
|
7402
|
+
const _hoisted_2$6 = { class: "user-binding-layout" };
|
|
7132
7403
|
const _hoisted_3$3 = ["src"];
|
|
7133
7404
|
const _hoisted_4$2 = {
|
|
7134
7405
|
key: 0,
|
|
@@ -7221,8 +7492,9 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
7221
7492
|
const _component_nut_form_item = FormItem;
|
|
7222
7493
|
const _component_nut_button = Button;
|
|
7223
7494
|
const _component_nut_form = Form;
|
|
7495
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
7224
7496
|
return openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
7225
|
-
createElementVNode("div", _hoisted_2$
|
|
7497
|
+
createElementVNode("div", _hoisted_2$6, [
|
|
7226
7498
|
createElementVNode("img", {
|
|
7227
7499
|
class: "user-binding-img",
|
|
7228
7500
|
src: `https://cdn.ddjf.com/static/images/customer-center/user-${current.value === 1 ? "binding" : "auth"}.png`
|
|
@@ -7292,7 +7564,7 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
7292
7564
|
"input-align": "right"
|
|
7293
7565
|
}, {
|
|
7294
7566
|
right: withCtx(() => [
|
|
7295
|
-
|
|
7567
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
7296
7568
|
disabled: unref(countdownActive),
|
|
7297
7569
|
class: "user-binding-codebtn",
|
|
7298
7570
|
type: "default",
|
|
@@ -7307,7 +7579,9 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
7307
7579
|
]),
|
|
7308
7580
|
_: 1
|
|
7309
7581
|
/* STABLE */
|
|
7310
|
-
}, 8, ["disabled"])
|
|
7582
|
+
}, 8, ["disabled"])), [
|
|
7583
|
+
[_directive_track_click, { event: "click", elementText: "\u6362\u7ED1\u624B\u673A-\u83B7\u53D6\u9A8C\u8BC1\u7801" }]
|
|
7584
|
+
])
|
|
7311
7585
|
]),
|
|
7312
7586
|
_: 1
|
|
7313
7587
|
/* STABLE */
|
|
@@ -7320,7 +7594,7 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
7320
7594
|
_: 1
|
|
7321
7595
|
/* STABLE */
|
|
7322
7596
|
}),
|
|
7323
|
-
|
|
7597
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
7324
7598
|
class: "user-binding-btn",
|
|
7325
7599
|
disabled: !authState.code,
|
|
7326
7600
|
block: "",
|
|
@@ -7336,7 +7610,9 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
7336
7610
|
])]),
|
|
7337
7611
|
_: 1
|
|
7338
7612
|
/* STABLE */
|
|
7339
|
-
}, 8, ["disabled"])
|
|
7613
|
+
}, 8, ["disabled"])), [
|
|
7614
|
+
[_directive_track_click, { event: "click", elementText: "\u6362\u7ED1\u624B\u673A-\u63D0\u4EA4" }]
|
|
7615
|
+
])
|
|
7340
7616
|
])) : (openBlock(), createElementBlock("div", _hoisted_5$2, [
|
|
7341
7617
|
createVNode(_component_nut_form, null, {
|
|
7342
7618
|
default: withCtx(() => [
|
|
@@ -7369,7 +7645,7 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
7369
7645
|
"input-align": "right"
|
|
7370
7646
|
}, {
|
|
7371
7647
|
right: withCtx(() => [
|
|
7372
|
-
|
|
7648
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
7373
7649
|
disabled: unref(countdownActive1),
|
|
7374
7650
|
class: "user-binding-codebtn",
|
|
7375
7651
|
type: "default",
|
|
@@ -7384,7 +7660,9 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
7384
7660
|
]),
|
|
7385
7661
|
_: 1
|
|
7386
7662
|
/* STABLE */
|
|
7387
|
-
}, 8, ["disabled"])
|
|
7663
|
+
}, 8, ["disabled"])), [
|
|
7664
|
+
[_directive_track_click, { event: "click", elementText: "\u6362\u7ED1\u624B\u673A-\u83B7\u53D6\u9A8C\u8BC1\u7801" }]
|
|
7665
|
+
])
|
|
7388
7666
|
]),
|
|
7389
7667
|
_: 1
|
|
7390
7668
|
/* STABLE */
|
|
@@ -7397,7 +7675,7 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
7397
7675
|
_: 1
|
|
7398
7676
|
/* STABLE */
|
|
7399
7677
|
}),
|
|
7400
|
-
|
|
7678
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
7401
7679
|
class: "user-binding-btn",
|
|
7402
7680
|
disabled: !bindingState.code || !bindingState.mobile,
|
|
7403
7681
|
block: "",
|
|
@@ -7413,7 +7691,9 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
7413
7691
|
])]),
|
|
7414
7692
|
_: 1
|
|
7415
7693
|
/* STABLE */
|
|
7416
|
-
}, 8, ["disabled"])
|
|
7694
|
+
}, 8, ["disabled"])), [
|
|
7695
|
+
[_directive_track_click, { event: "click", elementText: "\u6362\u7ED1\u624B\u673A-\u63D0\u4EA4" }]
|
|
7696
|
+
])
|
|
7417
7697
|
]))
|
|
7418
7698
|
]);
|
|
7419
7699
|
};
|
|
@@ -7423,7 +7703,7 @@ var script$a = /* @__PURE__ */ defineComponent({
|
|
|
7423
7703
|
script$a.__file = "src/user/components/UserBinding.vue";
|
|
7424
7704
|
|
|
7425
7705
|
const _hoisted_1$8 = { class: "user-binding-success" };
|
|
7426
|
-
const _hoisted_2$
|
|
7706
|
+
const _hoisted_2$5 = { class: "user-binding-success-info" };
|
|
7427
7707
|
var script$9 = /* @__PURE__ */ defineComponent({
|
|
7428
7708
|
__name: "UserBindingSuccess",
|
|
7429
7709
|
emits: ["binding"],
|
|
@@ -7442,6 +7722,7 @@ var script$9 = /* @__PURE__ */ defineComponent({
|
|
|
7442
7722
|
const emits = __emit;
|
|
7443
7723
|
return (_ctx, _cache) => {
|
|
7444
7724
|
const _component_nut_button = Button;
|
|
7725
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
7445
7726
|
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
7446
7727
|
_cache[2] || (_cache[2] = createElementVNode(
|
|
7447
7728
|
"img",
|
|
@@ -7456,7 +7737,7 @@ var script$9 = /* @__PURE__ */ defineComponent({
|
|
|
7456
7737
|
)),
|
|
7457
7738
|
createElementVNode(
|
|
7458
7739
|
"div",
|
|
7459
|
-
_hoisted_2$
|
|
7740
|
+
_hoisted_2$5,
|
|
7460
7741
|
toDisplayString(showEncode.value ? unref(encodePhone)(unref(params).mobile || "") : unref(params).mobile),
|
|
7461
7742
|
1
|
|
7462
7743
|
/* TEXT */
|
|
@@ -7471,7 +7752,7 @@ var script$9 = /* @__PURE__ */ defineComponent({
|
|
|
7471
7752
|
1
|
|
7472
7753
|
/* TEXT */
|
|
7473
7754
|
),
|
|
7474
|
-
|
|
7755
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
7475
7756
|
class: "user-binding-success-btn",
|
|
7476
7757
|
type: "primary",
|
|
7477
7758
|
onClick: toBinding
|
|
@@ -7485,7 +7766,9 @@ var script$9 = /* @__PURE__ */ defineComponent({
|
|
|
7485
7766
|
])]),
|
|
7486
7767
|
_: 1
|
|
7487
7768
|
/* STABLE */
|
|
7488
|
-
})
|
|
7769
|
+
})), [
|
|
7770
|
+
[_directive_track_click, "click"]
|
|
7771
|
+
])
|
|
7489
7772
|
]);
|
|
7490
7773
|
};
|
|
7491
7774
|
}
|
|
@@ -8101,7 +8384,7 @@ var script$8 = {
|
|
|
8101
8384
|
};
|
|
8102
8385
|
|
|
8103
8386
|
const _hoisted_1$7 = { class: "bt-container" };
|
|
8104
|
-
const _hoisted_2$
|
|
8387
|
+
const _hoisted_2$4 = ["src"];
|
|
8105
8388
|
const _hoisted_3$2 = { class: "slot" };
|
|
8106
8389
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8107
8390
|
return openBlock(), createElementBlock("view", _hoisted_1$7, [
|
|
@@ -8124,7 +8407,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8124
8407
|
onTouchmove: _cache[1] || (_cache[1] = withModifiers((...args) => $options.onImageMove && $options.onImageMove(...args), ["stop", "prevent"])),
|
|
8125
8408
|
style: normalizeStyle([$options.imageStyle]),
|
|
8126
8409
|
class: "image"
|
|
8127
|
-
}, null, 44, _hoisted_2$
|
|
8410
|
+
}, null, 44, _hoisted_2$4),
|
|
8128
8411
|
$props.imageSrc && $data.imageInfo ? (openBlock(), createElementBlock(
|
|
8129
8412
|
"view",
|
|
8130
8413
|
{
|
|
@@ -8319,6 +8602,7 @@ script$8.render = render;
|
|
|
8319
8602
|
script$8.__file = "src/components/bt-cropper/index.vue";
|
|
8320
8603
|
|
|
8321
8604
|
const _hoisted_1$6 = { class: "user-head-crop" };
|
|
8605
|
+
const _hoisted_2$3 = { class: "user-head-crop-btns" };
|
|
8322
8606
|
var script$7 = /* @__PURE__ */ defineComponent({
|
|
8323
8607
|
__name: "UserHeadCrop",
|
|
8324
8608
|
setup(__props) {
|
|
@@ -8343,6 +8627,7 @@ var script$7 = /* @__PURE__ */ defineComponent({
|
|
|
8343
8627
|
}
|
|
8344
8628
|
}
|
|
8345
8629
|
return (_ctx, _cache) => {
|
|
8630
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
8346
8631
|
return openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
8347
8632
|
createVNode(script$8, {
|
|
8348
8633
|
ref_key: "cropperRef",
|
|
@@ -8351,15 +8636,31 @@ var script$7 = /* @__PURE__ */ defineComponent({
|
|
|
8351
8636
|
ratio: 1
|
|
8352
8637
|
}, {
|
|
8353
8638
|
default: withCtx(() => [
|
|
8354
|
-
createElementVNode("div",
|
|
8355
|
-
|
|
8639
|
+
createElementVNode("div", _hoisted_2$3, [
|
|
8640
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
8356
8641
|
class: "cbtn",
|
|
8357
8642
|
onClick: onCancel
|
|
8358
|
-
},
|
|
8359
|
-
|
|
8643
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
8644
|
+
createTextVNode(
|
|
8645
|
+
"\u53D6\u6D88",
|
|
8646
|
+
-1
|
|
8647
|
+
/* CACHED */
|
|
8648
|
+
)
|
|
8649
|
+
])])), [
|
|
8650
|
+
[_directive_track_click, { event: "click", elementText: "\u5934\u50CF\u88C1\u526A-\u53D6\u6D88" }]
|
|
8651
|
+
]),
|
|
8652
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
8360
8653
|
class: "cbtn comfirmBtn",
|
|
8361
8654
|
onClick: onConfirm
|
|
8362
|
-
},
|
|
8655
|
+
}, [..._cache[1] || (_cache[1] = [
|
|
8656
|
+
createTextVNode(
|
|
8657
|
+
"\u786E\u5B9A",
|
|
8658
|
+
-1
|
|
8659
|
+
/* CACHED */
|
|
8660
|
+
)
|
|
8661
|
+
])])), [
|
|
8662
|
+
[_directive_track_click, { event: "click", elementText: "\u5934\u50CF\u88C1\u526A-\u786E\u5B9A" }]
|
|
8663
|
+
])
|
|
8363
8664
|
])
|
|
8364
8665
|
]),
|
|
8365
8666
|
_: 1
|
|
@@ -8872,7 +9173,8 @@ var script$5 = /* @__PURE__ */ defineComponent({
|
|
|
8872
9173
|
});
|
|
8873
9174
|
const emits = __emit;
|
|
8874
9175
|
return (_ctx, _cache) => {
|
|
8875
|
-
|
|
9176
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
9177
|
+
return !__props.hasStorage ? withDirectives((openBlock(), createElementBlock(
|
|
8876
9178
|
"div",
|
|
8877
9179
|
{
|
|
8878
9180
|
key: 0,
|
|
@@ -8906,7 +9208,9 @@ var script$5 = /* @__PURE__ */ defineComponent({
|
|
|
8906
9208
|
])],
|
|
8907
9209
|
36
|
|
8908
9210
|
/* STYLE, NEED_HYDRATION */
|
|
8909
|
-
))
|
|
9211
|
+
)), [
|
|
9212
|
+
[_directive_track_click, { event: "click", elementText: "\u53CD\u9988\u5165\u53E3-\u70B9\u51FB" }]
|
|
9213
|
+
]) : (openBlock(), createElementBlock(
|
|
8910
9214
|
"div",
|
|
8911
9215
|
{
|
|
8912
9216
|
key: 1,
|
|
@@ -8918,13 +9222,21 @@ var script$5 = /* @__PURE__ */ defineComponent({
|
|
|
8918
9222
|
class: "user-feedback-entry hasStorage"
|
|
8919
9223
|
},
|
|
8920
9224
|
[
|
|
8921
|
-
createElementVNode(
|
|
8922
|
-
|
|
8923
|
-
|
|
8924
|
-
|
|
8925
|
-
|
|
8926
|
-
|
|
8927
|
-
|
|
9225
|
+
withDirectives(createElementVNode(
|
|
9226
|
+
"img",
|
|
9227
|
+
{
|
|
9228
|
+
class: "user-feedback-entry-icon",
|
|
9229
|
+
onClick: onJump,
|
|
9230
|
+
mode: "aspectFit",
|
|
9231
|
+
src: "https://cdn.ddjf.com/static/images/customer-center/feedback-icon.png"
|
|
9232
|
+
},
|
|
9233
|
+
null,
|
|
9234
|
+
512
|
|
9235
|
+
/* NEED_PATCH */
|
|
9236
|
+
), [
|
|
9237
|
+
[_directive_track_click, { event: "click", elementText: "\u53CD\u9988\u5165\u53E3-\u70B9\u51FB" }]
|
|
9238
|
+
]),
|
|
9239
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
8928
9240
|
class: "user-feedback-entry-close",
|
|
8929
9241
|
onClick: onClose
|
|
8930
9242
|
}, [..._cache[3] || (_cache[3] = [
|
|
@@ -8938,7 +9250,9 @@ var script$5 = /* @__PURE__ */ defineComponent({
|
|
|
8938
9250
|
-1
|
|
8939
9251
|
/* CACHED */
|
|
8940
9252
|
)
|
|
8941
|
-
])])
|
|
9253
|
+
])])), [
|
|
9254
|
+
[_directive_track_click, { event: "click", elementText: "\u53CD\u9988\u5165\u53E3-\u5173\u95ED" }]
|
|
9255
|
+
])
|
|
8942
9256
|
],
|
|
8943
9257
|
36
|
|
8944
9258
|
/* STYLE, NEED_HYDRATION */
|
|
@@ -9184,6 +9498,7 @@ var script$2 = /* @__PURE__ */ defineComponent({
|
|
|
9184
9498
|
);
|
|
9185
9499
|
const emits = __emit;
|
|
9186
9500
|
return (_ctx, _cache) => {
|
|
9501
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
9187
9502
|
return openBlock(), createBlock(unref(NsPage), { class: "user-auth" }, {
|
|
9188
9503
|
default: withCtx(() => [
|
|
9189
9504
|
createVNode(unref(NsPageContent), null, {
|
|
@@ -9274,19 +9589,27 @@ var script$2 = /* @__PURE__ */ defineComponent({
|
|
|
9274
9589
|
_: 1
|
|
9275
9590
|
/* STABLE */
|
|
9276
9591
|
}, 8, ["modelValue"]),
|
|
9277
|
-
|
|
9592
|
+
withDirectives((openBlock(), createElementBlock("span", {
|
|
9278
9593
|
onClick: showAgreement,
|
|
9279
9594
|
class: "book"
|
|
9280
|
-
},
|
|
9595
|
+
}, [..._cache[6] || (_cache[6] = [
|
|
9596
|
+
createTextVNode(
|
|
9597
|
+
"\u300A\u4E2A\u4EBA\u4FE1\u606F\u6388\u6743\u534F\u8BAE\u300B",
|
|
9598
|
+
-1
|
|
9599
|
+
/* CACHED */
|
|
9600
|
+
)
|
|
9601
|
+
])])), [
|
|
9602
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u8BA4\u8BC1-\u4E2A\u4EBA\u4FE1\u606F\u6388\u6743\u534F\u8BAE" }]
|
|
9603
|
+
])
|
|
9281
9604
|
])) : createCommentVNode("v-if", true),
|
|
9282
|
-
!\u5DF2\u8BA4\u8BC1.value ? (openBlock(), createBlock(unref(NsButton), {
|
|
9605
|
+
!\u5DF2\u8BA4\u8BC1.value ? withDirectives((openBlock(), createBlock(unref(NsButton), {
|
|
9283
9606
|
key: 1,
|
|
9284
9607
|
class: "btn",
|
|
9285
9608
|
color: "#163391",
|
|
9286
9609
|
type: "primary",
|
|
9287
9610
|
onClick: toSubmit
|
|
9288
9611
|
}, {
|
|
9289
|
-
default: withCtx(() => [..._cache[
|
|
9612
|
+
default: withCtx(() => [..._cache[7] || (_cache[7] = [
|
|
9290
9613
|
createTextVNode(
|
|
9291
9614
|
"\u7ACB\u5373\u8BA4\u8BC1",
|
|
9292
9615
|
-1
|
|
@@ -9295,14 +9618,16 @@ var script$2 = /* @__PURE__ */ defineComponent({
|
|
|
9295
9618
|
])]),
|
|
9296
9619
|
_: 1
|
|
9297
9620
|
/* STABLE */
|
|
9298
|
-
}))
|
|
9621
|
+
})), [
|
|
9622
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u8BA4\u8BC1-\u7ACB\u5373\u8BA4\u8BC1" }]
|
|
9623
|
+
]) : withDirectives((openBlock(), createBlock(unref(NsButton), {
|
|
9299
9624
|
key: 2,
|
|
9300
9625
|
class: "btn",
|
|
9301
9626
|
color: "#163391",
|
|
9302
9627
|
type: "primary",
|
|
9303
9628
|
onClick: toBack
|
|
9304
9629
|
}, {
|
|
9305
|
-
default: withCtx(() => [..._cache[
|
|
9630
|
+
default: withCtx(() => [..._cache[8] || (_cache[8] = [
|
|
9306
9631
|
createTextVNode(
|
|
9307
9632
|
"\u8FD4\u56DE",
|
|
9308
9633
|
-1
|
|
@@ -9311,7 +9636,9 @@ var script$2 = /* @__PURE__ */ defineComponent({
|
|
|
9311
9636
|
])]),
|
|
9312
9637
|
_: 1
|
|
9313
9638
|
/* STABLE */
|
|
9314
|
-
}))
|
|
9639
|
+
})), [
|
|
9640
|
+
[_directive_track_click, { event: "click", elementText: "\u7528\u6237\u8BA4\u8BC1-\u8FD4\u56DE" }]
|
|
9641
|
+
])
|
|
9315
9642
|
])
|
|
9316
9643
|
]),
|
|
9317
9644
|
_: 1
|
|
@@ -9587,6 +9914,7 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9587
9914
|
return (_ctx, _cache) => {
|
|
9588
9915
|
const _component_nut_button = Button;
|
|
9589
9916
|
const _component_nut_popup = Popup;
|
|
9917
|
+
const _directive_track_click = resolveDirective("track-click");
|
|
9590
9918
|
return openBlock(), createBlock(_component_nut_popup, {
|
|
9591
9919
|
round: "",
|
|
9592
9920
|
visible: sheetOpen.value,
|
|
@@ -9686,7 +10014,7 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9686
10014
|
/* CACHED */
|
|
9687
10015
|
)),
|
|
9688
10016
|
createElementVNode("div", _hoisted_7, [
|
|
9689
|
-
|
|
10017
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
9690
10018
|
class: "cancel-btn",
|
|
9691
10019
|
onClick: onCancelClick
|
|
9692
10020
|
}, {
|
|
@@ -9699,8 +10027,10 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9699
10027
|
])]),
|
|
9700
10028
|
_: 1
|
|
9701
10029
|
/* STABLE */
|
|
9702
|
-
}),
|
|
9703
|
-
|
|
10030
|
+
})), [
|
|
10031
|
+
[_directive_track_click, { event: "click", elementText: "\u6D77\u62A5\u5206\u4EAB-\u53D6\u6D88" }]
|
|
10032
|
+
]),
|
|
10033
|
+
withDirectives((openBlock(), createBlock(_component_nut_button, {
|
|
9704
10034
|
type: "primary",
|
|
9705
10035
|
onClick: onPosterShare
|
|
9706
10036
|
}, {
|
|
@@ -9713,7 +10043,9 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
9713
10043
|
])]),
|
|
9714
10044
|
_: 1
|
|
9715
10045
|
/* STABLE */
|
|
9716
|
-
})
|
|
10046
|
+
})), [
|
|
10047
|
+
[_directive_track_click, { event: "click", elementText: "\u6D77\u62A5\u5206\u4EAB-\u786E\u5B9A" }]
|
|
10048
|
+
])
|
|
9717
10049
|
])
|
|
9718
10050
|
]),
|
|
9719
10051
|
createElementVNode(
|
|
@@ -9793,6 +10125,11 @@ const AppKit = {
|
|
|
9793
10125
|
nutComponents.forEach((component) => {
|
|
9794
10126
|
app.use(component);
|
|
9795
10127
|
});
|
|
10128
|
+
if (options.directives) {
|
|
10129
|
+
Object.entries(options.directives).forEach(([name, directive]) => {
|
|
10130
|
+
app.directive(name, directive);
|
|
10131
|
+
});
|
|
10132
|
+
}
|
|
9796
10133
|
}
|
|
9797
10134
|
};
|
|
9798
10135
|
|