jufubao-base 1.0.134 → 1.0.136
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/package.json +4 -3
- package/src/components/JfbBaseAddress/Attr.js +11 -5
- package/src/components/JfbBaseAddress/JfbBaseAddress.vue +3 -3
- package/src/components/JfbBaseAddress/JfbBaseAddressLess.less +18 -19
- package/src/components/JfbBaseAfterOrderDetail/Attr.js +19 -7
- package/src/components/JfbBaseAfterOrderDetail/JfbBaseAfterOrderDetail.vue +6 -4
- package/src/components/JfbBaseAfterOrderDetail/JfbBaseAfterOrderDetailLess.less +18 -19
- package/src/components/JfbBaseAfterOrderList/Attr.js +25 -16
- package/src/components/JfbBaseAfterOrderList/JfbBaseAfterOrderList.vue +6 -9
- package/src/components/JfbBaseAfterOrderList/JfbBaseAfterOrderListLess.less +18 -19
- package/src/components/JfbBaseBack/JfbBaseBackLess.less +18 -19
- package/src/components/JfbBaseBackground/Attr.js +9 -8
- package/src/components/JfbBaseBackground/JfbBaseBackground.vue +0 -3
- package/src/components/JfbBaseBackground/JfbBaseBackgroundLess.less +18 -19
- package/src/components/JfbBaseBlock/Attr.js +12 -2
- package/src/components/JfbBaseBlock/JfbBaseBlock.vue +1 -8
- package/src/components/JfbBaseBlock/JfbBaseBlockLess.less +18 -19
- package/src/components/JfbBaseBottomNotice/JfbBaseBottomNoticeLess.less +18 -19
- package/src/components/JfbBaseCard/Attr.js +78 -41
- package/src/components/JfbBaseCard/JfbBaseCard.vue +12 -23
- package/src/components/JfbBaseCard/JfbBaseCardLess.less +18 -19
- package/src/components/JfbBaseCardBind/JfbBaseCardBindLess.less +18 -19
- package/src/components/JfbBaseCardBindV2/Attr.js +5 -4
- package/src/components/JfbBaseCardBindV2/JfbBaseCardBindV2.vue +3 -1
- package/src/components/JfbBaseCardBindV2/JfbBaseCardBindV2Less.less +18 -19
- package/src/components/JfbBaseCardDetail/Attr.js +4 -3
- package/src/components/JfbBaseCardDetail/JfbBaseCardDetailLess.less +18 -19
- package/src/components/JfbBaseCardDetailEntry/Attr.js +10 -8
- package/src/components/JfbBaseCardDetailEntry/JfbBaseCardDetailEntry.vue +4 -13
- package/src/components/JfbBaseCardDetailEntry/JfbBaseCardDetailEntryLess.less +18 -19
- package/src/components/JfbBaseCardDisabled/Attr.js +1 -3
- package/src/components/JfbBaseCardDisabled/JfbBaseCardDisabledLess.less +18 -19
- package/src/components/JfbBaseCardDisabledEntry/JfbBaseCardDisabledEntryLess.less +18 -19
- package/src/components/JfbBaseCardEntry/Api.js +1 -1
- package/src/components/JfbBaseCardEntry/Attr.js +86 -67
- package/src/components/JfbBaseCardEntry/JfbBaseCardEntry.vue +6 -5
- package/src/components/JfbBaseCardEntry/JfbBaseCardEntryLess.less +18 -19
- package/src/components/JfbBaseCardInfo/Attr.js +22 -16
- package/src/components/JfbBaseCardInfo/JfbBaseCardInfoLess.less +18 -19
- package/src/components/JfbBaseCardInfoEntry/Attr.js +16 -11
- package/src/components/JfbBaseCardInfoEntry/JfbBaseCardInfoEntryLess.less +18 -19
- package/src/components/JfbBaseCardMerge/Attr.js +21 -8
- package/src/components/JfbBaseCardMerge/JfbBaseCardMerge.vue +15 -30
- package/src/components/JfbBaseCardMerge/JfbBaseCardMergeLess.less +18 -19
- package/src/components/JfbBaseCardMergeEntry/Attr.js +20 -6
- package/src/components/JfbBaseCardMergeEntry/JfbBaseCardMergeEntry.vue +28 -25
- package/src/components/JfbBaseCardMergeEntry/JfbBaseCardMergeEntryLess.less +18 -19
- package/src/components/JfbBaseCardShift/Attr.js +18 -4
- package/src/components/JfbBaseCardShift/JfbBaseCardShift.vue +26 -11
- package/src/components/JfbBaseCardShift/JfbBaseCardShiftLess.less +18 -19
- package/src/components/JfbBaseCardShift/Mock.js +21 -0
- package/src/components/JfbBaseCardShiftEntry/Attr.js +34 -26
- package/src/components/JfbBaseCardShiftEntry/JfbBaseCardShiftEntry.vue +294 -257
- package/src/components/JfbBaseCardShiftEntry/JfbBaseCardShiftEntryLess.less +18 -19
- package/src/components/JfbBaseCardShiftEntry/Mock.js +2 -1
- package/src/components/JfbBaseCardSweepInfo/Attr.js +5 -3
- package/src/components/JfbBaseCardSweepInfo/JfbBaseCardSweepInfoLess.less +18 -19
- package/src/components/JfbBaseCardV2/Attr.js +21 -17
- package/src/components/JfbBaseCardV2/JfbBaseCardV2.vue +3 -5
- package/src/components/JfbBaseCardV2/JfbBaseCardV2Less.less +18 -19
- package/src/components/JfbBaseCardV3/Attr.js +18 -14
- package/src/components/JfbBaseCardV3/JfbBaseCardV3.vue +1 -1
- package/src/components/JfbBaseCardV3/JfbBaseCardV3Less.less +18 -19
- package/src/components/JfbBaseCity/Attr.js +2 -4
- package/src/components/JfbBaseCity/JfbBaseCityLess.less +18 -19
- package/src/components/JfbBaseClear/Attr.js +17 -0
- package/src/components/JfbBaseClear/JfbBaseClear.vue +9 -9
- package/src/components/JfbBaseClear/JfbBaseClearLess.less +18 -19
- package/src/components/JfbBaseClear/JfbBaseClearMixin.js +12 -0
- package/src/components/JfbBaseConDialog/Api.js +2 -2
- package/src/components/JfbBaseConDialog/Attr.js +23 -14
- package/src/components/JfbBaseConDialog/JfbBaseConDialog.vue +63 -35
- package/src/components/JfbBaseConDialog/JfbBaseConDialogLess.less +18 -19
- package/src/components/JfbBaseConDialog/Mock.js +20 -1
- package/src/components/JfbBaseConDialog/XdCouCardBind.vue +15 -9
- package/src/components/JfbBaseConList/Api.js +1 -1
- package/src/components/JfbBaseConList/Attr.js +149 -224
- package/src/components/JfbBaseConList/JfbBaseConList.vue +150 -133
- package/src/components/JfbBaseConList/JfbBaseConListLess.less +18 -19
- package/src/components/JfbBaseConPhone/JfbBaseConPhoneLess.less +18 -19
- package/src/components/JfbBaseEntry/Attr.js +33 -21
- package/src/components/JfbBaseEntry/JfbBaseEntry.vue +34 -23
- package/src/components/JfbBaseEntry/JfbBaseEntryLess.less +18 -19
- package/src/components/JfbBaseExpressDetail/JfbBaseExpressDetailLess.less +18 -19
- package/src/components/JfbBaseFastLink/Api.js +1 -54
- package/src/components/JfbBaseFastLink/Attr.js +168 -116
- package/src/components/JfbBaseFastLink/JfbBaseFastLink.vue +12 -16
- package/src/components/JfbBaseFastLink/JfbBaseFastLinkLess.less +18 -19
- package/src/components/JfbBaseFooter/Attr.js +28 -22
- package/src/components/JfbBaseFooter/JfbBaseFooter.vue +19 -15
- package/src/components/JfbBaseFooter/JfbBaseFooterLess.less +18 -19
- package/src/components/JfbBaseHeader/Attr.js +89 -91
- package/src/components/JfbBaseHeader/JfbBaseHeader.vue +28 -29
- package/src/components/JfbBaseHeader/JfbBaseHeaderLess.less +18 -19
- package/src/components/JfbBaseLogin/Api.js +1 -1
- package/src/components/JfbBaseLogin/Attr.js +111 -88
- package/src/components/JfbBaseLogin/JfbBaseLogin.vue +4 -5
- package/src/components/JfbBaseLogin/JfbBaseLoginLess.less +18 -19
- package/src/components/JfbBaseLoginForgetPwd/Attr.js +52 -45
- package/src/components/JfbBaseLoginForgetPwd/JfbBaseLoginForgetPwd.vue +14 -14
- package/src/components/JfbBaseLoginForgetPwd/JfbBaseLoginForgetPwdLess.less +18 -19
- package/src/components/JfbBaseLoginSetPwd/Attr.js +6 -4
- package/src/components/JfbBaseLoginSetPwd/JfbBaseLoginSetPwdLess.less +18 -19
- package/src/components/JfbBaseMapOverlay/JfbBaseMapOverlayLess.less +18 -19
- package/src/components/JfbBaseMapSearch/Attr.js +0 -15
- package/src/components/JfbBaseMapSearch/JfbBaseMapSearch.vue +1 -25
- package/src/components/JfbBaseMapSearch/JfbBaseMapSearchLess.less +18 -19
- package/src/components/JfbBaseMergeUserCard/Attr.js +4 -3
- package/src/components/JfbBaseMergeUserCard/JfbBaseMergeUserCardLess.less +18 -19
- package/src/components/JfbBaseMultipleExpress/Attr.js +4 -3
- package/src/components/JfbBaseMultipleExpress/JfbBaseMultipleExpressLess.less +18 -19
- package/src/components/JfbBaseMy/JfbBaseMyLess.less +18 -19
- package/src/components/JfbBaseMySetting/Attr.js +1 -1
- package/src/components/JfbBaseMySetting/JfbBaseMySettingLess.less +18 -19
- package/src/components/JfbBaseNotice/Attr.js +109 -58
- package/src/components/JfbBaseNotice/JfbBaseNotice.vue +81 -54
- package/src/components/JfbBaseNotice/JfbBaseNoticeLess.less +18 -19
- package/src/components/JfbBaseNoticeBottom/JfbBaseNoticeBottomLess.less +18 -19
- package/src/components/JfbBaseNoticeTop/JfbBaseNoticeTopLess.less +18 -19
- package/src/components/JfbBaseOrderDetail/Attr.js +210 -193
- package/src/components/JfbBaseOrderDetail/JfbBaseOrderDetail.vue +14 -7
- package/src/components/JfbBaseOrderDetail/JfbBaseOrderDetailLess.less +18 -19
- package/src/components/JfbBaseOrderList/Attr.js +56 -44
- package/src/components/JfbBaseOrderList/JfbBaseOrderList.vue +43 -8
- package/src/components/JfbBaseOrderList/JfbBaseOrderListLess.less +18 -19
- package/src/components/JfbBasePay/Attr.js +2 -13
- package/src/components/JfbBasePay/JfbBasePay.vue +7 -6
- package/src/components/JfbBasePay/JfbBasePayLess.less +18 -19
- package/src/components/JfbBasePay/Mock.js +2 -1
- package/src/components/JfbBasePhoneCollect/Attr.js +27 -2
- package/src/components/JfbBasePhoneCollect/JfbBasePhoneCollect.vue +1 -1
- package/src/components/JfbBasePhoneCollect/JfbBasePhoneCollectLess.less +18 -19
- package/src/components/JfbBasePhoneLogin/Attr.js +27 -2
- package/src/components/JfbBasePhoneLogin/JfbBasePhoneLoginLess.less +18 -19
- package/src/components/JfbBasePoster/Attr.js +103 -83
- package/src/components/JfbBasePoster/JfbBasePoster.vue +134 -141
- package/src/components/JfbBasePoster/JfbBasePosterLess.less +18 -19
- package/src/components/JfbBasePosterBigSmall/Attr.js +93 -76
- package/src/components/JfbBasePosterBigSmall/JfbBasePosterBigSmall.vue +3 -7
- package/src/components/JfbBasePosterBigSmall/JfbBasePosterBigSmallLess.less +18 -19
- package/src/components/JfbBasePosterBigSmall/getWidthHeight.js +2 -2
- package/src/components/JfbBasePosterEntry/Attr.js +47 -34
- package/src/components/JfbBasePosterEntry/JfbBasePosterEntry.vue +44 -49
- package/src/components/JfbBasePosterEntry/JfbBasePosterEntryLess.less +18 -19
- package/src/components/JfbBasePosterType/Attr.js +82 -48
- package/src/components/JfbBasePosterType/FourScreen.vue +8 -2
- package/src/components/JfbBasePosterType/JfbBasePosterType.vue +36 -59
- package/src/components/JfbBasePosterType/JfbBasePosterTypeLess.less +18 -19
- package/src/components/JfbBaseRecharge/Attr.js +35 -23
- package/src/components/JfbBaseRecharge/JfbBaseRecharge.vue +54 -8
- package/src/components/JfbBaseRecharge/JfbBaseRechargeLess.less +18 -19
- package/src/components/JfbBaseRechargeOrder/Attr.js +32 -22
- package/src/components/JfbBaseRechargeOrder/JfbBaseRechargeOrder.vue +12 -7
- package/src/components/JfbBaseRechargeOrder/JfbBaseRechargeOrderLess.less +18 -19
- package/src/components/JfbBaseRechargeOrderDetail/JfbBaseRechargeOrderDetailLess.less +18 -19
- package/src/components/JfbBaseRechargeSuccess/Attr.js +10 -8
- package/src/components/JfbBaseRechargeSuccess/JfbBaseRechargeSuccessLess.less +18 -19
- package/src/components/JfbBaseSearch/Attr.js +6 -148
- package/src/components/JfbBaseSearch/JfbBaseSearch.vue +8 -37
- package/src/components/JfbBaseSearch/JfbBaseSearchLess.less +18 -19
- package/src/components/JfbBaseSetPwd/Attr.js +6 -147
- package/src/components/JfbBaseSetPwd/JfbBaseSetPwdLess.less +18 -19
- package/src/components/JfbBaseSuccess/Attr.js +89 -19
- package/src/components/JfbBaseSuccess/JfbBaseSuccess.vue +48 -26
- package/src/components/JfbBaseSuccess/JfbBaseSuccessLess.less +18 -19
- package/src/components/JfbBaseSuccess/Mock.js +8 -0
- package/src/components/JfbBaseTestApi/JfbBaseTestApi.vue +9 -9
- package/src/components/JfbBaseTestApi/JfbBaseTestApiLess.less +18 -19
- package/src/components/JfbBaseTestBody/JfbBaseTestBodyLess.less +18 -19
- package/src/components/JfbBaseTestBottom/JfbBaseTestBottomLess.less +18 -19
- package/src/components/JfbBaseTestNotice/JfbBaseTestNoticeLess.less +18 -19
- package/src/components/JfbBaseTestTop/JfbBaseTestTopLess.less +18 -19
- package/src/components/JfbBaseUserCenter/Attr.js +72 -53
- package/src/components/JfbBaseUserCenter/JfbBaseUserCenter.vue +40 -27
- package/src/components/JfbBaseUserCenter/JfbBaseUserCenterLess.less +18 -19
- package/src/components/JfbBaseUserInfo/Attr.js +54 -45
- package/src/components/JfbBaseUserInfo/JfbBaseUserInfo.vue +21 -21
- package/src/components/JfbBaseUserInfo/JfbBaseUserInfoLess.less +18 -19
- package/src/components/JfbBaseUserOrder/Attr.js +119 -94
- package/src/components/JfbBaseUserOrder/JfbBaseUserOrder.vue +21 -7
- package/src/components/JfbBaseUserOrder/JfbBaseUserOrderLess.less +18 -19
- package/src/components/JfbBaseVideo/Attr.js +72 -19
- package/src/components/JfbBaseVideo/JfbBaseVideo.vue +69 -28
- package/src/components/JfbBaseVideo/JfbBaseVideoLess.less +18 -19
- package/src/components/JfbBaseVideo/XdVideo.vue +6 -44
- package/src/components/JfbBaseWallet/Attr.js +27 -19
- package/src/components/JfbBaseWallet/JfbBaseWalletLess.less +18 -19
- package/src/components/JfbBaseWalletDetail/Attr.js +2 -6
- package/src/components/JfbBaseWalletDetail/JfbBaseWalletDetailLess.less +18 -19
- package/src/components/JfbBaseWalletEffective/JfbBaseWalletEffectiveLess.less +18 -19
- package/src/components/JfbBaseWalletIndex/Attr.js +3 -1
- package/src/components/JfbBaseWalletIndex/JfbBaseWalletIndexLess.less +18 -19
- package/src/components/JfbBaseWalletItem/Attr.js +3 -1
- package/src/components/JfbBaseWalletItem/JfbBaseWalletItemLess.less +18 -19
- package/src/components/JfbBaseWebview/JfbBaseWebviewLess.less +18 -19
- package/src/components/JfbBaseWxAuthorize/Api.js +3 -3
- package/src/components/JfbBaseWxAuthorize/Attr.js +31 -3
- package/src/components/JfbBaseWxAuthorize/JfbBaseWxAuthorize.vue +34 -28
- package/src/components/JfbBaseWxAuthorize/JfbBaseWxAuthorizeLess.less +18 -19
- package/src/components/JfbBaseWxAuthorizeError/Attr.js +21 -17
- package/src/components/JfbBaseWxAuthorizeError/JfbBaseWxAuthorizeError.vue +4 -4
- package/src/components/JfbBaseWxAuthorizeError/JfbBaseWxAuthorizeErrorLess.less +18 -19
- package/src/components/JfbBaseLine/Attr.js +0 -59
- package/src/components/JfbBaseLine/JfbBaseLine.vue +0 -105
- package/src/components/JfbBaseLine/JfbBaseLineLess.less +0 -80
- package/src/components/JfbBaseLine/JfbBaseLineMixin.js +0 -30
- package/src/components/JfbBasePosterType/Screen.vue +0 -284
- package/src/components/JfbBaseSearch/Api.js +0 -60
- package/src/components/JfbBaseSearch/Mock.js +0 -5
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-base-card-shift-entry {
|
|
16
|
-
border: 1px dashed rgba(0, 0, 0, 0);
|
|
17
16
|
box-sizing: border-box;
|
|
18
|
-
min-height: unit(50, rpx);
|
|
19
17
|
|
|
20
18
|
&__body{
|
|
21
19
|
position: relative;
|
|
@@ -23,21 +21,22 @@
|
|
|
23
21
|
z-index: 2
|
|
24
22
|
}
|
|
25
23
|
|
|
26
|
-
&.editx {
|
|
24
|
+
&.editx,&.editx:hover {
|
|
27
25
|
position: relative;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
26
|
+
min-height: unit(100, rpx);
|
|
27
|
+
z-index: 3;
|
|
28
|
+
&::after {
|
|
29
|
+
border: 2rpx dashed blue;
|
|
30
|
+
content: " ";
|
|
31
|
+
position: absolute;
|
|
32
|
+
top:0;
|
|
33
|
+
left:0;
|
|
34
|
+
bottom:0;
|
|
35
|
+
right:0;
|
|
36
|
+
z-index: 4;
|
|
37
|
+
cursor: pointer;
|
|
38
|
+
}
|
|
37
39
|
|
|
38
|
-
&.noBorder {
|
|
39
|
-
border-color: rgba(0,0,0,0);
|
|
40
|
-
border-width: 0;
|
|
41
40
|
}
|
|
42
41
|
|
|
43
42
|
|
|
@@ -72,9 +71,9 @@
|
|
|
72
71
|
|
|
73
72
|
/**notPreview**/
|
|
74
73
|
.jfb-base-card-shift-entry {
|
|
75
|
-
|
|
76
|
-
content: " ";
|
|
77
|
-
display: table;
|
|
78
|
-
}
|
|
74
|
+
//&:before {
|
|
75
|
+
//content: " ";
|
|
76
|
+
//display: table;
|
|
77
|
+
//}
|
|
79
78
|
}
|
|
80
79
|
/**endNotPreview**/
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
module.exports = {
|
|
4
|
-
getByIdCardDetailEntry:{"card_number":"171003500000390","card_point":900,"card_type_name":"一对一次卡(无限制)","end_time":"2024-09-30","card_status":"Y","card_status_name":"开启","card_qrcode":"\/\/sandbox-apis.jufubao.cn\/common\/v1\/image\/qrcode?code_content=h.161.4tzflzciaovkl5e","barcode":"\/\/sandbox-apis.jufubao.cn\/common\/v1\/image\/barcode?code_content=h.161.4tzflzciaovkl5e","card_qrcode_expire":600,"unit":"次","main_business_code_name":"","other_card_point":0,"is_exchange":"Y","exchange_card_type_name":"福券","exchange_card_point":26730,"card_point_type":1,"is_show_qrcode_logo":"Y","is_can_unbind":"Y","site_entry_settings":[],"business_codes":["movie","cake","video"],"request_id":"e27d6887c093c381"}
|
|
4
|
+
getByIdCardDetailEntry:{"card_number":"171003500000390","card_point":900,"card_type_name":"一对一次卡(无限制)","end_time":"2024-09-30","card_status":"Y","card_status_name":"开启","card_qrcode":"\/\/sandbox-apis.jufubao.cn\/common\/v1\/image\/qrcode?code_content=h.161.4tzflzciaovkl5e","barcode":"\/\/sandbox-apis.jufubao.cn\/common\/v1\/image\/barcode?code_content=h.161.4tzflzciaovkl5e","card_qrcode_expire":600,"unit":"次","main_business_code_name":"","other_card_point":0,"is_exchange":"Y","exchange_card_type_name":"福券","exchange_card_point":26730,"card_point_type":1,"is_show_qrcode_logo":"Y","is_can_unbind":"Y","site_entry_settings":[],"business_codes":["movie","cake","video"],"request_id":"e27d6887c093c381"},
|
|
5
|
+
changeCardBindEntry:{"name":"4545","number":123456,"piaoquanshengyu":"29次/点","status":"开启","zhuanhuan":"可转换","shengyu":"xxx点"}
|
|
5
6
|
}
|
|
@@ -5,9 +5,10 @@ export default {
|
|
|
5
5
|
advanced: [],
|
|
6
6
|
content: [
|
|
7
7
|
{
|
|
8
|
-
label: '卡绑定成功回跳地址:',
|
|
9
|
-
ele: 'xd-select-pages-path',
|
|
10
|
-
valueKey: 'back_url',
|
|
8
|
+
label: '卡绑定成功回跳地址:',
|
|
9
|
+
ele: 'xd-select-pages-path',
|
|
10
|
+
valueKey: 'back_url',
|
|
11
|
+
groupKey:'advanced',
|
|
11
12
|
placeholder: '请选择卡绑定成功回跳地址',
|
|
12
13
|
value: null,
|
|
13
14
|
setting: {
|
|
@@ -19,6 +20,7 @@ export default {
|
|
|
19
20
|
label: "票券过期是否展示余额",
|
|
20
21
|
ele: "xd-radio",
|
|
21
22
|
valueKey: "is_show_balance",
|
|
23
|
+
groupKey:'content',
|
|
22
24
|
value: "N",
|
|
23
25
|
list: [
|
|
24
26
|
{label: "是", value: "Y"},
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-base-card-sweep-info {
|
|
16
|
-
border: 1px dashed rgba(0, 0, 0, 0);
|
|
17
16
|
box-sizing: border-box;
|
|
18
|
-
min-height: unit(50, rpx);
|
|
19
17
|
|
|
20
18
|
&__body{
|
|
21
19
|
position: relative;
|
|
@@ -23,21 +21,22 @@
|
|
|
23
21
|
z-index: 2
|
|
24
22
|
}
|
|
25
23
|
|
|
26
|
-
&.editx {
|
|
24
|
+
&.editx,&.editx:hover {
|
|
27
25
|
position: relative;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
26
|
+
min-height: unit(100, rpx);
|
|
27
|
+
z-index: 3;
|
|
28
|
+
&::after {
|
|
29
|
+
border: 2rpx dashed blue;
|
|
30
|
+
content: " ";
|
|
31
|
+
position: absolute;
|
|
32
|
+
top:0;
|
|
33
|
+
left:0;
|
|
34
|
+
bottom:0;
|
|
35
|
+
right:0;
|
|
36
|
+
z-index: 4;
|
|
37
|
+
cursor: pointer;
|
|
38
|
+
}
|
|
37
39
|
|
|
38
|
-
&.noBorder {
|
|
39
|
-
border-color: rgba(0,0,0,0);
|
|
40
|
-
border-width: 0;
|
|
41
40
|
}
|
|
42
41
|
|
|
43
42
|
|
|
@@ -72,9 +71,9 @@
|
|
|
72
71
|
|
|
73
72
|
/**notPreview**/
|
|
74
73
|
.jfb-base-card-sweep-info {
|
|
75
|
-
|
|
76
|
-
content: " ";
|
|
77
|
-
display: table;
|
|
78
|
-
}
|
|
74
|
+
//&:before {
|
|
75
|
+
//content: " ";
|
|
76
|
+
//display: table;
|
|
77
|
+
//}
|
|
79
78
|
}
|
|
80
79
|
/**endNotPreview**/
|
|
@@ -8,33 +8,35 @@ export default {
|
|
|
8
8
|
content: (data) => {
|
|
9
9
|
return [
|
|
10
10
|
{
|
|
11
|
-
label: '
|
|
11
|
+
label: '票券登录文案:',
|
|
12
12
|
ele: 'el-input',
|
|
13
13
|
type: 'text',
|
|
14
14
|
valueKey: 'login_name',
|
|
15
|
+
groupKey: 'content',
|
|
15
16
|
value: data['login_name'] || '',
|
|
16
|
-
placeholder: '
|
|
17
|
+
placeholder: '请输入票券登录文案',
|
|
17
18
|
className: 'input80',
|
|
18
19
|
inline: false,
|
|
19
20
|
notice: '当未设置文案时候,前台页面显示未"登录"'
|
|
20
21
|
},
|
|
21
22
|
{
|
|
22
|
-
label: '
|
|
23
|
+
label: '填充设置:',
|
|
23
24
|
ele: 'xd-margin-padding',
|
|
24
25
|
valueKey: 'margin',
|
|
26
|
+
groupKey: 'style',
|
|
25
27
|
value: data.margin || null,
|
|
26
|
-
disabled: false,
|
|
27
28
|
setting: {
|
|
28
|
-
type: '
|
|
29
|
+
type: 'padding',
|
|
29
30
|
},
|
|
30
|
-
placeholder: '
|
|
31
|
+
placeholder: '请设填充距设置',
|
|
31
32
|
inline: false,
|
|
32
|
-
notice: '
|
|
33
|
+
notice: '填充设置,<span style="color: red">单位:像素</span>。默认值:20像素',
|
|
33
34
|
},
|
|
34
35
|
{
|
|
35
|
-
label: '卡券详情地址:',
|
|
36
|
-
ele: 'xd-select-pages-path',
|
|
37
|
-
valueKey: 'cardInfoPath',
|
|
36
|
+
label: '卡券详情地址:',
|
|
37
|
+
ele: 'xd-select-pages-path',
|
|
38
|
+
valueKey: 'cardInfoPath',
|
|
39
|
+
groupKey: 'advanced',
|
|
38
40
|
placeholder: '请选择卡券详情地址',
|
|
39
41
|
value: data.cardInfoPath || null,
|
|
40
42
|
setting: {
|
|
@@ -43,10 +45,11 @@ export default {
|
|
|
43
45
|
inline: false,
|
|
44
46
|
},
|
|
45
47
|
{
|
|
46
|
-
label: '
|
|
47
|
-
ele: 'xd-select-pages-path',
|
|
48
|
-
valueKey: 'cardBindPath',
|
|
49
|
-
|
|
48
|
+
label: '绑定新卡地址:',
|
|
49
|
+
ele: 'xd-select-pages-path',
|
|
50
|
+
valueKey: 'cardBindPath',
|
|
51
|
+
groupKey: 'advanced',
|
|
52
|
+
placeholder: '请选择绑定新卡地址',
|
|
50
53
|
value: data.cardBindPath || null,
|
|
51
54
|
setting: {
|
|
52
55
|
router: XdBus.getParentApi('getPagesTree'),
|
|
@@ -54,9 +57,10 @@ export default {
|
|
|
54
57
|
inline: false,
|
|
55
58
|
},
|
|
56
59
|
{
|
|
57
|
-
label: '我的订单地址:',
|
|
58
|
-
ele: 'xd-select-pages-path',
|
|
59
|
-
valueKey: 'orderListPath',
|
|
60
|
+
label: '我的订单地址:',
|
|
61
|
+
ele: 'xd-select-pages-path',
|
|
62
|
+
valueKey: 'orderListPath',
|
|
63
|
+
groupKey: 'advanced',
|
|
60
64
|
placeholder: '请选择我的订单地址',
|
|
61
65
|
value: data.orderListPath || null,
|
|
62
66
|
setting: {
|
|
@@ -14,12 +14,11 @@
|
|
|
14
14
|
</view>
|
|
15
15
|
<!-- #endif -->
|
|
16
16
|
<view class="jfb-base-card-v2__body">
|
|
17
|
-
|
|
18
17
|
<view v-if="loadingCardList">
|
|
19
18
|
<view
|
|
20
19
|
class="jfb-base-card__body-card skeleton-card"
|
|
21
20
|
:style="{
|
|
22
|
-
|
|
21
|
+
padding: marginUi,
|
|
23
22
|
}"
|
|
24
23
|
>
|
|
25
24
|
<view v-for="i in 4" :key="i" class="jfb-base-card__body-card-item">
|
|
@@ -104,8 +103,7 @@
|
|
|
104
103
|
</view>
|
|
105
104
|
</view>
|
|
106
105
|
</template>
|
|
107
|
-
|
|
108
|
-
<view :style="{height: '50rpx'}"></view>
|
|
106
|
+
<view :style="{height:'128rpx'}"></view>
|
|
109
107
|
<view class="bottom_fix" :style="button_bottom">
|
|
110
108
|
<view>
|
|
111
109
|
<xd-button type="primary" @click="toBindCard">绑定新卡</xd-button>
|
|
@@ -283,7 +281,6 @@
|
|
|
283
281
|
left: 0;
|
|
284
282
|
background: #FFFFFF;
|
|
285
283
|
|
|
286
|
-
|
|
287
284
|
padding: 0 unit(24, rpx);
|
|
288
285
|
box-sizing: border-box;
|
|
289
286
|
box-shadow: 0px 0px 8rpx 0px rgba(179, 193, 196, 0.5);
|
|
@@ -295,6 +292,7 @@
|
|
|
295
292
|
justify-content: center;
|
|
296
293
|
align-items: center;
|
|
297
294
|
padding: unit(24, rpx);
|
|
295
|
+
box-sizing: border-box;
|
|
298
296
|
}
|
|
299
297
|
}
|
|
300
298
|
}
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-base-card-v2 {
|
|
16
|
-
border: 1px dashed rgba(0, 0, 0, 0);
|
|
17
16
|
box-sizing: border-box;
|
|
18
|
-
min-height: unit(50, rpx);
|
|
19
17
|
|
|
20
18
|
&__body{
|
|
21
19
|
position: relative;
|
|
@@ -23,21 +21,22 @@
|
|
|
23
21
|
z-index: 2
|
|
24
22
|
}
|
|
25
23
|
|
|
26
|
-
&.editx {
|
|
24
|
+
&.editx,&.editx:hover {
|
|
27
25
|
position: relative;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
26
|
+
min-height: unit(100, rpx);
|
|
27
|
+
z-index: 3;
|
|
28
|
+
&::after {
|
|
29
|
+
border: 2rpx dashed blue;
|
|
30
|
+
content: " ";
|
|
31
|
+
position: absolute;
|
|
32
|
+
top:0;
|
|
33
|
+
left:0;
|
|
34
|
+
bottom:0;
|
|
35
|
+
right:0;
|
|
36
|
+
z-index: 4;
|
|
37
|
+
cursor: pointer;
|
|
38
|
+
}
|
|
37
39
|
|
|
38
|
-
&.noBorder {
|
|
39
|
-
border-color: rgba(0,0,0,0);
|
|
40
|
-
border-width: 0;
|
|
41
40
|
}
|
|
42
41
|
|
|
43
42
|
|
|
@@ -72,9 +71,9 @@
|
|
|
72
71
|
|
|
73
72
|
/**notPreview**/
|
|
74
73
|
.jfb-base-card-v2 {
|
|
75
|
-
|
|
76
|
-
content: " ";
|
|
77
|
-
display: table;
|
|
78
|
-
}
|
|
74
|
+
//&:before {
|
|
75
|
+
//content: " ";
|
|
76
|
+
//display: table;
|
|
77
|
+
//}
|
|
79
78
|
}
|
|
80
79
|
/**endNotPreview**/
|
|
@@ -8,21 +8,23 @@ export default {
|
|
|
8
8
|
content: (data) => {
|
|
9
9
|
return [
|
|
10
10
|
{
|
|
11
|
-
label: '
|
|
11
|
+
label: '票券登录文案:',
|
|
12
12
|
ele: 'el-input',
|
|
13
13
|
type: 'text',
|
|
14
14
|
valueKey: 'login_name',
|
|
15
|
+
groupKey:'content',
|
|
15
16
|
value: data.login_name || null,
|
|
16
|
-
placeholder: '
|
|
17
|
+
placeholder: '请输入票券登录文案',
|
|
17
18
|
className: 'input80',
|
|
18
19
|
inline: false,
|
|
19
20
|
notice: '当未设置文案时候,前台页面显示为"<span style="color:red">登录</span>"'
|
|
20
21
|
},
|
|
21
22
|
{
|
|
22
|
-
label: '
|
|
23
|
-
ele: 'xd-select-pages-path',
|
|
24
|
-
valueKey: 'cardBindPath',
|
|
25
|
-
|
|
23
|
+
label: '绑定新票券地址:',
|
|
24
|
+
ele: 'xd-select-pages-path',
|
|
25
|
+
valueKey: 'cardBindPath',
|
|
26
|
+
groupKey:'advanced',
|
|
27
|
+
placeholder: '请选择绑定新票券地址',
|
|
26
28
|
value: data.cardBindPath || null,
|
|
27
29
|
setting: {
|
|
28
30
|
router: XdBus.getParentApi('getPagesTree'),
|
|
@@ -30,10 +32,11 @@ export default {
|
|
|
30
32
|
inline: false,
|
|
31
33
|
},
|
|
32
34
|
{
|
|
33
|
-
label: '
|
|
34
|
-
ele: 'xd-select-pages-path',
|
|
35
|
-
valueKey: 'changeUrl',
|
|
36
|
-
|
|
35
|
+
label: '票券转换地址:',
|
|
36
|
+
ele: 'xd-select-pages-path',
|
|
37
|
+
valueKey: 'changeUrl',
|
|
38
|
+
groupKey:'advanced',
|
|
39
|
+
placeholder: '请选择票券转换地址',
|
|
37
40
|
value: data.changeUrl || null,
|
|
38
41
|
setting: {
|
|
39
42
|
router: XdBus.getParentApi('getPagesTree'),
|
|
@@ -41,10 +44,11 @@ export default {
|
|
|
41
44
|
inline: false,
|
|
42
45
|
},
|
|
43
46
|
{
|
|
44
|
-
label: '
|
|
45
|
-
ele: 'xd-select-pages-path',
|
|
46
|
-
valueKey: 'detailUrl',
|
|
47
|
-
|
|
47
|
+
label: '票券详情地址:',
|
|
48
|
+
ele: 'xd-select-pages-path',
|
|
49
|
+
valueKey: 'detailUrl',
|
|
50
|
+
groupKey:'advanced',
|
|
51
|
+
placeholder: '请选择票券详情地址',
|
|
48
52
|
value: data.detailUrl || null,
|
|
49
53
|
setting: {
|
|
50
54
|
router: XdBus.getParentApi('getPagesTree'),
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-base-card-v3 {
|
|
16
|
-
border: 1px dashed rgba(0, 0, 0, 0);
|
|
17
16
|
box-sizing: border-box;
|
|
18
|
-
min-height: unit(50, rpx);
|
|
19
17
|
|
|
20
18
|
&__body{
|
|
21
19
|
position: relative;
|
|
@@ -23,21 +21,22 @@
|
|
|
23
21
|
z-index: 2
|
|
24
22
|
}
|
|
25
23
|
|
|
26
|
-
&.editx {
|
|
24
|
+
&.editx,&.editx:hover {
|
|
27
25
|
position: relative;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
26
|
+
min-height: unit(100, rpx);
|
|
27
|
+
z-index: 3;
|
|
28
|
+
&::after {
|
|
29
|
+
border: 2rpx dashed blue;
|
|
30
|
+
content: " ";
|
|
31
|
+
position: absolute;
|
|
32
|
+
top:0;
|
|
33
|
+
left:0;
|
|
34
|
+
bottom:0;
|
|
35
|
+
right:0;
|
|
36
|
+
z-index: 4;
|
|
37
|
+
cursor: pointer;
|
|
38
|
+
}
|
|
37
39
|
|
|
38
|
-
&.noBorder {
|
|
39
|
-
border-color: rgba(0,0,0,0);
|
|
40
|
-
border-width: 0;
|
|
41
40
|
}
|
|
42
41
|
|
|
43
42
|
|
|
@@ -72,9 +71,9 @@
|
|
|
72
71
|
|
|
73
72
|
/**notPreview**/
|
|
74
73
|
.jfb-base-card-v3 {
|
|
75
|
-
|
|
76
|
-
content: " ";
|
|
77
|
-
display: table;
|
|
78
|
-
}
|
|
74
|
+
//&:before {
|
|
75
|
+
//content: " ";
|
|
76
|
+
//display: table;
|
|
77
|
+
//}
|
|
79
78
|
}
|
|
80
79
|
/**endNotPreview**/
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-base-city {
|
|
16
|
-
border: 1px dashed rgba(0, 0, 0, 0);
|
|
17
16
|
box-sizing: border-box;
|
|
18
|
-
min-height: unit(50, rpx);
|
|
19
17
|
|
|
20
18
|
&__body{
|
|
21
19
|
position: relative;
|
|
@@ -23,21 +21,22 @@
|
|
|
23
21
|
z-index: 2
|
|
24
22
|
}
|
|
25
23
|
|
|
26
|
-
&.editx {
|
|
24
|
+
&.editx,&.editx:hover {
|
|
27
25
|
position: relative;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
26
|
+
min-height: unit(100, rpx);
|
|
27
|
+
z-index: 3;
|
|
28
|
+
&::after {
|
|
29
|
+
border: 2rpx dashed blue;
|
|
30
|
+
content: " ";
|
|
31
|
+
position: absolute;
|
|
32
|
+
top:0;
|
|
33
|
+
left:0;
|
|
34
|
+
bottom:0;
|
|
35
|
+
right:0;
|
|
36
|
+
z-index: 4;
|
|
37
|
+
cursor: pointer;
|
|
38
|
+
}
|
|
37
39
|
|
|
38
|
-
&.noBorder {
|
|
39
|
-
border-color: rgba(0,0,0,0);
|
|
40
|
-
border-width: 0;
|
|
41
40
|
}
|
|
42
41
|
|
|
43
42
|
|
|
@@ -72,9 +71,9 @@
|
|
|
72
71
|
|
|
73
72
|
/**notPreview**/
|
|
74
73
|
.jfb-base-city {
|
|
75
|
-
|
|
76
|
-
content: " ";
|
|
77
|
-
display: table;
|
|
78
|
-
}
|
|
74
|
+
//&:before {
|
|
75
|
+
//content: " ";
|
|
76
|
+
//display: table;
|
|
77
|
+
//}
|
|
79
78
|
}
|
|
80
79
|
/**endNotPreview**/
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
<!-- #endif -->
|
|
16
16
|
<view class="jfb-base-clear__body">
|
|
17
17
|
<view>
|
|
18
|
-
<xd-button type="primary" @click="handleAll"
|
|
18
|
+
<xd-button type="primary" @click="handleAll">清除用户登录信息和登录卡信息</xd-button>
|
|
19
19
|
</view>
|
|
20
20
|
<view>
|
|
21
|
-
<xd-button type="success" @click="handleCard"
|
|
21
|
+
<xd-button type="success" @click="handleCard">清除登录卡信息</xd-button>
|
|
22
22
|
</view>
|
|
23
23
|
<view>
|
|
24
24
|
<xd-button type="warning" @click="handleUser">清除用户信息</xd-button>
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
import { getContainerPropsValue } from "@/utils/xd.base";
|
|
38
38
|
import {mapState} from 'vuex';
|
|
39
39
|
import store from "@/store";
|
|
40
|
-
|
|
40
|
+
|
|
41
41
|
export default {
|
|
42
42
|
name: "JfbBaseClear",
|
|
43
43
|
components: {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
mixins: [componentsMixins,extsMixins,JfbBaseClearMixin],
|
|
48
48
|
data() {
|
|
49
49
|
return {
|
|
50
|
-
|
|
50
|
+
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
computed:{
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
type: 'success'
|
|
80
80
|
});
|
|
81
81
|
}
|
|
82
|
-
|
|
82
|
+
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
async handleUser(){
|
|
@@ -105,22 +105,22 @@
|
|
|
105
105
|
if(this.jfbAuthorize !== null) {
|
|
106
106
|
this.jfbAuthorize.removeToken('card');
|
|
107
107
|
this.$xdAlert({
|
|
108
|
-
content: '
|
|
108
|
+
content: '清除用户登录卡信息'
|
|
109
109
|
});
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
|
-
|
|
112
|
+
|
|
113
113
|
/**
|
|
114
114
|
* @description 监听事件变化
|
|
115
115
|
* @param container {object} 业务组件对象自己
|
|
116
116
|
*/
|
|
117
117
|
init(container) {
|
|
118
118
|
},
|
|
119
|
-
|
|
119
|
+
|
|
120
120
|
onJfbBack(options) {
|
|
121
121
|
this.$xdUniHelper.navigateBack()
|
|
122
122
|
},
|
|
123
|
-
|
|
123
|
+
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-base-clear {
|
|
16
|
-
border: 1px dashed rgba(0, 0, 0, 0);
|
|
17
16
|
box-sizing: border-box;
|
|
18
|
-
min-height: unit(50, rpx);
|
|
19
17
|
|
|
20
18
|
&__body{
|
|
21
19
|
position: relative;
|
|
@@ -23,21 +21,22 @@
|
|
|
23
21
|
z-index: 2
|
|
24
22
|
}
|
|
25
23
|
|
|
26
|
-
&.editx {
|
|
24
|
+
&.editx,&.editx:hover {
|
|
27
25
|
position: relative;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
26
|
+
min-height: unit(100, rpx);
|
|
27
|
+
z-index: 3;
|
|
28
|
+
&::after {
|
|
29
|
+
border: 2rpx dashed blue;
|
|
30
|
+
content: " ";
|
|
31
|
+
position: absolute;
|
|
32
|
+
top:0;
|
|
33
|
+
left:0;
|
|
34
|
+
bottom:0;
|
|
35
|
+
right:0;
|
|
36
|
+
z-index: 4;
|
|
37
|
+
cursor: pointer;
|
|
38
|
+
}
|
|
37
39
|
|
|
38
|
-
&.noBorder {
|
|
39
|
-
border-color: rgba(0,0,0,0);
|
|
40
|
-
border-width: 0;
|
|
41
40
|
}
|
|
42
41
|
|
|
43
42
|
|
|
@@ -72,9 +71,9 @@
|
|
|
72
71
|
|
|
73
72
|
/**notPreview**/
|
|
74
73
|
.jfb-base-clear {
|
|
75
|
-
|
|
76
|
-
content: " ";
|
|
77
|
-
display: table;
|
|
78
|
-
}
|
|
74
|
+
//&:before {
|
|
75
|
+
//content: " ";
|
|
76
|
+
//display: table;
|
|
77
|
+
//}
|
|
79
78
|
}
|
|
80
79
|
/**endNotPreview**/
|