jufubao-base 1.0.243-beta2 → 1.0.243-beta202
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 +1 -1
- package/src/components/JfbBaseAfterOrderList/Attr.js +13 -0
- package/src/components/JfbBaseAfterOrderList/JfbBaseAfterOrderList.vue +33 -1
- package/src/components/JfbBaseAfterSales/Api.js +58 -0
- package/src/components/JfbBaseAfterSales/Attr.js +25 -0
- package/src/components/JfbBaseAfterSales/JfbBaseAfterSales.vue +587 -0
- package/src/components/JfbBaseAfterSales/JfbBaseAfterSalesLess.less +79 -0
- package/src/components/JfbBaseAfterSales/JfbBaseAfterSalesMixin.js +30 -0
- package/src/components/JfbBaseAfterSales/Mock.js +6 -0
- package/src/components/JfbBaseAfterSales/refundOrderInfo.vue +150 -0
- package/src/components/JfbBaseAfterSalesDetail/Api.js +41 -0
- package/src/components/JfbBaseAfterSalesDetail/Attr.js +25 -0
- package/src/components/JfbBaseAfterSalesDetail/JfbBaseAfterSalesDetail.vue +547 -0
- package/src/components/JfbBaseAfterSalesDetail/JfbBaseAfterSalesDetailLess.less +79 -0
- package/src/components/JfbBaseAfterSalesDetail/JfbBaseAfterSalesDetailMixin.js +30 -0
- package/src/components/JfbBaseAfterSalesDetail/Mock.js +60 -0
- package/src/components/JfbBaseAfterSalesDetail/secProd.vue +66 -0
- package/src/components/JfbBaseAfterSalesFast/Api.js +30 -0
- package/src/components/JfbBaseAfterSalesFast/Attr.js +32 -0
- package/src/components/JfbBaseAfterSalesFast/JfbBaseAfterSalesFast.vue +297 -0
- package/src/components/JfbBaseAfterSalesFast/JfbBaseAfterSalesFastLess.less +79 -0
- package/src/components/JfbBaseAfterSalesFast/JfbBaseAfterSalesFastMixin.js +30 -0
- package/src/components/JfbBaseAfterSalesFast/Mock.js +38 -0
- package/src/components/JfbBaseAfterSalesList/Api.js +40 -0
- package/src/components/JfbBaseAfterSalesList/Attr.js +130 -0
- package/src/components/JfbBaseAfterSalesList/JfbBaseAfterSalesList.vue +488 -0
- package/src/components/JfbBaseAfterSalesList/JfbBaseAfterSalesListLess.less +79 -0
- package/src/components/JfbBaseAfterSalesList/JfbBaseAfterSalesListMixin.js +30 -0
- package/src/components/JfbBaseAfterSalesList/Mock.js +362 -0
- package/src/components/JfbBaseBalance/Api.js +46 -0
- package/src/components/JfbBaseBalance/Attr.js +316 -0
- package/src/components/JfbBaseBalance/JfbBaseBalance.vue +336 -0
- package/src/components/JfbBaseBalance/JfbBaseBalanceLess.less +79 -0
- package/src/components/JfbBaseBalance/JfbBaseBalanceMixin.js +30 -0
- package/src/components/JfbBaseBalance/Mock.js +9 -0
- package/src/components/JfbBaseCardBindV2/JfbBaseCardBindV2.vue +4 -6
- package/src/components/JfbBaseCodeOpenVip/Api.js +35 -0
- package/src/components/JfbBaseCodeOpenVip/Attr.js +281 -0
- package/src/components/JfbBaseCodeOpenVip/JfbBaseCodeOpenVip.vue +251 -0
- package/src/components/JfbBaseCodeOpenVip/JfbBaseCodeOpenVipLess.less +79 -0
- package/src/components/JfbBaseCodeOpenVip/JfbBaseCodeOpenVipMixin.js +30 -0
- package/src/components/JfbBaseCodeOpenVip/Mock.js +13 -0
- package/src/components/JfbBaseConPhone/JfbBaseConPhone.vue +10 -16
- package/src/components/JfbBaseConsumpCode/Api.js +133 -0
- package/src/components/JfbBaseConsumpCode/Attr.js +74 -0
- package/src/components/JfbBaseConsumpCode/JfbBaseConsumpCode.vue +1111 -0
- package/src/components/JfbBaseConsumpCode/JfbBaseConsumpCodeLess.less +79 -0
- package/src/components/JfbBaseConsumpCode/JfbBaseConsumpCodeMixin.js +30 -0
- package/src/components/JfbBaseConsumpCode/Mock.js +22 -0
- package/src/components/JfbBaseFastLink/Attr.js +12 -1
- package/src/components/JfbBaseFastLink/JfbBaseFastLink.vue +66 -0
- package/src/components/JfbBaseFooter/Attr.js +12 -0
- package/src/components/JfbBaseFooter/JfbBaseFooter.vue +13 -0
- package/src/components/JfbBaseHeader/Attr.js +82 -0
- package/src/components/JfbBaseHeader/JfbBaseHeader.vue +47 -1
- package/src/components/JfbBaseHeaderColumn/Attr.js +82 -0
- package/src/components/JfbBaseHeaderColumn/JfbBaseHeaderColumn.vue +48 -2
- package/src/components/JfbBaseLogin/JfbBaseLogin.vue +23 -13
- package/src/components/JfbBaseLoginForgetPwd/JfbBaseLoginForgetPwd.vue +6 -10
- package/src/components/JfbBaseLoginSetPwd/JfbBaseLoginSetPwd.vue +2 -16
- package/src/components/JfbBaseMapOverlay/JfbBaseMapOverlay.vue +3 -5
- package/src/components/JfbBaseNoticeDialog/Api.js +1 -1
- package/src/components/JfbBaseNoticeDialog/Attr.js +26 -0
- package/src/components/JfbBaseNoticeDialog/JfbBaseNoticeDialog.vue +38 -15
- package/src/components/JfbBaseNoticeGroup/Api.js +23 -0
- package/src/components/JfbBaseNoticeGroup/Attr.js +237 -0
- package/src/components/JfbBaseNoticeGroup/JfbBaseNoticeGroup.vue +174 -0
- package/src/components/JfbBaseNoticeGroup/JfbBaseNoticeGroupLess.less +79 -0
- package/src/components/JfbBaseNoticeGroup/JfbBaseNoticeGroupMixin.js +30 -0
- package/src/components/JfbBaseNoticeGroup/Mock.js +13 -0
- package/src/components/JfbBaseOpenVip/Api.js +39 -0
- package/src/components/JfbBaseOpenVip/Attr.js +331 -0
- package/src/components/JfbBaseOpenVip/JfbBaseOpenVip.vue +459 -0
- package/src/components/JfbBaseOpenVip/JfbBaseOpenVipLess.less +79 -0
- package/src/components/JfbBaseOpenVip/JfbBaseOpenVipMixin.js +30 -0
- package/src/components/JfbBaseOpenVip/Mock.js +7 -0
- package/src/components/JfbBaseOpenVip/XdVipList.vue +130 -0
- package/src/components/JfbBaseOpenVipCard/Api.js +58 -0
- package/src/components/JfbBaseOpenVipCard/Attr.js +48 -0
- package/src/components/JfbBaseOpenVipCard/JfbBaseOpenVipCard.vue +111 -0
- package/src/components/JfbBaseOpenVipCard/JfbBaseOpenVipCardLess.less +79 -0
- package/src/components/JfbBaseOpenVipCard/JfbBaseOpenVipCardMixin.js +30 -0
- package/src/components/JfbBaseOpenVipCard/Mock.js +13 -0
- package/src/components/JfbBaseOpenVipDetail/Api.js +35 -0
- package/src/components/JfbBaseOpenVipDetail/Attr.js +37 -0
- package/src/components/JfbBaseOpenVipDetail/JfbBaseOpenVipDetail.vue +234 -0
- package/src/components/JfbBaseOpenVipDetail/JfbBaseOpenVipDetailLess.less +79 -0
- package/src/components/JfbBaseOpenVipDetail/JfbBaseOpenVipDetailMixin.js +30 -0
- package/src/components/JfbBaseOpenVipDetail/Mock.js +15 -0
- package/src/components/JfbBaseOrderDetail/Attr.js +36 -0
- package/src/components/JfbBaseOrderDetail/JfbBaseOrderDetail.vue +211 -19
- package/src/components/JfbBaseOrderList/Api.js +11 -0
- package/src/components/JfbBaseOrderList/Attr.js +36 -0
- package/src/components/JfbBaseOrderList/JfbBaseOrderList.vue +50 -2
- package/src/components/JfbBaseOrderList/Mock.js +1 -1
- package/src/components/JfbBaseOrderList/XdTfkOrderItem.vue +17 -5
- package/src/components/JfbBasePay/Attr.js +52 -0
- package/src/components/JfbBasePay/JfbBasePay.vue +42 -41
- package/src/components/JfbBasePay/Mock.js +0 -9
- package/src/components/JfbBasePersonalData/Api.js +26 -0
- package/src/components/JfbBasePersonalData/Attr.js +13 -0
- package/src/components/JfbBasePersonalData/JfbBasePersonalData.vue +278 -0
- package/src/components/JfbBasePersonalData/JfbBasePersonalDataLess.less +79 -0
- package/src/components/JfbBasePersonalData/JfbBasePersonalDataMixin.js +30 -0
- package/src/components/JfbBasePersonalData/Mock.js +13 -0
- package/src/components/JfbBasePhoneCollect/JfbBasePhoneCollect.vue +5 -21
- package/src/components/JfbBasePhoneLogin/JfbBasePhoneLogin.vue +40 -31
- package/src/components/JfbBasePointsCard/Api.js +18 -0
- package/src/components/JfbBasePointsCard/Attr.js +187 -0
- package/src/components/JfbBasePointsCard/JfbBasePointsCard.vue +212 -0
- package/src/components/JfbBasePointsCard/JfbBasePointsCardLess.less +79 -0
- package/src/components/JfbBasePointsCard/JfbBasePointsCardMixin.js +30 -0
- package/src/components/JfbBasePointsCard/Mock.js +5 -0
- package/src/components/JfbBasePointsDetail/Api.js +48 -0
- package/src/components/JfbBasePointsDetail/Attr.js +305 -0
- package/src/components/JfbBasePointsDetail/JfbBasePointsDetail.vue +267 -0
- package/src/components/JfbBasePointsDetail/JfbBasePointsDetailLess.less +79 -0
- package/src/components/JfbBasePointsDetail/JfbBasePointsDetailMixin.js +30 -0
- package/src/components/JfbBasePointsDetail/Mock.js +6 -0
- package/src/components/JfbBasePoster/Attr.js +1 -1
- package/src/components/JfbBasePosterBigSmall/JfbBasePosterBigSmall.vue +2 -2
- package/src/components/JfbBasePosterGroup/Api.js +22 -0
- package/src/components/JfbBasePosterGroup/Attr.js +156 -0
- package/src/components/JfbBasePosterGroup/JfbBasePosterGroup.vue +268 -0
- package/src/components/JfbBasePosterGroup/JfbBasePosterGroupLess.less +79 -0
- package/src/components/JfbBasePosterGroup/JfbBasePosterGroupMixin.js +30 -0
- package/src/components/JfbBasePosterGroup/Mock.js +13 -0
- package/src/components/JfbBaseSavingDetail/Api.js +41 -0
- package/src/components/JfbBaseSavingDetail/Attr.js +70 -0
- package/src/components/JfbBaseSavingDetail/JfbBaseSavingDetail.vue +724 -0
- package/src/components/JfbBaseSavingDetail/JfbBaseSavingDetailLess.less +79 -0
- package/src/components/JfbBaseSavingDetail/JfbBaseSavingDetailMixin.js +30 -0
- package/src/components/JfbBaseSavingDetail/Mock.js +10 -0
- package/src/components/JfbBaseSavingDetail/components/echarts.min.js +26 -0
- package/src/components/JfbBaseSavingDetail/components/echarts.vue +254 -0
- package/src/components/JfbBaseSavingDetail/components/wx-canvas.js +105 -0
- package/src/components/JfbBaseShare/Api.js +20 -0
- package/src/components/JfbBaseShare/Attr.js +59 -0
- package/src/components/JfbBaseShare/JfbBaseShare.vue +282 -0
- package/src/components/JfbBaseShare/JfbBaseShareLess.less +79 -0
- package/src/components/JfbBaseShare/JfbBaseShareMixin.js +30 -0
- package/src/components/JfbBaseShare/Mock.js +16 -0
- package/src/components/JfbBaseSuccess/JfbBaseSuccess.vue +14 -3
- package/src/components/JfbBaseTfkCardBind/JfbBaseTfkCardBind.vue +11 -18
- package/src/components/JfbBaseTfkSearch/ContentProduct.vue +12 -22
- package/src/components/JfbBaseTfkSearch/JfbBaseTfkSearch.vue +12 -1
- package/src/components/JfbBaseTfkSearch/Mock.js +51 -3
- package/src/components/JfbBaseTfkSearch/listMixins.js +2 -1
- package/src/components/JfbBaseUserInfo/Attr.js +175 -11
- package/src/components/JfbBaseUserInfo/JfbBaseUserInfo.vue +342 -119
- package/src/components/JfbBaseUserOrder/Attr.js +16 -0
- package/src/components/JfbBaseUserOrder/JfbBaseUserOrder.vue +11 -2
- package/src/components/JfbBaseWalletItem/JfbBaseWalletItem.vue +3 -5
- package/src/components/JfbBaseWithDrawAgain/Api.js +41 -0
- package/src/components/JfbBaseWithDrawAgain/Attr.js +92 -0
- package/src/components/JfbBaseWithDrawAgain/JfbBaseWithDrawAgain.vue +354 -0
- package/src/components/JfbBaseWithDrawAgain/JfbBaseWithDrawAgainLess.less +79 -0
- package/src/components/JfbBaseWithDrawAgain/JfbBaseWithDrawAgainMixin.js +30 -0
- package/src/components/JfbBaseWithDrawAgain/Mock.js +10 -0
- package/src/components/JfbBaseWithDrawRecord/Api.js +19 -0
- package/src/components/JfbBaseWithDrawRecord/Attr.js +79 -0
- package/src/components/JfbBaseWithDrawRecord/JfbBaseWithDrawRecord.vue +233 -0
- package/src/components/JfbBaseWithDrawRecord/JfbBaseWithDrawRecordLess.less +79 -0
- package/src/components/JfbBaseWithDrawRecord/JfbBaseWithDrawRecordMixin.js +30 -0
- package/src/components/JfbBaseWithDrawRecord/Mock.js +7 -0
- package/src/components/JfbBaseWithdraw/Api.js +48 -0
- package/src/components/JfbBaseWithdraw/Attr.js +328 -0
- package/src/components/JfbBaseWithdraw/JfbBaseWithdraw.vue +272 -0
- package/src/components/JfbBaseWithdraw/JfbBaseWithdrawLess.less +79 -0
- package/src/components/JfbBaseWithdraw/JfbBaseWithdrawMixin.js +30 -0
- package/src/components/JfbBaseWithdraw/Mock.js +7 -0
- package/src/components/JfbBaseWxAuthorize/JfbBaseWxAuthorize.vue +10 -0
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @desc 获取绝对路径完整地址
|
|
3
|
+
* @param @path
|
|
4
|
+
**/
|
|
5
|
+
//例如:https://image.jufubao.cn/20220501010108/image/bg/default_gonghui_bg.png
|
|
6
|
+
@basePath: 'business/';
|
|
7
|
+
@doMain: '//sandbox-img.jufubao.cn/';
|
|
8
|
+
|
|
9
|
+
.getBusinessImageUrl(@path, @size: 'size8') {
|
|
10
|
+
@url: "@{doMain}@{basePath}@{path}?x-oss-process=style/@{size}";
|
|
11
|
+
background-image: url(@url);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
//start
|
|
15
|
+
.jfb-base-open-vip-detail {
|
|
16
|
+
box-sizing: border-box;
|
|
17
|
+
|
|
18
|
+
&__body{
|
|
19
|
+
position: relative;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
z-index: 2
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&.editx,&.editx:hover {
|
|
25
|
+
position: relative;
|
|
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
|
+
}
|
|
39
|
+
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
&__edit {
|
|
44
|
+
cursor: pointer;
|
|
45
|
+
position: absolute;
|
|
46
|
+
right: unit(0, rpx);
|
|
47
|
+
top: unit(-52, rpx);
|
|
48
|
+
height: unit(50, rpx);
|
|
49
|
+
line-height: unit(50, rpx);
|
|
50
|
+
display: flex;
|
|
51
|
+
justify-content: center;
|
|
52
|
+
align-items: center;
|
|
53
|
+
background: rgba(0, 0, 0, .6);
|
|
54
|
+
border-radius: unit(10, rpx);
|
|
55
|
+
box-shadow: 0 0 10px rbga(0, 0, 0, 0.3);
|
|
56
|
+
color: #fff;
|
|
57
|
+
font-size: unit(22, rpx);
|
|
58
|
+
|
|
59
|
+
&-icon{
|
|
60
|
+
padding: 0 unit(20, rpx);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
&.editx {
|
|
64
|
+
box-sizing: border-box;
|
|
65
|
+
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
//end
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
/**notPreview**/
|
|
73
|
+
.jfb-base-open-vip-detail {
|
|
74
|
+
//&:before {
|
|
75
|
+
//content: " ";
|
|
76
|
+
//display: table;
|
|
77
|
+
//}
|
|
78
|
+
}
|
|
79
|
+
/**endNotPreview**/
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
//@AttrImport
|
|
5
|
+
import Attr from "./Attr";
|
|
6
|
+
//@EndAttrImport
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export default {
|
|
10
|
+
data() {
|
|
11
|
+
return {
|
|
12
|
+
//#ifdef H5
|
|
13
|
+
|
|
14
|
+
//@AttrData
|
|
15
|
+
Attr:{}, //对外开发编辑属性
|
|
16
|
+
//@EndAttrData
|
|
17
|
+
|
|
18
|
+
// #endif
|
|
19
|
+
cssRoot: 'jfb-base-open-vip-detail'
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
created() {
|
|
23
|
+
|
|
24
|
+
//@AttrDataCreated
|
|
25
|
+
this.Attr = this.$xdUniHelper.customClone(Attr);
|
|
26
|
+
//@EndAttrDataCreated
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
},
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
module.exports = {
|
|
4
|
+
getVipConfirm: {
|
|
5
|
+
vip_card_id: 1,
|
|
6
|
+
product_id: 60038515,
|
|
7
|
+
product_name: "年卡会员",
|
|
8
|
+
sale_price: 20000,
|
|
9
|
+
platform_discount_amount: 120,
|
|
10
|
+
user_pay_amount: 20000,
|
|
11
|
+
life_cycle_label: "1年",
|
|
12
|
+
request_id: "cc61b6e3a8e0931f"
|
|
13
|
+
},
|
|
14
|
+
createVipOrder: {}
|
|
15
|
+
};
|
|
@@ -5,6 +5,18 @@ export default {
|
|
|
5
5
|
advanced: [],
|
|
6
6
|
content: (data)=>{
|
|
7
7
|
return [
|
|
8
|
+
{
|
|
9
|
+
label: "申请售后:",
|
|
10
|
+
ele: 'xd-radio',
|
|
11
|
+
valueKey: "showApplyAfter",
|
|
12
|
+
value: data.showApplyAfter || 'N',
|
|
13
|
+
list: [
|
|
14
|
+
{label: '展示', value: 'Y'},
|
|
15
|
+
{label: '隐藏', value: 'N'},
|
|
16
|
+
],
|
|
17
|
+
groupKey:'content',
|
|
18
|
+
labelInline: true,
|
|
19
|
+
},
|
|
8
20
|
{
|
|
9
21
|
label: '业务类型预览(只是预览模式生效)',
|
|
10
22
|
ele: "xd-select-list",
|
|
@@ -646,6 +658,30 @@ export default {
|
|
|
646
658
|
{ label: '隐藏', value: '0' },
|
|
647
659
|
]
|
|
648
660
|
},
|
|
661
|
+
{
|
|
662
|
+
label: '售后服务页面路径:',
|
|
663
|
+
ele: 'xd-select-pages-path',
|
|
664
|
+
valueKey: 'refundPath',
|
|
665
|
+
groupKey:'advanced',
|
|
666
|
+
placeholder: '请选择普通售后服务路径',
|
|
667
|
+
value: data['refundPath'] || null,
|
|
668
|
+
setting: {
|
|
669
|
+
router: XdBus.getParentApi('getPagesTree'),
|
|
670
|
+
},
|
|
671
|
+
inline: false,
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
label: '极速退款页面路径:',
|
|
675
|
+
ele: 'xd-select-pages-path',
|
|
676
|
+
valueKey: 'refundFastPath',
|
|
677
|
+
groupKey:'advanced',
|
|
678
|
+
placeholder: '请选择极速退款页面路径',
|
|
679
|
+
value: data['refundFastPath'] || null,
|
|
680
|
+
setting: {
|
|
681
|
+
router: XdBus.getParentApi('getPagesTree'),
|
|
682
|
+
},
|
|
683
|
+
inline: false,
|
|
684
|
+
},
|
|
649
685
|
].filter(i=>i)
|
|
650
686
|
},
|
|
651
687
|
}
|
|
@@ -120,27 +120,46 @@
|
|
|
120
120
|
</view>
|
|
121
121
|
</view>
|
|
122
122
|
</view>
|
|
123
|
-
<view
|
|
124
|
-
class="jfb-base-order-detail__body-delivery-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
<view
|
|
129
|
-
v-for="(Ditem, Dindex) in info.film_show.detail.items"
|
|
130
|
-
:key="Dindex"
|
|
131
|
-
class="jfb-base-order-detail__body-delivery-bottom-item"
|
|
132
|
-
:style="{
|
|
133
|
-
marginBottom: lineHeight + 'rpx'
|
|
134
|
-
}"
|
|
135
|
-
>
|
|
136
|
-
<view style="width: 130rpx"
|
|
137
|
-
>{{ Ditem.label }} <span v-if="Ditem.label">:</span>
|
|
123
|
+
<view v-if="info.film_show.part&&info.film_show.part.length>0" class="jfb-base-order-detail__body-no-delivery-supplement">
|
|
124
|
+
<view @click="handleViewSupplement(item)" class="jfb-base-order-detail__body-no-delivery-supplement-item" v-for="(item,index) in info.film_show.part" :key="index">
|
|
125
|
+
<view class="jfb-base-order-detail__body-no-delivery-supplement-item-info">
|
|
126
|
+
<view v-if="item.tag_name" :style="{color: mainColor, borderColor: mainColor}" class="jfb-base-order-detail__body-no-delivery-supplement-item-info-tag">{{item.tag_name}}</view>
|
|
127
|
+
<view class="jfb-base-order-detail__body-no-delivery-supplement-item-info-title">{{item.show_title}}</view>
|
|
138
128
|
</view>
|
|
139
|
-
<
|
|
129
|
+
<xd-font-icon size="24" color="#B1B1B1" icon="iconxiangyou_xian"></xd-font-icon>
|
|
140
130
|
</view>
|
|
141
131
|
</view>
|
|
142
132
|
</view>
|
|
143
133
|
</view>
|
|
134
|
+
<view
|
|
135
|
+
class="jfb-base-order-detail__body-card jfb-base-order-detail__body-delivery-info"
|
|
136
|
+
:style="{
|
|
137
|
+
background: backgroundColor,
|
|
138
|
+
border: borderBox,
|
|
139
|
+
borderRadius: radius + 'rpx',
|
|
140
|
+
boxShadow: shadowBox,
|
|
141
|
+
marginBottom: padding + 'rpx',
|
|
142
|
+
}"
|
|
143
|
+
v-if="info.film_show&&info.film_show.detail && info.film_show.detail !== null"
|
|
144
|
+
>
|
|
145
|
+
<view class="jfb-base-order-detail__body-delivery-info-title">
|
|
146
|
+
<view :style="{background:mainColor}" class="line"></view>
|
|
147
|
+
{{info.film_show.detail.title }}
|
|
148
|
+
</view>
|
|
149
|
+
<view
|
|
150
|
+
v-for="(Ditem, Dindex) in info.film_show.detail.items"
|
|
151
|
+
:key="Dindex"
|
|
152
|
+
class="jfb-base-order-detail__body-delivery-info-item"
|
|
153
|
+
:style="{
|
|
154
|
+
marginBottom: lineHeight + 'rpx'
|
|
155
|
+
}"
|
|
156
|
+
>
|
|
157
|
+
<view style="width: 130rpx"
|
|
158
|
+
>{{ Ditem.label }} <span v-if="Ditem.label">:</span>
|
|
159
|
+
</view>
|
|
160
|
+
<view>{{ Ditem.value }}</view>
|
|
161
|
+
</view>
|
|
162
|
+
</view>
|
|
144
163
|
<view v-if="info.sub_orders && info.sub_orders.length > 0">
|
|
145
164
|
<view
|
|
146
165
|
:style="{
|
|
@@ -571,11 +590,15 @@
|
|
|
571
590
|
>
|
|
572
591
|
<view :style="{ fontWeight: item.style }">{{ item.label }}</view>
|
|
573
592
|
<xd-unit
|
|
593
|
+
v-if="item.type === 'price'"
|
|
594
|
+
:colorNew="isPlusSite ? '#999':''"
|
|
595
|
+
:largeZero="false"
|
|
574
596
|
:fontSize="28"
|
|
575
597
|
:iconSize="0.28"
|
|
576
598
|
:fontWeight="item.style"
|
|
577
599
|
:price="item.value"
|
|
578
600
|
></xd-unit>
|
|
601
|
+
<view v-else style="font-size: 28rpx;" :style="{color: isPlusSite ? '#999':'', fontWeight: item.style}" v-html="item.value"></view>
|
|
579
602
|
</view>
|
|
580
603
|
<view
|
|
581
604
|
v-if="item.type === 'line'"
|
|
@@ -758,6 +781,19 @@
|
|
|
758
781
|
</xd-button>
|
|
759
782
|
</view>
|
|
760
783
|
</view>
|
|
784
|
+
<view v-else-if="item.action === 'apply_refund'">
|
|
785
|
+
<xd-button
|
|
786
|
+
v-if="showApplyAfter === 'Y'"
|
|
787
|
+
size="small"
|
|
788
|
+
:type="item.type !== undefined ? item.type: 'primary'"
|
|
789
|
+
:radius="bottomBtnRadius + 'rpx'"
|
|
790
|
+
:style="{
|
|
791
|
+
height: bottomBtnHeight + 'rpx',
|
|
792
|
+
lineHeight: bottomBtnHeight + 'rpx',
|
|
793
|
+
}"
|
|
794
|
+
@click="handleAction(item)"
|
|
795
|
+
>{{ item.text }}</xd-button>
|
|
796
|
+
</view>
|
|
761
797
|
<view v-else>
|
|
762
798
|
<xd-button
|
|
763
799
|
size="small"
|
|
@@ -804,6 +840,20 @@
|
|
|
804
840
|
<view v-if="dialogCode && dialogCode.tips" class="dialog_password"> {{ dialogCode.tips}}</view>
|
|
805
841
|
<view v-if="dialogPassword" class="dialog_password">{{ dialogPassword }}</view>
|
|
806
842
|
</xd-dailog>
|
|
843
|
+
<XdDownDrawer :isClose="false" height="auto" :show.sync="showSupplement">
|
|
844
|
+
<view class="supplement">
|
|
845
|
+
<view class="supplement-title">
|
|
846
|
+
<xd-font-icon @click="showSupplement=false" color="#666" size="30" icon="iconxiangzuo_xian"></xd-font-icon>
|
|
847
|
+
<view style="margin: 0 auto">{{supplementTitle}}</view>
|
|
848
|
+
</view>
|
|
849
|
+
<view style="color: #333333;margin-top: 58rpx;font-size: 28rpx;font-weight: 500">已购</view>
|
|
850
|
+
<view class="supplement-item" v-for="(item, index) in supplementList" :key="index">
|
|
851
|
+
<view>{{item.product_name}}</view>
|
|
852
|
+
<view>{{getAmount(item.sale_price)}}元 x {{item.product_num}}</view>
|
|
853
|
+
</view>
|
|
854
|
+
<xd-button type="primary" @click="showSupplement=false">关闭</xd-button>
|
|
855
|
+
</view>
|
|
856
|
+
</XdDownDrawer>
|
|
807
857
|
</view>
|
|
808
858
|
</template>
|
|
809
859
|
|
|
@@ -814,6 +864,7 @@ import XdTag from "@/components/XdTag/XdTag";
|
|
|
814
864
|
import XdUnit from "@/components/XdUnit/XdUnit";
|
|
815
865
|
import XdButton from "@/components/XdButton/XdButton";
|
|
816
866
|
import XdDailog from "@/components/XdDailog/XdDailog";
|
|
867
|
+
import XdDownDrawer from "@/components/XdDownDrawer/XdDownDrawer";
|
|
817
868
|
import { jfbRootExec } from "@/utils/xd.event";
|
|
818
869
|
import JfbBaseOrderDetailMixin from "./JfbBaseOrderDetailMixin";
|
|
819
870
|
import componentsMixins from "@/mixins/componentsMixins";
|
|
@@ -834,6 +885,7 @@ export default {
|
|
|
834
885
|
XdButton,
|
|
835
886
|
XdDailog,
|
|
836
887
|
XdJfbImage,
|
|
888
|
+
XdDownDrawer
|
|
837
889
|
},
|
|
838
890
|
mixins: [componentsMixins, extsMixins, JfbBaseOrderDetailMixin],
|
|
839
891
|
data() {
|
|
@@ -865,6 +917,8 @@ export default {
|
|
|
865
917
|
dialogPassword: "",
|
|
866
918
|
dialogCode: null,
|
|
867
919
|
|
|
920
|
+
showApplyAfter: "",
|
|
921
|
+
|
|
868
922
|
//基础
|
|
869
923
|
radius: 0,
|
|
870
924
|
backgroundColor: "",
|
|
@@ -900,7 +954,13 @@ export default {
|
|
|
900
954
|
is_show_all_detail: '',
|
|
901
955
|
showPreviewCode: true,
|
|
902
956
|
is_show_product: "",
|
|
957
|
+
refundPath: "",
|
|
958
|
+
refundFastPath: "",
|
|
903
959
|
btnTextSize: 20,
|
|
960
|
+
|
|
961
|
+
showSupplement: false,
|
|
962
|
+
supplementList: [],
|
|
963
|
+
supplementTitle: "",
|
|
904
964
|
};
|
|
905
965
|
},
|
|
906
966
|
watch: {
|
|
@@ -953,7 +1013,10 @@ export default {
|
|
|
953
1013
|
padding: padding,
|
|
954
1014
|
backgroundColor: this.bottomBgColor,
|
|
955
1015
|
}
|
|
956
|
-
}
|
|
1016
|
+
},
|
|
1017
|
+
isPlusSite(){
|
|
1018
|
+
return this.projectAttr.headers['X-Site-Group']==="vip";
|
|
1019
|
+
},
|
|
957
1020
|
},
|
|
958
1021
|
created() {
|
|
959
1022
|
this.noticeBgc = Color(this.warningColor).alpha(0.2).toString();
|
|
@@ -969,6 +1032,10 @@ export default {
|
|
|
969
1032
|
this.getOrderDetail();
|
|
970
1033
|
},
|
|
971
1034
|
|
|
1035
|
+
getAmount(price) {
|
|
1036
|
+
return this.$xdUniHelper.divisionFloatNumber(price,100)
|
|
1037
|
+
},
|
|
1038
|
+
|
|
972
1039
|
timeDown() {
|
|
973
1040
|
if (this.info.status.loading_timeout != "-1") {
|
|
974
1041
|
this.times = this.info.status.loading_timeout;
|
|
@@ -995,6 +1062,7 @@ export default {
|
|
|
995
1062
|
custom_content_container_id: this.cid,
|
|
996
1063
|
is_show_jhd_code: Number(this.is_show),
|
|
997
1064
|
is_show_product: this.is_show_product === "Y" ? 1 : 0,
|
|
1065
|
+
version: 'v2'
|
|
998
1066
|
},
|
|
999
1067
|
})
|
|
1000
1068
|
.then((res) => {
|
|
@@ -1195,10 +1263,13 @@ export default {
|
|
|
1195
1263
|
* @param container {object} 业务组件对象自己
|
|
1196
1264
|
*/
|
|
1197
1265
|
init(container) {
|
|
1266
|
+
this.showApplyAfter = getContainerPropsValue(container, "content.showApplyAfter", "N");
|
|
1267
|
+
|
|
1198
1268
|
this.bgColor = this.$colorChange(this.mainColor).alpha(0.1).toString();
|
|
1199
1269
|
this.brandPath = getContainerPropsValue(container, "content.brandPath", {value: "",}).value;
|
|
1200
1270
|
this.payPath = getContainerPropsValue(container, "content.payPath", {value: "",}).value;
|
|
1201
|
-
|
|
1271
|
+
this.refundPath = getContainerPropsValue(container, "content.refundPath", {value: "",}).value;
|
|
1272
|
+
this.refundFastPath = getContainerPropsValue(container, "content.refundFastPath", {value: "",}).value;
|
|
1202
1273
|
|
|
1203
1274
|
this.packageListPath = getContainerPropsValue(container, "content.packageListPath", { value: "" }).value;
|
|
1204
1275
|
this.webViewPath = getContainerPropsValue(container, "content.webViewPath", {value: "",}).value;
|
|
@@ -1299,6 +1370,11 @@ export default {
|
|
|
1299
1370
|
});
|
|
1300
1371
|
// #endif
|
|
1301
1372
|
},
|
|
1373
|
+
handleViewSupplement(item){
|
|
1374
|
+
this.showSupplement=true;
|
|
1375
|
+
this.supplementList = item.items
|
|
1376
|
+
this.supplementTitle = item.show_title
|
|
1377
|
+
},
|
|
1302
1378
|
handleToLink(id, info) {
|
|
1303
1379
|
this.$xdUniHelper.navigateTo({
|
|
1304
1380
|
url: `${this.brandPath}?id=${id}®ion_limit_tpl_id=${info.support_shops.region_limit_tpl_id}&xnamespace=${info.biz_code}`,
|
|
@@ -1380,6 +1456,19 @@ export default {
|
|
|
1380
1456
|
},
|
|
1381
1457
|
});
|
|
1382
1458
|
}
|
|
1459
|
+
else if(item.action === 'apply_refund'){
|
|
1460
|
+
//普通退款
|
|
1461
|
+
if(this.info.is_support_quick_refund !== "Y"){
|
|
1462
|
+
this.$xdUniHelper.navigateTo({
|
|
1463
|
+
url: `${this.refundPath}?order_id=${this.main_order_id}`,
|
|
1464
|
+
});
|
|
1465
|
+
}else{
|
|
1466
|
+
//极速退款
|
|
1467
|
+
this.$xdUniHelper.navigateTo({
|
|
1468
|
+
url: `${this.refundFastPath}?order_id=${this.main_order_id}`,
|
|
1469
|
+
});
|
|
1470
|
+
}
|
|
1471
|
+
}
|
|
1383
1472
|
else {
|
|
1384
1473
|
console.error(`item.action=${item.action}, 此action不可用`)
|
|
1385
1474
|
}
|
|
@@ -1417,6 +1506,12 @@ export default {
|
|
|
1417
1506
|
|
|
1418
1507
|
<style scoped lang="less">
|
|
1419
1508
|
@import "./JfbBaseOrderDetailLess.less";
|
|
1509
|
+
.line {
|
|
1510
|
+
border-radius: 2px;
|
|
1511
|
+
width: 6rpx;
|
|
1512
|
+
height: 24rpx;
|
|
1513
|
+
margin-right: 20rpx;
|
|
1514
|
+
}
|
|
1420
1515
|
|
|
1421
1516
|
.code-url {
|
|
1422
1517
|
display: flex;
|
|
@@ -1555,6 +1650,32 @@ export default {
|
|
|
1555
1650
|
}
|
|
1556
1651
|
}
|
|
1557
1652
|
}
|
|
1653
|
+
&-supplement {
|
|
1654
|
+
border-top: 1px dashed #CCCCCC;
|
|
1655
|
+
margin-top: 32rpx;
|
|
1656
|
+
&-item {
|
|
1657
|
+
display: flex;
|
|
1658
|
+
align-items: center;
|
|
1659
|
+
justify-content: space-between;
|
|
1660
|
+
margin-top: 32rpx;
|
|
1661
|
+
margin-bottom: 32rpx;
|
|
1662
|
+
&-info {
|
|
1663
|
+
display: flex;
|
|
1664
|
+
align-items: center;
|
|
1665
|
+
&-tag {
|
|
1666
|
+
border: 1px solid;
|
|
1667
|
+
font-size: 20rpx;
|
|
1668
|
+
padding: 8rpx 16rpx;
|
|
1669
|
+
border-radius: 8rpx;
|
|
1670
|
+
margin-right: 20rpx;
|
|
1671
|
+
}
|
|
1672
|
+
&-title {
|
|
1673
|
+
color: #666666;
|
|
1674
|
+
font-size: 24rpx;
|
|
1675
|
+
}
|
|
1676
|
+
}
|
|
1677
|
+
}
|
|
1678
|
+
}
|
|
1558
1679
|
}
|
|
1559
1680
|
|
|
1560
1681
|
&-delivery {
|
|
@@ -1578,6 +1699,28 @@ export default {
|
|
|
1578
1699
|
border-radius: unit(8, rpx);
|
|
1579
1700
|
}
|
|
1580
1701
|
|
|
1702
|
+
&-bottom {
|
|
1703
|
+
margin-top: unit(32, rpx);
|
|
1704
|
+
|
|
1705
|
+
&-title {
|
|
1706
|
+
color: #333333;
|
|
1707
|
+
font-size: unit(28, rpx);
|
|
1708
|
+
font-weight: 500;
|
|
1709
|
+
margin-bottom: unit(20, rpx);
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
&-item {
|
|
1713
|
+
color: #666666;
|
|
1714
|
+
font-size: unit(28, rpx);
|
|
1715
|
+
display: flex;
|
|
1716
|
+
margin-bottom: unit(16, rpx);
|
|
1717
|
+
|
|
1718
|
+
& > view:nth-child(2) {
|
|
1719
|
+
width: 80%;
|
|
1720
|
+
}
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1581
1724
|
&-info {
|
|
1582
1725
|
flex: 1;
|
|
1583
1726
|
display: flex;
|
|
@@ -1620,6 +1763,35 @@ export default {
|
|
|
1620
1763
|
}
|
|
1621
1764
|
}
|
|
1622
1765
|
|
|
1766
|
+
&-info {
|
|
1767
|
+
margin-top: unit(32, rpx);
|
|
1768
|
+
|
|
1769
|
+
&-title {
|
|
1770
|
+
color: #333333;
|
|
1771
|
+
font-size: unit(28, rpx);
|
|
1772
|
+
margin-bottom: unit(20, rpx);
|
|
1773
|
+
display: flex;
|
|
1774
|
+
align-items: center;
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
&-item {
|
|
1778
|
+
color: #333333;
|
|
1779
|
+
font-size: unit(24, rpx);
|
|
1780
|
+
display: flex;
|
|
1781
|
+
margin-bottom: unit(16, rpx);
|
|
1782
|
+
& > view:first-child{
|
|
1783
|
+
color: #999;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
& > view:nth-child(2) {
|
|
1787
|
+
width: 80%;
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1790
|
+
&-item:last-child{
|
|
1791
|
+
margin-bottom: 0 !important;
|
|
1792
|
+
}
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1623
1795
|
&-bottom {
|
|
1624
1796
|
margin-top: unit(32, rpx);
|
|
1625
1797
|
|
|
@@ -1641,8 +1813,10 @@ export default {
|
|
|
1641
1813
|
}
|
|
1642
1814
|
}
|
|
1643
1815
|
}
|
|
1816
|
+
|
|
1644
1817
|
}
|
|
1645
1818
|
|
|
1819
|
+
|
|
1646
1820
|
&-num {
|
|
1647
1821
|
&-info {
|
|
1648
1822
|
display: flex;
|
|
@@ -1765,7 +1939,7 @@ export default {
|
|
|
1765
1939
|
color: #737373;
|
|
1766
1940
|
}
|
|
1767
1941
|
}
|
|
1768
|
-
|
|
1942
|
+
|
|
1769
1943
|
&-order {
|
|
1770
1944
|
display: flex;
|
|
1771
1945
|
align-items: center;
|
|
@@ -1961,5 +2135,23 @@ export default {
|
|
|
1961
2135
|
}
|
|
1962
2136
|
|
|
1963
2137
|
}
|
|
2138
|
+
|
|
2139
|
+
.supplement {
|
|
2140
|
+
padding: 48rpx;
|
|
2141
|
+
&-title {
|
|
2142
|
+
display: flex;
|
|
2143
|
+
align-items: center;
|
|
2144
|
+
color: #666666;
|
|
2145
|
+
font-size: 28rpx;
|
|
2146
|
+
}
|
|
2147
|
+
&-item {
|
|
2148
|
+
margin: 34rpx 0;
|
|
2149
|
+
display: flex;
|
|
2150
|
+
justify-content: space-between;
|
|
2151
|
+
align-items: center;
|
|
2152
|
+
color: #666;
|
|
2153
|
+
font-size: 28rpx;
|
|
2154
|
+
}
|
|
2155
|
+
}
|
|
1964
2156
|
}
|
|
1965
2157
|
</style>
|
|
@@ -35,4 +35,15 @@ module.exports = [
|
|
|
35
35
|
isConsole: true,
|
|
36
36
|
disabled: true,
|
|
37
37
|
},
|
|
38
|
+
{
|
|
39
|
+
path: "/aftersale/v1/service-order/order-support-quick-refund",
|
|
40
|
+
title: "售后订单支持快速退款",
|
|
41
|
+
mapFnName: "getSupportQuickRefund",
|
|
42
|
+
isRule: false,
|
|
43
|
+
params: {
|
|
44
|
+
order_id: ['订单ID', 'String', true],
|
|
45
|
+
},
|
|
46
|
+
isConsole: true,
|
|
47
|
+
disabled: true,
|
|
48
|
+
}
|
|
38
49
|
];
|
|
@@ -4,6 +4,18 @@ export default {
|
|
|
4
4
|
style: [],
|
|
5
5
|
content: (data)=>{
|
|
6
6
|
return [
|
|
7
|
+
{
|
|
8
|
+
label: "申请售后:",
|
|
9
|
+
ele: 'xd-radio',
|
|
10
|
+
valueKey: "showApplyAfter",
|
|
11
|
+
value: data.showApplyAfter || 'N',
|
|
12
|
+
list: [
|
|
13
|
+
{label: '展示', value: 'Y'},
|
|
14
|
+
{label: '隐藏', value: 'N'},
|
|
15
|
+
],
|
|
16
|
+
groupKey:'content',
|
|
17
|
+
labelInline: true,
|
|
18
|
+
},
|
|
7
19
|
{
|
|
8
20
|
label: "布局样式配置",
|
|
9
21
|
ele: "xd-radio",
|
|
@@ -264,6 +276,30 @@ export default {
|
|
|
264
276
|
},
|
|
265
277
|
inline: false,
|
|
266
278
|
},
|
|
279
|
+
{
|
|
280
|
+
label: '售后服务页面路径:',
|
|
281
|
+
ele: 'xd-select-pages-path',
|
|
282
|
+
valueKey: 'refundPath',
|
|
283
|
+
groupKey:'advanced',
|
|
284
|
+
placeholder: '请选择普通售后服务路径',
|
|
285
|
+
value: data['refundPath'] || null,
|
|
286
|
+
setting: {
|
|
287
|
+
router: XdBus.getParentApi('getPagesTree'),
|
|
288
|
+
},
|
|
289
|
+
inline: false,
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
label: '极速退款页面路径:',
|
|
293
|
+
ele: 'xd-select-pages-path',
|
|
294
|
+
valueKey: 'refundFastPath',
|
|
295
|
+
groupKey:'advanced',
|
|
296
|
+
placeholder: '请选择极速退款页面路径',
|
|
297
|
+
value: data['refundFastPath'] || null,
|
|
298
|
+
setting: {
|
|
299
|
+
router: XdBus.getParentApi('getPagesTree'),
|
|
300
|
+
},
|
|
301
|
+
inline: false,
|
|
302
|
+
},
|
|
267
303
|
].filter(i=>i)
|
|
268
304
|
},
|
|
269
305
|
advanced: [],
|