jufubao-base 1.0.232-beta5 → 1.0.232-beta6
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/JfbBaseBalance/Api.js +18 -30
- package/src/components/JfbBaseBalance/Attr.js +292 -24
- package/src/components/JfbBaseBalance/JfbBaseBalance.vue +250 -32
- package/src/components/JfbBaseCodeOpenVip/Api.js +17 -39
- package/src/components/JfbBaseCodeOpenVip/Attr.js +19 -0
- package/src/components/JfbBaseCodeOpenVip/JfbBaseCodeOpenVip.vue +52 -23
- package/src/components/JfbBaseOpenVip/Api.js +11 -40
- package/src/components/JfbBaseOpenVip/Attr.js +4 -4
- package/src/components/JfbBaseOpenVip/JfbBaseOpenVip.vue +68 -25
- package/src/components/JfbBaseOpenVip/Mock.js +16 -9
- package/src/components/JfbBaseOpenVip/XdVipList.vue +44 -6
- package/src/components/JfbBaseOpenVipDetail/Api.js +17 -39
- package/src/components/JfbBaseOpenVipDetail/Attr.js +16 -27
- package/src/components/JfbBaseOpenVipDetail/JfbBaseOpenVipDetail.vue +108 -23
- package/src/components/JfbBasePersonalData/Api.js +9 -41
- package/src/components/JfbBasePersonalData/Attr.js +1 -37
- package/src/components/JfbBasePersonalData/JfbBasePersonalData.vue +43 -21
- package/src/components/JfbBasePointsCard/Api.js +4 -44
- package/src/components/JfbBasePointsCard/Attr.js +0 -48
- package/src/components/JfbBasePointsCard/JfbBasePointsCard.vue +24 -107
- package/src/components/JfbBasePointsCard/Mock.js +1 -9
- package/src/components/JfbBasePointsDetail/Api.js +25 -0
- package/src/components/JfbBasePointsDetail/JfbBasePointsDetail.vue +65 -20
- package/src/components/JfbBasePointsDetail/Mock.js +2 -8
- package/src/components/JfbBaseSavingDetail/Api.js +12 -29
- package/src/components/JfbBaseSavingDetail/Attr.js +44 -22
- package/src/components/JfbBaseSavingDetail/JfbBaseSavingDetail.vue +593 -29
- 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 +5 -43
- package/src/components/JfbBaseShare/JfbBaseShare.vue +13 -12
- package/src/components/JfbBaseTfkSearch/ContentProduct.vue +1 -20
- package/src/components/JfbBaseTfkSearch/JfbBaseTfkSearch.vue +5 -0
- package/src/components/JfbBaseUserInfo/JfbBaseUserInfo.vue +5 -1
- package/src/components/JfbBaseWithDrawAgain/Api.js +13 -30
- package/src/components/JfbBaseWithDrawAgain/Attr.js +70 -26
- package/src/components/JfbBaseWithDrawAgain/JfbBaseWithDrawAgain.vue +255 -32
- package/src/components/JfbBaseWithDrawRecord/Api.js +4 -43
- package/src/components/JfbBaseWithDrawRecord/Attr.js +56 -25
- package/src/components/JfbBaseWithDrawRecord/JfbBaseWithDrawRecord.vue +151 -34
- package/src/components/JfbBaseWithdraw/Api.js +20 -30
- package/src/components/JfbBaseWithdraw/Attr.js +304 -24
- package/src/components/JfbBaseWithdraw/JfbBaseWithdraw.vue +166 -32
|
@@ -2,12 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
module.exports = {
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
updatePointsFilmPaiqiDate:{},
|
|
8
|
-
|
|
9
|
-
removePointsFilmAddress:{},
|
|
10
|
-
|
|
11
|
-
addPointsFilmcart:{},
|
|
12
|
-
|
|
5
|
+
getPointsWalletDetail:{"wallet_list":[{"sort":1,"wallet_type":"US","show_name":"可用积分","amount":10000,"is_support_withdraw":"N"}],"request_id":"43fa9f773f0c3014"},
|
|
6
|
+
getPointsWalletTradeList: {"next_page_token":"","total_size":0,"list":[{"trade_nnid":"zd0rYpZgWXE9Yf8e1mtH3","order_id":"111112-2025041517-03-54","amount":10000,"trade_type":"activity_a","trade_type_name":"活动收入","operate_type":"A","operate_type_name":"收入","trade_name":"","comment":"","created_time":1744707836}],"request_id":"eec94260e6f9de53"}
|
|
13
7
|
}
|
|
@@ -6,51 +6,34 @@
|
|
|
6
6
|
*/
|
|
7
7
|
module.exports = [
|
|
8
8
|
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
path: '/api/account/film/list-film-square',
|
|
9
|
+
mapFnName: 'getMonthSavingDetail',
|
|
10
|
+
title: '省钱明细-月度',
|
|
11
|
+
path: '/member/v1/money-saving-record/month',
|
|
13
12
|
isRule: false,
|
|
14
13
|
params: {
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
year: ['年', 'Number', true],
|
|
15
|
+
month: ['月', 'Number', true],
|
|
17
16
|
},
|
|
18
17
|
isConsole: true,
|
|
19
18
|
disabled: true,
|
|
20
19
|
},
|
|
21
20
|
{
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
path: '/api/account/film/paiqi-date',
|
|
21
|
+
mapFnName: 'getTotalSavingDetail',
|
|
22
|
+
title: '省钱明细-累计',
|
|
23
|
+
path: '/member/v1/money-saving-record/total',
|
|
26
24
|
isRule: false,
|
|
27
25
|
params: {
|
|
28
|
-
film_id: ['电影id', 'Number', '必选'],
|
|
29
|
-
cinema_id: ['影院id', 'Number', '必选'],
|
|
30
26
|
},
|
|
31
27
|
isConsole: true,
|
|
32
28
|
disabled: true,
|
|
33
29
|
},
|
|
34
30
|
{
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
path: '/api/account/film/paiqi-date',
|
|
31
|
+
mapFnName: 'getYearSavingDetail',
|
|
32
|
+
title: '省钱明细-年度',
|
|
33
|
+
path: '/member/v1/money-saving-record/year',
|
|
39
34
|
isRule: false,
|
|
40
35
|
params: {
|
|
41
|
-
|
|
42
|
-
},
|
|
43
|
-
isConsole: true,
|
|
44
|
-
disabled: true,
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
//设置方法名字当别忘记加上【模块名字】:Saving
|
|
48
|
-
mapFnName: 'addSavingFilmcart',
|
|
49
|
-
title: '添加购物车',
|
|
50
|
-
path: '/api/account/film/paiqi-date',
|
|
51
|
-
isRule: false,
|
|
52
|
-
params: {
|
|
53
|
-
film_id: ['电影id', 'Number', '必选'],
|
|
36
|
+
year: ['年', 'Number', true],
|
|
54
37
|
},
|
|
55
38
|
isConsole: true,
|
|
56
39
|
disabled: true,
|
|
@@ -7,40 +7,62 @@ export default {
|
|
|
7
7
|
style: [],
|
|
8
8
|
content: (data) => {
|
|
9
9
|
return [
|
|
10
|
+
{
|
|
11
|
+
ele: 'title',
|
|
12
|
+
label: '切换标签设置',
|
|
13
|
+
size: 'small',
|
|
14
|
+
groupKey: 'style',
|
|
15
|
+
},
|
|
10
16
|
{
|
|
11
17
|
label: '背景颜色:',
|
|
12
18
|
ele: 'xd-color',
|
|
13
|
-
valueKey: '
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
19
|
+
valueKey: 'titleBgc',
|
|
20
|
+
groupKey: 'style',
|
|
21
|
+
value: data['titleBgc'] || '',
|
|
22
|
+
placeholder: '请选择背景颜色',
|
|
23
|
+
classNmae: 'input80',
|
|
17
24
|
},
|
|
18
25
|
{
|
|
19
|
-
label: '
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
value: data['select-pages-path'] || null,
|
|
26
|
+
label: '外填充:',
|
|
27
|
+
ele: 'xd-margin-padding',
|
|
28
|
+
valueKey: 'tabPadding',
|
|
29
|
+
groupKey: 'style',
|
|
30
|
+
value: data['tabPadding'] || null,
|
|
25
31
|
setting: {
|
|
26
|
-
|
|
32
|
+
type: 'padding',
|
|
27
33
|
},
|
|
34
|
+
placeholder: '请设置外填充',
|
|
35
|
+
inline: false,
|
|
36
|
+
notice: '设置填充值,<span style="color: red">单位:像素</span>。默认值:<span style="color: red">上下20,左右0</span>像素',
|
|
28
37
|
},
|
|
29
|
-
|
|
30
|
-
label: '
|
|
38
|
+
{
|
|
39
|
+
label: '切换标签与内容之间间距:',
|
|
31
40
|
ele: 'el-input',
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
valueKey: '
|
|
35
|
-
value: data
|
|
36
|
-
placeholder: '请输入占位框高度,单位像素,默认:10px',
|
|
41
|
+
type: 'text',
|
|
42
|
+
groupKey: 'style',
|
|
43
|
+
valueKey: 'titlePadding',
|
|
44
|
+
value: data['titlePadding'] || '',
|
|
37
45
|
className: 'input60',
|
|
46
|
+
inline: false,
|
|
47
|
+
notice:'设置切换标签与内容之间间距,默认值:<span style="color:red">0</span>像素'
|
|
38
48
|
},
|
|
39
49
|
{
|
|
40
|
-
label: '',
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
50
|
+
label: '未选中文字颜色:',
|
|
51
|
+
ele: 'xd-color',
|
|
52
|
+
valueKey: 'titleColor',
|
|
53
|
+
value: data['titleColor'] || '',
|
|
54
|
+
groupKey: 'style',
|
|
55
|
+
placeholder: '请选择未选中文字颜色',
|
|
56
|
+
classNmae: 'input80',
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
label: '选中文字颜色:',
|
|
60
|
+
ele: 'xd-color',
|
|
61
|
+
valueKey: 'titleActColor',
|
|
62
|
+
value: data['titleActColor'] || '',
|
|
63
|
+
groupKey: 'style',
|
|
64
|
+
placeholder: '请选择选中文字颜色',
|
|
65
|
+
classNmae: 'input80',
|
|
44
66
|
},
|
|
45
67
|
].filter(i=>i)
|
|
46
68
|
},
|