jufubao-base 1.0.130-beta5 → 1.0.131
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 +3 -4
- package/src/components/JfbBaseAddress/Attr.js +5 -11
- package/src/components/JfbBaseAddress/JfbBaseAddress.vue +3 -3
- package/src/components/JfbBaseAddress/JfbBaseAddressLess.less +19 -18
- package/src/components/JfbBaseAfterOrderDetail/Attr.js +7 -19
- package/src/components/JfbBaseAfterOrderDetail/JfbBaseAfterOrderDetail.vue +4 -6
- package/src/components/JfbBaseAfterOrderDetail/JfbBaseAfterOrderDetailLess.less +19 -18
- package/src/components/JfbBaseAfterOrderList/Attr.js +16 -25
- package/src/components/JfbBaseAfterOrderList/JfbBaseAfterOrderList.vue +9 -6
- package/src/components/JfbBaseAfterOrderList/JfbBaseAfterOrderListLess.less +19 -18
- package/src/components/JfbBaseBack/JfbBaseBackLess.less +19 -18
- package/src/components/JfbBaseBackground/Attr.js +8 -9
- package/src/components/JfbBaseBackground/JfbBaseBackground.vue +3 -0
- package/src/components/JfbBaseBackground/JfbBaseBackgroundLess.less +19 -18
- package/src/components/JfbBaseBlock/Attr.js +2 -12
- package/src/components/JfbBaseBlock/JfbBaseBlock.vue +8 -1
- package/src/components/JfbBaseBlock/JfbBaseBlockLess.less +19 -18
- package/src/components/JfbBaseBottomNotice/JfbBaseBottomNoticeLess.less +19 -18
- package/src/components/JfbBaseCard/Attr.js +34 -76
- package/src/components/JfbBaseCard/JfbBaseCardLess.less +19 -18
- package/src/components/JfbBaseCardBind/JfbBaseCardBindLess.less +19 -18
- package/src/components/JfbBaseCardBindV2/Attr.js +4 -5
- package/src/components/JfbBaseCardBindV2/JfbBaseCardBindV2Less.less +19 -18
- package/src/components/JfbBaseCardDetail/Attr.js +3 -4
- package/src/components/JfbBaseCardDetail/JfbBaseCardDetailLess.less +19 -18
- package/src/components/JfbBaseCardDetailEntry/Attr.js +8 -10
- package/src/components/JfbBaseCardDetailEntry/JfbBaseCardDetailEntryLess.less +19 -18
- package/src/components/JfbBaseCardDisabled/Attr.js +3 -1
- package/src/components/JfbBaseCardDisabled/JfbBaseCardDisabledLess.less +19 -18
- package/src/components/JfbBaseCardDisabledEntry/JfbBaseCardDisabledEntryLess.less +19 -18
- package/src/components/JfbBaseCardEntry/Attr.js +67 -86
- package/src/components/JfbBaseCardEntry/JfbBaseCardEntry.vue +2 -3
- package/src/components/JfbBaseCardEntry/JfbBaseCardEntryLess.less +19 -18
- package/src/components/JfbBaseCardInfo/Attr.js +16 -22
- package/src/components/JfbBaseCardInfo/JfbBaseCardInfoLess.less +19 -18
- package/src/components/JfbBaseCardInfoEntry/Attr.js +11 -16
- package/src/components/JfbBaseCardInfoEntry/JfbBaseCardInfoEntryLess.less +19 -18
- package/src/components/JfbBaseCardMerge/Attr.js +8 -21
- package/src/components/JfbBaseCardMerge/JfbBaseCardMerge.vue +30 -15
- package/src/components/JfbBaseCardMerge/JfbBaseCardMergeLess.less +19 -18
- package/src/components/JfbBaseCardMergeEntry/Attr.js +6 -20
- package/src/components/JfbBaseCardMergeEntry/JfbBaseCardMergeEntry.vue +25 -28
- package/src/components/JfbBaseCardMergeEntry/JfbBaseCardMergeEntryLess.less +19 -18
- package/src/components/JfbBaseCardShift/Attr.js +4 -18
- package/src/components/JfbBaseCardShift/JfbBaseCardShift.vue +11 -26
- package/src/components/JfbBaseCardShift/JfbBaseCardShiftLess.less +19 -18
- package/src/components/JfbBaseCardShiftEntry/Attr.js +26 -34
- package/src/components/JfbBaseCardShiftEntry/JfbBaseCardShiftEntry.vue +257 -294
- package/src/components/JfbBaseCardShiftEntry/JfbBaseCardShiftEntryLess.less +19 -18
- package/src/components/JfbBaseCardShiftEntry/Mock.js +1 -2
- package/src/components/JfbBaseCardSweepInfo/Attr.js +3 -5
- package/src/components/JfbBaseCardSweepInfo/JfbBaseCardSweepInfoLess.less +19 -18
- package/src/components/JfbBaseCardV2/Attr.js +15 -19
- package/src/components/JfbBaseCardV2/JfbBaseCardV2.vue +5 -3
- package/src/components/JfbBaseCardV2/JfbBaseCardV2Less.less +19 -18
- package/src/components/JfbBaseCardV3/Attr.js +12 -16
- package/src/components/JfbBaseCardV3/JfbBaseCardV3.vue +1 -1
- package/src/components/JfbBaseCardV3/JfbBaseCardV3Less.less +19 -18
- package/src/components/JfbBaseCity/Attr.js +4 -2
- package/src/components/JfbBaseCity/JfbBaseCityLess.less +19 -18
- package/src/components/JfbBaseClear/JfbBaseClearLess.less +19 -18
- package/src/components/JfbBaseClear/JfbBaseClearMixin.js +0 -12
- package/src/components/JfbBaseConDialog/Api.js +1 -1
- package/src/components/JfbBaseConDialog/Attr.js +20 -30
- package/src/components/JfbBaseConDialog/JfbBaseConDialog.vue +26 -45
- package/src/components/JfbBaseConDialog/JfbBaseConDialogLess.less +19 -18
- package/src/components/JfbBaseConDialog/Mock.js +1 -20
- package/src/components/JfbBaseConDialog/XdCouCardBind.vue +9 -15
- package/src/components/JfbBaseConList/Attr.js +224 -149
- package/src/components/JfbBaseConList/JfbBaseConList.vue +133 -150
- package/src/components/JfbBaseConList/JfbBaseConListLess.less +19 -18
- package/src/components/JfbBaseConPhone/JfbBaseConPhoneLess.less +19 -18
- package/src/components/JfbBaseEntry/Attr.js +21 -33
- package/src/components/JfbBaseEntry/JfbBaseEntry.vue +23 -34
- package/src/components/JfbBaseEntry/JfbBaseEntryLess.less +19 -18
- package/src/components/JfbBaseExpressDetail/JfbBaseExpressDetailLess.less +19 -18
- package/src/components/JfbBaseFastLink/Api.js +54 -1
- package/src/components/JfbBaseFastLink/Attr.js +116 -168
- package/src/components/JfbBaseFastLink/JfbBaseFastLink.vue +16 -12
- package/src/components/JfbBaseFastLink/JfbBaseFastLinkLess.less +19 -18
- package/src/components/JfbBaseFooter/Attr.js +22 -28
- package/src/components/JfbBaseFooter/JfbBaseFooter.vue +15 -19
- package/src/components/JfbBaseFooter/JfbBaseFooterLess.less +19 -18
- package/src/components/JfbBaseHeader/Attr.js +91 -89
- package/src/components/JfbBaseHeader/JfbBaseHeader.vue +29 -28
- package/src/components/JfbBaseHeader/JfbBaseHeaderLess.less +19 -18
- package/src/components/JfbBaseLine/Attr.js +59 -0
- package/src/components/JfbBaseLine/JfbBaseLine.vue +105 -0
- package/src/components/JfbBaseLine/JfbBaseLineLess.less +80 -0
- package/src/components/JfbBaseLine/JfbBaseLineMixin.js +30 -0
- package/src/components/JfbBaseLogin/Attr.js +88 -111
- package/src/components/JfbBaseLogin/JfbBaseLogin.vue +1 -0
- package/src/components/JfbBaseLogin/JfbBaseLoginLess.less +19 -18
- package/src/components/JfbBaseLoginForgetPwd/Attr.js +45 -52
- package/src/components/JfbBaseLoginForgetPwd/JfbBaseLoginForgetPwd.vue +14 -14
- package/src/components/JfbBaseLoginForgetPwd/JfbBaseLoginForgetPwdLess.less +19 -18
- package/src/components/JfbBaseLoginSetPwd/Attr.js +4 -6
- package/src/components/JfbBaseLoginSetPwd/JfbBaseLoginSetPwdLess.less +19 -18
- package/src/components/JfbBaseMapOverlay/JfbBaseMapOverlayLess.less +19 -18
- package/src/components/JfbBaseMapSearch/Attr.js +15 -0
- package/src/components/JfbBaseMapSearch/JfbBaseMapSearch.vue +25 -1
- package/src/components/JfbBaseMapSearch/JfbBaseMapSearchLess.less +19 -18
- package/src/components/JfbBaseMergeUserCard/Attr.js +3 -4
- package/src/components/JfbBaseMergeUserCard/JfbBaseMergeUserCardLess.less +19 -18
- package/src/components/JfbBaseMultipleExpress/Attr.js +3 -4
- package/src/components/JfbBaseMultipleExpress/JfbBaseMultipleExpressLess.less +19 -18
- package/src/components/JfbBaseMy/JfbBaseMyLess.less +19 -18
- package/src/components/JfbBaseMySetting/Attr.js +1 -1
- package/src/components/JfbBaseMySetting/JfbBaseMySettingLess.less +19 -18
- package/src/components/JfbBaseNotice/Attr.js +56 -97
- package/src/components/JfbBaseNotice/JfbBaseNotice.vue +52 -70
- package/src/components/JfbBaseNotice/JfbBaseNoticeLess.less +19 -18
- package/src/components/JfbBaseNoticeBottom/JfbBaseNoticeBottomLess.less +19 -18
- package/src/components/JfbBaseNoticeTop/JfbBaseNoticeTopLess.less +19 -18
- package/src/components/JfbBaseOrderDetail/Attr.js +193 -210
- package/src/components/JfbBaseOrderDetail/JfbBaseOrderDetail.vue +6 -8
- package/src/components/JfbBaseOrderDetail/JfbBaseOrderDetailLess.less +19 -18
- package/src/components/JfbBaseOrderList/Attr.js +43 -55
- package/src/components/JfbBaseOrderList/JfbBaseOrderList.vue +3 -5
- package/src/components/JfbBaseOrderList/JfbBaseOrderListLess.less +19 -18
- package/src/components/JfbBasePay/Attr.js +13 -2
- package/src/components/JfbBasePay/JfbBasePay.vue +6 -7
- package/src/components/JfbBasePay/JfbBasePayLess.less +19 -18
- package/src/components/JfbBasePay/Mock.js +1 -2
- package/src/components/JfbBasePhoneCollect/Attr.js +2 -27
- package/src/components/JfbBasePhoneCollect/JfbBasePhoneCollect.vue +1 -1
- package/src/components/JfbBasePhoneCollect/JfbBasePhoneCollectLess.less +19 -18
- package/src/components/JfbBasePhoneLogin/Attr.js +2 -27
- package/src/components/JfbBasePhoneLogin/JfbBasePhoneLoginLess.less +19 -18
- package/src/components/JfbBasePoster/Attr.js +83 -103
- package/src/components/JfbBasePoster/JfbBasePoster.vue +141 -134
- package/src/components/JfbBasePoster/JfbBasePosterLess.less +19 -18
- package/src/components/JfbBasePosterBigSmall/Attr.js +76 -93
- package/src/components/JfbBasePosterBigSmall/JfbBasePosterBigSmall.vue +7 -3
- package/src/components/JfbBasePosterBigSmall/JfbBasePosterBigSmallLess.less +19 -18
- package/src/components/JfbBasePosterBigSmall/getWidthHeight.js +2 -2
- package/src/components/JfbBasePosterEntry/Attr.js +33 -44
- package/src/components/JfbBasePosterEntry/JfbBasePosterEntry.vue +49 -44
- package/src/components/JfbBasePosterEntry/JfbBasePosterEntryLess.less +19 -18
- package/src/components/JfbBasePosterType/Attr.js +48 -82
- package/src/components/JfbBasePosterType/FourScreen.vue +2 -8
- package/src/components/JfbBasePosterType/JfbBasePosterType.vue +59 -36
- package/src/components/JfbBasePosterType/JfbBasePosterTypeLess.less +19 -18
- package/src/components/JfbBasePosterType/Screen.vue +284 -0
- package/src/components/JfbBaseRecharge/Attr.js +23 -35
- package/src/components/JfbBaseRecharge/JfbBaseRecharge.vue +8 -54
- package/src/components/JfbBaseRecharge/JfbBaseRechargeLess.less +19 -18
- package/src/components/JfbBaseRechargeOrder/Attr.js +22 -32
- package/src/components/JfbBaseRechargeOrder/JfbBaseRechargeOrder.vue +7 -12
- package/src/components/JfbBaseRechargeOrder/JfbBaseRechargeOrderLess.less +19 -18
- package/src/components/JfbBaseRechargeOrderDetail/JfbBaseRechargeOrderDetailLess.less +19 -18
- package/src/components/JfbBaseRechargeSuccess/Attr.js +8 -10
- package/src/components/JfbBaseRechargeSuccess/JfbBaseRechargeSuccessLess.less +19 -18
- package/src/components/JfbBaseSearch/Api.js +60 -0
- package/src/components/JfbBaseSearch/Attr.js +148 -6
- package/src/components/JfbBaseSearch/JfbBaseSearch.vue +37 -8
- package/src/components/JfbBaseSearch/JfbBaseSearchLess.less +19 -18
- package/src/components/JfbBaseSearch/Mock.js +5 -0
- package/src/components/JfbBaseSetPwd/Attr.js +147 -6
- package/src/components/JfbBaseSetPwd/JfbBaseSetPwdLess.less +19 -18
- package/src/components/JfbBaseSuccess/Attr.js +17 -78
- package/src/components/JfbBaseSuccess/JfbBaseSuccess.vue +3 -2
- package/src/components/JfbBaseSuccess/JfbBaseSuccessLess.less +19 -18
- package/src/components/JfbBaseTestApi/JfbBaseTestApiLess.less +19 -18
- package/src/components/JfbBaseTestBody/JfbBaseTestBodyLess.less +19 -18
- package/src/components/JfbBaseTestBottom/JfbBaseTestBottomLess.less +19 -18
- package/src/components/JfbBaseTestNotice/JfbBaseTestNoticeLess.less +19 -18
- package/src/components/JfbBaseTestTop/JfbBaseTestTopLess.less +19 -18
- package/src/components/JfbBaseUserCenter/Attr.js +53 -72
- package/src/components/JfbBaseUserCenter/JfbBaseUserCenter.vue +27 -40
- package/src/components/JfbBaseUserCenter/JfbBaseUserCenterLess.less +19 -18
- package/src/components/JfbBaseUserInfo/Attr.js +45 -54
- package/src/components/JfbBaseUserInfo/JfbBaseUserInfo.vue +21 -21
- package/src/components/JfbBaseUserInfo/JfbBaseUserInfoLess.less +19 -18
- package/src/components/JfbBaseUserOrder/Attr.js +92 -118
- package/src/components/JfbBaseUserOrder/JfbBaseUserOrder.vue +7 -21
- package/src/components/JfbBaseUserOrder/JfbBaseUserOrderLess.less +19 -18
- package/src/components/JfbBaseVideo/Attr.js +19 -72
- package/src/components/JfbBaseVideo/JfbBaseVideo.vue +28 -69
- package/src/components/JfbBaseVideo/JfbBaseVideoLess.less +19 -18
- package/src/components/JfbBaseVideo/XdVideo.vue +44 -6
- package/src/components/JfbBaseWallet/JfbBaseWalletLess.less +19 -18
- package/src/components/{JfbBaseClear → JfbBaseWalletDetail}/Attr.js +0 -1
- package/src/components/JfbBaseWalletDetail/JfbBaseWalletDetailLess.less +19 -18
- package/src/components/JfbBaseWalletDetail/JfbBaseWalletDetailMixin.js +12 -0
- package/src/components/JfbBaseWalletEffective/JfbBaseWalletEffectiveLess.less +19 -18
- package/src/components/JfbBaseWalletIndex/JfbBaseWalletIndexLess.less +19 -18
- package/src/components/JfbBaseWalletItem/JfbBaseWalletItemLess.less +19 -18
- package/src/components/JfbBaseWebview/JfbBaseWebviewLess.less +19 -18
- package/src/components/JfbBaseWxAuthorize/Attr.js +3 -31
- package/src/components/JfbBaseWxAuthorize/JfbBaseWxAuthorize.vue +26 -32
- package/src/components/JfbBaseWxAuthorize/JfbBaseWxAuthorizeLess.less +19 -18
- package/src/components/JfbBaseWxAuthorizeError/Attr.js +17 -21
- package/src/components/JfbBaseWxAuthorizeError/JfbBaseWxAuthorizeErrorLess.less +19 -18
- package/src/components/JfbBaseCardShift/Mock.js +0 -21
|
@@ -13,8 +13,9 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-base-wallet-detail {
|
|
16
|
+
border: 1px dashed rgba(0, 0, 0, 0);
|
|
16
17
|
box-sizing: border-box;
|
|
17
|
-
min-height: unit(
|
|
18
|
+
min-height: unit(50, rpx);
|
|
18
19
|
|
|
19
20
|
&__body{
|
|
20
21
|
position: relative;
|
|
@@ -22,21 +23,21 @@
|
|
|
22
23
|
z-index: 2
|
|
23
24
|
}
|
|
24
25
|
|
|
25
|
-
&.editx
|
|
26
|
+
&.editx {
|
|
26
27
|
position: relative;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
top:0;
|
|
33
|
-
left:0;
|
|
34
|
-
bottom:0;
|
|
35
|
-
right:0;
|
|
36
|
-
z-index: 4;
|
|
37
|
-
cursor: pointer;
|
|
38
|
-
}
|
|
28
|
+
border: 1px dashed blue;
|
|
29
|
+
box-sizing: border-box;
|
|
30
|
+
z-index: 3
|
|
31
|
+
|
|
32
|
+
}
|
|
39
33
|
|
|
34
|
+
&:hover {
|
|
35
|
+
border: 1px dashed blue;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&.noBorder {
|
|
39
|
+
border-color: rgba(0,0,0,0);
|
|
40
|
+
border-width: 0;
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
|
|
@@ -71,9 +72,9 @@
|
|
|
71
72
|
|
|
72
73
|
/**notPreview**/
|
|
73
74
|
.jfb-base-wallet-detail {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
75
|
+
&:before {
|
|
76
|
+
content: " ";
|
|
77
|
+
display: table;
|
|
78
|
+
}
|
|
78
79
|
}
|
|
79
80
|
/**endNotPreview**/
|
|
@@ -1,18 +1,30 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
//@AttrImport
|
|
5
|
+
import Attr from "./Attr";
|
|
6
|
+
//@EndAttrImport
|
|
7
|
+
|
|
4
8
|
|
|
5
9
|
export default {
|
|
6
10
|
data() {
|
|
7
11
|
return {
|
|
8
12
|
//#ifdef H5
|
|
9
13
|
|
|
14
|
+
//@AttrData
|
|
15
|
+
Attr:{}, //对外开发编辑属性
|
|
16
|
+
//@EndAttrData
|
|
17
|
+
|
|
10
18
|
// #endif
|
|
11
19
|
cssRoot: 'jfb-base-wallet-detail'
|
|
12
20
|
}
|
|
13
21
|
},
|
|
14
22
|
created() {
|
|
15
23
|
|
|
24
|
+
//@AttrDataCreated
|
|
25
|
+
this.Attr = this.$xdUniHelper.customClone(Attr);
|
|
26
|
+
//@EndAttrDataCreated
|
|
27
|
+
|
|
16
28
|
|
|
17
29
|
},
|
|
18
30
|
}
|
|
@@ -13,8 +13,9 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-base-wallet-effective {
|
|
16
|
+
border: 1px dashed rgba(0, 0, 0, 0);
|
|
16
17
|
box-sizing: border-box;
|
|
17
|
-
min-height: unit(
|
|
18
|
+
min-height: unit(50, rpx);
|
|
18
19
|
|
|
19
20
|
&__body{
|
|
20
21
|
position: relative;
|
|
@@ -22,21 +23,21 @@
|
|
|
22
23
|
z-index: 2
|
|
23
24
|
}
|
|
24
25
|
|
|
25
|
-
&.editx
|
|
26
|
+
&.editx {
|
|
26
27
|
position: relative;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
top:0;
|
|
33
|
-
left:0;
|
|
34
|
-
bottom:0;
|
|
35
|
-
right:0;
|
|
36
|
-
z-index: 4;
|
|
37
|
-
cursor: pointer;
|
|
38
|
-
}
|
|
28
|
+
border: 1px dashed blue;
|
|
29
|
+
box-sizing: border-box;
|
|
30
|
+
z-index: 3
|
|
31
|
+
|
|
32
|
+
}
|
|
39
33
|
|
|
34
|
+
&:hover {
|
|
35
|
+
border: 1px dashed blue;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&.noBorder {
|
|
39
|
+
border-color: rgba(0,0,0,0);
|
|
40
|
+
border-width: 0;
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
|
|
@@ -71,9 +72,9 @@
|
|
|
71
72
|
|
|
72
73
|
/**notPreview**/
|
|
73
74
|
.jfb-base-wallet-effective {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
75
|
+
&:before {
|
|
76
|
+
content: " ";
|
|
77
|
+
display: table;
|
|
78
|
+
}
|
|
78
79
|
}
|
|
79
80
|
/**endNotPreview**/
|
|
@@ -13,8 +13,9 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-base-wallet-index {
|
|
16
|
+
border: 1px dashed rgba(0, 0, 0, 0);
|
|
16
17
|
box-sizing: border-box;
|
|
17
|
-
min-height: unit(
|
|
18
|
+
min-height: unit(50, rpx);
|
|
18
19
|
|
|
19
20
|
&__body{
|
|
20
21
|
position: relative;
|
|
@@ -22,21 +23,21 @@
|
|
|
22
23
|
z-index: 2
|
|
23
24
|
}
|
|
24
25
|
|
|
25
|
-
&.editx
|
|
26
|
+
&.editx {
|
|
26
27
|
position: relative;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
top:0;
|
|
33
|
-
left:0;
|
|
34
|
-
bottom:0;
|
|
35
|
-
right:0;
|
|
36
|
-
z-index: 4;
|
|
37
|
-
cursor: pointer;
|
|
38
|
-
}
|
|
28
|
+
border: 1px dashed blue;
|
|
29
|
+
box-sizing: border-box;
|
|
30
|
+
z-index: 3
|
|
31
|
+
|
|
32
|
+
}
|
|
39
33
|
|
|
34
|
+
&:hover {
|
|
35
|
+
border: 1px dashed blue;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&.noBorder {
|
|
39
|
+
border-color: rgba(0,0,0,0);
|
|
40
|
+
border-width: 0;
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
|
|
@@ -71,9 +72,9 @@
|
|
|
71
72
|
|
|
72
73
|
/**notPreview**/
|
|
73
74
|
.jfb-base-wallet-index {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
75
|
+
&:before {
|
|
76
|
+
content: " ";
|
|
77
|
+
display: table;
|
|
78
|
+
}
|
|
78
79
|
}
|
|
79
80
|
/**endNotPreview**/
|
|
@@ -13,8 +13,9 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-base-wallet-item {
|
|
16
|
+
border: 1px dashed rgba(0, 0, 0, 0);
|
|
16
17
|
box-sizing: border-box;
|
|
17
|
-
min-height: unit(
|
|
18
|
+
min-height: unit(50, rpx);
|
|
18
19
|
|
|
19
20
|
&__body{
|
|
20
21
|
position: relative;
|
|
@@ -22,21 +23,21 @@
|
|
|
22
23
|
z-index: 2
|
|
23
24
|
}
|
|
24
25
|
|
|
25
|
-
&.editx
|
|
26
|
+
&.editx {
|
|
26
27
|
position: relative;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
top:0;
|
|
33
|
-
left:0;
|
|
34
|
-
bottom:0;
|
|
35
|
-
right:0;
|
|
36
|
-
z-index: 4;
|
|
37
|
-
cursor: pointer;
|
|
38
|
-
}
|
|
28
|
+
border: 1px dashed blue;
|
|
29
|
+
box-sizing: border-box;
|
|
30
|
+
z-index: 3
|
|
31
|
+
|
|
32
|
+
}
|
|
39
33
|
|
|
34
|
+
&:hover {
|
|
35
|
+
border: 1px dashed blue;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&.noBorder {
|
|
39
|
+
border-color: rgba(0,0,0,0);
|
|
40
|
+
border-width: 0;
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
|
|
@@ -71,9 +72,9 @@
|
|
|
71
72
|
|
|
72
73
|
/**notPreview**/
|
|
73
74
|
.jfb-base-wallet-item {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
75
|
+
&:before {
|
|
76
|
+
content: " ";
|
|
77
|
+
display: table;
|
|
78
|
+
}
|
|
78
79
|
}
|
|
79
80
|
/**endNotPreview**/
|
|
@@ -13,8 +13,9 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-base-webview {
|
|
16
|
+
border: 1px dashed rgba(0, 0, 0, 0);
|
|
16
17
|
box-sizing: border-box;
|
|
17
|
-
min-height: unit(
|
|
18
|
+
min-height: unit(50, rpx);
|
|
18
19
|
|
|
19
20
|
&__body{
|
|
20
21
|
position: relative;
|
|
@@ -22,21 +23,21 @@
|
|
|
22
23
|
z-index: 2
|
|
23
24
|
}
|
|
24
25
|
|
|
25
|
-
&.editx
|
|
26
|
+
&.editx {
|
|
26
27
|
position: relative;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
top:0;
|
|
33
|
-
left:0;
|
|
34
|
-
bottom:0;
|
|
35
|
-
right:0;
|
|
36
|
-
z-index: 4;
|
|
37
|
-
cursor: pointer;
|
|
38
|
-
}
|
|
28
|
+
border: 1px dashed blue;
|
|
29
|
+
box-sizing: border-box;
|
|
30
|
+
z-index: 3
|
|
31
|
+
|
|
32
|
+
}
|
|
39
33
|
|
|
34
|
+
&:hover {
|
|
35
|
+
border: 1px dashed blue;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&.noBorder {
|
|
39
|
+
border-color: rgba(0,0,0,0);
|
|
40
|
+
border-width: 0;
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
|
|
@@ -71,9 +72,9 @@
|
|
|
71
72
|
|
|
72
73
|
/**notPreview**/
|
|
73
74
|
.jfb-base-webview {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
75
|
+
&:before {
|
|
76
|
+
content: " ";
|
|
77
|
+
display: table;
|
|
78
|
+
}
|
|
78
79
|
}
|
|
79
80
|
/**endNotPreview**/
|
|
@@ -14,7 +14,6 @@ export default {
|
|
|
14
14
|
label: '文字颜色:',
|
|
15
15
|
ele: 'xd-color',
|
|
16
16
|
valueKey: 'textColor',
|
|
17
|
-
groupKey:'style',
|
|
18
17
|
value: data.textColor,
|
|
19
18
|
placeholder: '请选择文字颜色',
|
|
20
19
|
classNmae: 'input80',
|
|
@@ -24,7 +23,6 @@ export default {
|
|
|
24
23
|
ele: 'el-input',
|
|
25
24
|
type: 'text',
|
|
26
25
|
valueKey: 'notice',
|
|
27
|
-
groupKey:'content',
|
|
28
26
|
value: data.notice,
|
|
29
27
|
placeholder: '请输入授权按钮下面文案',
|
|
30
28
|
className: 'input80',
|
|
@@ -33,11 +31,10 @@ export default {
|
|
|
33
31
|
label: '背景图:',
|
|
34
32
|
ele: 'xd-upload',
|
|
35
33
|
valueKey: 'bgImage',
|
|
36
|
-
groupKey:'content',
|
|
37
34
|
value: data.bgImage,
|
|
38
35
|
defaultValue: data.bgImage,
|
|
39
36
|
slot: true,
|
|
40
|
-
tipsformet: '上传文件格式:@imageType@,不超过@size@MB.,建议尺寸:800*
|
|
37
|
+
tipsformet: '上传文件格式:@imageType@,不超过@size@MB.,建议尺寸:800*1120像素',
|
|
41
38
|
type: ['jpg', 'png', 'jpeg'],
|
|
42
39
|
styleType: 'one',
|
|
43
40
|
uploadType: 'aliyun',
|
|
@@ -50,7 +47,6 @@ export default {
|
|
|
50
47
|
label: '隐私政策:',
|
|
51
48
|
ele: 'xd-site-news',
|
|
52
49
|
valueKey: 'privacy',
|
|
53
|
-
groupKey:'content',
|
|
54
50
|
value: data['privacy'] || {type: 'privacy'},
|
|
55
51
|
className: 'input70',
|
|
56
52
|
setting: {
|
|
@@ -72,7 +68,7 @@ export default {
|
|
|
72
68
|
}
|
|
73
69
|
|
|
74
70
|
//获取返回参数(场景类型名称为必填)
|
|
75
|
-
let loading =
|
|
71
|
+
let loading = XdBus.getParentApi('loading')({});
|
|
76
72
|
|
|
77
73
|
//获取显示内容
|
|
78
74
|
if (action === 'screen') {
|
|
@@ -116,7 +112,6 @@ export default {
|
|
|
116
112
|
|
|
117
113
|
//使用内容分类
|
|
118
114
|
if (action === 'cmsPublishEditxContent') {
|
|
119
|
-
loading = XdBus.getParentApi('loading')({});
|
|
120
115
|
XdBus.getParentApi('cmsPublishEditxContent')(data.params)
|
|
121
116
|
.then(res => {
|
|
122
117
|
console.log('cmsPublishEditxContent', res)
|
|
@@ -131,7 +126,6 @@ export default {
|
|
|
131
126
|
|
|
132
127
|
//位置列表
|
|
133
128
|
if (action === 'getListPostion') {
|
|
134
|
-
loading = XdBus.getParentApi('loading')({});
|
|
135
129
|
XdBus.getParentApi('getListNewsPosition')(data.params)
|
|
136
130
|
.then(res => {
|
|
137
131
|
loading.close();
|
|
@@ -145,7 +139,6 @@ export default {
|
|
|
145
139
|
|
|
146
140
|
//位置创建
|
|
147
141
|
if (action === 'addPostion') {
|
|
148
|
-
loading = XdBus.getParentApi('loading')({});
|
|
149
142
|
XdBus.getParentApi('addNewsPosition')(data.params)
|
|
150
143
|
.then(res => {
|
|
151
144
|
loading.close();
|
|
@@ -160,7 +153,6 @@ export default {
|
|
|
160
153
|
|
|
161
154
|
//位置编辑
|
|
162
155
|
if (action === 'editPostion') {
|
|
163
|
-
loading = XdBus.getParentApi('loading')({});
|
|
164
156
|
XdBus.getParentApi('updateNewsPosition')(data.params)
|
|
165
157
|
.then(res => {
|
|
166
158
|
loading.close();
|
|
@@ -175,7 +167,6 @@ export default {
|
|
|
175
167
|
|
|
176
168
|
//位置删除
|
|
177
169
|
if (action === 'deleltePostion') {
|
|
178
|
-
loading = XdBus.getParentApi('loading')({});
|
|
179
170
|
XdBus.getParentApi('deleteNewsPosition')(data.params)
|
|
180
171
|
.then(res => {
|
|
181
172
|
loading.close();
|
|
@@ -190,7 +181,6 @@ export default {
|
|
|
190
181
|
|
|
191
182
|
//获取广告位内容列表
|
|
192
183
|
if (action === 'getListContent') {
|
|
193
|
-
loading = XdBus.getParentApi('loading')({});
|
|
194
184
|
XdBus.getParentApi('getListNewsContent')(data.params)
|
|
195
185
|
.then(res => {
|
|
196
186
|
loading.close();
|
|
@@ -204,7 +194,6 @@ export default {
|
|
|
204
194
|
|
|
205
195
|
//广告内容创建
|
|
206
196
|
if (action === 'addContent') {
|
|
207
|
-
loading = XdBus.getParentApi('loading')({});
|
|
208
197
|
XdBus.getParentApi('addNewsContent')(data.params)
|
|
209
198
|
.then(res => {
|
|
210
199
|
loading.close();
|
|
@@ -219,7 +208,6 @@ export default {
|
|
|
219
208
|
|
|
220
209
|
//广告内容编辑
|
|
221
210
|
if (action === 'editContent') {
|
|
222
|
-
loading = XdBus.getParentApi('loading')({});
|
|
223
211
|
XdBus.getParentApi('updateNewsContent')(data.params)
|
|
224
212
|
.then(res => {
|
|
225
213
|
loading.close();
|
|
@@ -234,7 +222,6 @@ export default {
|
|
|
234
222
|
|
|
235
223
|
//广告内容删除
|
|
236
224
|
if (action === 'deleteContent') {
|
|
237
|
-
loading = XdBus.getParentApi('loading')({});
|
|
238
225
|
XdBus.getParentApi('deleteNewsContent')(data.params)
|
|
239
226
|
.then(res => {
|
|
240
227
|
loading.close();
|
|
@@ -249,7 +236,6 @@ export default {
|
|
|
249
236
|
|
|
250
237
|
//内容发布
|
|
251
238
|
if (action === 'publish') {
|
|
252
|
-
loading = XdBus.getParentApi('loading')({});
|
|
253
239
|
console.log('publish', data.params)
|
|
254
240
|
XdBus.getParentApi('cmsPublishContent')(data.params)
|
|
255
241
|
.then(res => {
|
|
@@ -264,7 +250,6 @@ export default {
|
|
|
264
250
|
|
|
265
251
|
//通知页面进行刷新
|
|
266
252
|
if (action === 'update') {
|
|
267
|
-
loading = XdBus.getParentApi('loading')({});
|
|
268
253
|
XdBus.getParentApi('getXdBusUpdateView')('onUpdateView', {});
|
|
269
254
|
loading.close()
|
|
270
255
|
}
|
|
@@ -276,7 +261,6 @@ export default {
|
|
|
276
261
|
label: '用户服务协议:',
|
|
277
262
|
ele: 'xd-site-news',
|
|
278
263
|
valueKey: 'service',
|
|
279
|
-
groupKey:'content',
|
|
280
264
|
value: data['service'] || {type: 'privacy'},
|
|
281
265
|
className: 'input70',
|
|
282
266
|
setting: {
|
|
@@ -297,8 +281,7 @@ export default {
|
|
|
297
281
|
}
|
|
298
282
|
|
|
299
283
|
//获取返回参数(场景类型名称为必填)
|
|
300
|
-
|
|
301
|
-
let loading = { close(){}}
|
|
284
|
+
let loading = XdBus.getParentApi('loading')({});
|
|
302
285
|
|
|
303
286
|
//获取显示内容
|
|
304
287
|
if (action === 'screen') {
|
|
@@ -342,7 +325,6 @@ export default {
|
|
|
342
325
|
|
|
343
326
|
//使用内容分类
|
|
344
327
|
if (action === 'cmsPublishEditxContent') {
|
|
345
|
-
loading = XdBus.getParentApi('loading')({});
|
|
346
328
|
XdBus.getParentApi('cmsPublishEditxContent')(data.params)
|
|
347
329
|
.then(res => {
|
|
348
330
|
console.log('cmsPublishEditxContent', res)
|
|
@@ -357,7 +339,6 @@ export default {
|
|
|
357
339
|
|
|
358
340
|
//位置列表
|
|
359
341
|
if (action === 'getListPostion') {
|
|
360
|
-
loading = XdBus.getParentApi('loading')({});
|
|
361
342
|
XdBus.getParentApi('getListNewsPosition')(data.params)
|
|
362
343
|
.then(res => {
|
|
363
344
|
loading.close();
|
|
@@ -371,7 +352,6 @@ export default {
|
|
|
371
352
|
|
|
372
353
|
//位置创建
|
|
373
354
|
if (action === 'addPostion') {
|
|
374
|
-
loading = XdBus.getParentApi('loading')({});
|
|
375
355
|
XdBus.getParentApi('addNewsPosition')(data.params)
|
|
376
356
|
.then(res => {
|
|
377
357
|
loading.close();
|
|
@@ -386,7 +366,6 @@ export default {
|
|
|
386
366
|
|
|
387
367
|
//位置编辑
|
|
388
368
|
if (action === 'editPostion') {
|
|
389
|
-
loading = XdBus.getParentApi('loading')({});
|
|
390
369
|
XdBus.getParentApi('updateNewsPosition')(data.params)
|
|
391
370
|
.then(res => {
|
|
392
371
|
loading.close();
|
|
@@ -401,7 +380,6 @@ export default {
|
|
|
401
380
|
|
|
402
381
|
//位置删除
|
|
403
382
|
if (action === 'deleltePostion') {
|
|
404
|
-
loading = XdBus.getParentApi('loading')({});
|
|
405
383
|
XdBus.getParentApi('deleteNewsPosition')(data.params)
|
|
406
384
|
.then(res => {
|
|
407
385
|
loading.close();
|
|
@@ -416,7 +394,6 @@ export default {
|
|
|
416
394
|
|
|
417
395
|
//获取广告位内容列表
|
|
418
396
|
if (action === 'getListContent') {
|
|
419
|
-
loading = XdBus.getParentApi('loading')({});
|
|
420
397
|
XdBus.getParentApi('getListNewsContent')(data.params)
|
|
421
398
|
.then(res => {
|
|
422
399
|
loading.close();
|
|
@@ -430,7 +407,6 @@ export default {
|
|
|
430
407
|
|
|
431
408
|
//广告内容创建
|
|
432
409
|
if (action === 'addContent') {
|
|
433
|
-
loading = XdBus.getParentApi('loading')({});
|
|
434
410
|
XdBus.getParentApi('addNewsContent')(data.params)
|
|
435
411
|
.then(res => {
|
|
436
412
|
loading.close();
|
|
@@ -445,7 +421,6 @@ export default {
|
|
|
445
421
|
|
|
446
422
|
//广告内容编辑
|
|
447
423
|
if (action === 'editContent') {
|
|
448
|
-
loading = XdBus.getParentApi('loading')({});
|
|
449
424
|
XdBus.getParentApi('updateNewsContent')(data.params)
|
|
450
425
|
.then(res => {
|
|
451
426
|
loading.close();
|
|
@@ -460,7 +435,6 @@ export default {
|
|
|
460
435
|
|
|
461
436
|
//广告内容删除
|
|
462
437
|
if (action === 'deleteContent') {
|
|
463
|
-
loading = XdBus.getParentApi('loading')({});
|
|
464
438
|
XdBus.getParentApi('deleteNewsContent')(data.params)
|
|
465
439
|
.then(res => {
|
|
466
440
|
loading.close();
|
|
@@ -475,7 +449,6 @@ export default {
|
|
|
475
449
|
|
|
476
450
|
//内容发布
|
|
477
451
|
if (action === 'publish') {
|
|
478
|
-
loading = XdBus.getParentApi('loading')({});
|
|
479
452
|
console.log('publish', data.params)
|
|
480
453
|
XdBus.getParentApi('cmsPublishContent')(data.params)
|
|
481
454
|
.then(res => {
|
|
@@ -490,7 +463,6 @@ export default {
|
|
|
490
463
|
|
|
491
464
|
//通知页面进行刷新
|
|
492
465
|
if (action === 'update') {
|
|
493
|
-
loading = XdBus.getParentApi('loading')({});
|
|
494
466
|
XdBus.getParentApi('getXdBusUpdateView')('onUpdateView', {});
|
|
495
467
|
loading.close()
|
|
496
468
|
}
|