jufubao-base 1.0.169 → 1.0.171
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/JfbBaseHeader/JfbBaseHeader.vue +2 -2
- package/src/components/JfbBaseLogin/Attr.js +1133 -491
- package/src/components/JfbBaseLogin/JfbBaseLogin.vue +369 -63
- package/src/components/JfbBaseMapSearch/MapSearchMp.vue +1 -1
- package/src/components/JfbBaseNotice/JfbBaseNotice.vue +2 -2
- package/src/components/JfbBaseTfkCardBind/Api.js +49 -30
- package/src/components/JfbBaseTfkCardBind/Attr.js +708 -38
- package/src/components/JfbBaseTfkCardBind/JfbBaseTfkCardBind.vue +688 -22
- package/src/components/JfbBaseTfkCardBind/Mock.js +19 -9
- package/src/components/JfbBaseTfkCardDetail/Api.js +19 -32
- package/src/components/JfbBaseTfkCardDetail/Attr.js +740 -33
- package/src/components/JfbBaseTfkCardDetail/JfbBaseTfkCardDetail.vue +639 -23
- package/src/components/JfbBaseTfkCardDetail/Mock.js +151 -11
- package/src/components/JfbBaseTfkCardLogin/Api.js +19 -34
- package/src/components/JfbBaseTfkCardLogin/Attr.js +1094 -32
- package/src/components/JfbBaseTfkCardLogin/JfbBaseTfkCardLogin.vue +775 -17
- package/src/components/JfbBaseTfkCardLogin/Mock.js +191 -11
- package/src/components/JfbBaseTfkCardLogin/XdCouponItem.vue +275 -0
- package/src/components/JfbBaseTfkCardLogin/XdNotice.vue +550 -0
- package/src/components/JfbBaseTfkSearch/AllList.vue +337 -0
- package/src/components/JfbBaseTfkSearch/Api.js +11 -42
- package/src/components/JfbBaseTfkSearch/Attr.js +344 -32
- package/src/components/JfbBaseTfkSearch/ContentCinema.vue +157 -0
- package/src/components/JfbBaseTfkSearch/ContentFilm.vue +218 -0
- package/src/components/JfbBaseTfkSearch/ContentProduct.vue +317 -0
- package/src/components/JfbBaseTfkSearch/ContentShop.vue +186 -0
- package/src/components/JfbBaseTfkSearch/CusAttr.js +213 -0
- package/src/components/JfbBaseTfkSearch/CustomList.vue +453 -0
- package/src/components/JfbBaseTfkSearch/JfbBaseTfkSearch.vue +286 -35
- package/src/components/JfbBaseTfkSearch/Mock.js +242 -11
- package/src/components/JfbBaseTfkSearch/SkeletonCinema.vue +45 -0
- package/src/components/JfbBaseTfkSearch/SkeletonFilm.vue +109 -0
- package/src/components/JfbBaseTfkSearch/SkeletonProduct.vue +246 -0
- package/src/components/JfbBaseTfkSearch/SkeletonShop.vue +81 -0
- package/src/components/JfbBaseTfkSearch/handleKeyword.js +24 -0
- package/src/components/JfbBaseTfkSearch/listMixins.js +187 -0
- package/src/components/JfbBaseUserInfo/JfbBaseUserInfo.vue +2 -1
- package/src/mixins/colorCardMixins.js +71 -9
- package/src/mixins/componentsMixins.js +376 -23
- package/src/mixins/posterMixins.js +122 -0
|
@@ -6,53 +6,72 @@
|
|
|
6
6
|
*/
|
|
7
7
|
module.exports = [
|
|
8
8
|
{
|
|
9
|
-
|
|
10
|
-
mapFnName: 'getTfkByIdFilmSquate',
|
|
11
|
-
title: '获取电影广场列表',
|
|
12
|
-
path: '/api/account/film/list-film-square',
|
|
9
|
+
mapFnName: 'qrcodeCardBind',
|
|
13
10
|
isRule: false,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
title: '根据二维码绑定卡',
|
|
12
|
+
prefix: 'qrcode',
|
|
13
|
+
path: '/card/v1/card-bind/bind-card-by-qrcode',
|
|
14
|
+
data: {
|
|
15
|
+
card_qrcode: ['二维码内容', 'String', '必选'],
|
|
17
16
|
},
|
|
18
|
-
isConsole: true,
|
|
19
17
|
disabled: true,
|
|
20
18
|
},
|
|
21
19
|
{
|
|
22
|
-
|
|
23
|
-
mapFnName: 'updateTfkFilmPaiqiDate',
|
|
24
|
-
title: '更新排期',
|
|
25
|
-
path: '/api/account/film/paiqi-date',
|
|
20
|
+
mapFnName: 'getByPwdCardDetail',
|
|
26
21
|
isRule: false,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
22
|
+
title: '根据卡号密码获得卡信息',
|
|
23
|
+
prefix: 'detal',
|
|
24
|
+
path: '/card/v1/card-bind/get-card-by-password',
|
|
25
|
+
data: {
|
|
26
|
+
card_number: ['卡号', 'String', '必选'],
|
|
27
|
+
card_password: ['卡号密码', 'String', '必选']
|
|
30
28
|
},
|
|
31
|
-
isConsole: true,
|
|
32
29
|
disabled: true,
|
|
33
30
|
},
|
|
34
31
|
{
|
|
35
|
-
|
|
36
|
-
mapFnName: 'removeTfkFilmAddress',
|
|
37
|
-
title: '删除我的配送地址',
|
|
38
|
-
path: '/api/account/film/paiqi-date',
|
|
32
|
+
mapFnName: 'getByQrCardDetail',
|
|
39
33
|
isRule: false,
|
|
40
|
-
|
|
41
|
-
|
|
34
|
+
title: '根据二维码获得卡信息',
|
|
35
|
+
prefix: 'detal',
|
|
36
|
+
path: '/card/v1/card-bind/get-card-by-qrcode',
|
|
37
|
+
data: {
|
|
38
|
+
card_qrcode: ['二维码', 'String', '必选'],
|
|
42
39
|
},
|
|
43
|
-
isConsole: true,
|
|
44
40
|
disabled: true,
|
|
45
41
|
},
|
|
46
42
|
{
|
|
47
|
-
|
|
48
|
-
mapFnName: 'addTfkFilmcart',
|
|
49
|
-
title: '添加购物车',
|
|
50
|
-
path: '/api/account/film/paiqi-date',
|
|
43
|
+
mapFnName: 'pwdCardBind',
|
|
51
44
|
isRule: false,
|
|
52
|
-
|
|
53
|
-
|
|
45
|
+
title: '根据卡号密码绑定卡',
|
|
46
|
+
prefix: 'pwd',
|
|
47
|
+
path: '/card/v1/card-bind/bind-card-by-password',
|
|
48
|
+
data: {
|
|
49
|
+
card_number: ['卡号', 'String', '必选'],
|
|
50
|
+
card_password: ['密码', 'String', '可选'],
|
|
51
|
+
},
|
|
52
|
+
disabled: true,
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
mapFnName: 'qrCardBind',
|
|
56
|
+
isRule: false,
|
|
57
|
+
title: '根据二维码绑定卡',
|
|
58
|
+
prefix: 'qrcode',
|
|
59
|
+
path: '/card/v1/card-bind/bind-card-by-qrcode',
|
|
60
|
+
data: {
|
|
61
|
+
card_qrcode: ['二维码', 'String', '必选'],
|
|
54
62
|
},
|
|
55
|
-
isConsole: true,
|
|
56
63
|
disabled: true,
|
|
57
64
|
},
|
|
65
|
+
{
|
|
66
|
+
mapFnName: "checkValidCode",
|
|
67
|
+
title: "图片验证码 - 校验",
|
|
68
|
+
path: "/common/v1/valid_code/image/check",
|
|
69
|
+
isRule: false,
|
|
70
|
+
data: {
|
|
71
|
+
token: ['随机请求码,前端生成', 'String', '必选'],
|
|
72
|
+
valid_code: ['验证码', 'String', '必选'],
|
|
73
|
+
},
|
|
74
|
+
isConsole: true,
|
|
75
|
+
disabled: true,
|
|
76
|
+
}
|
|
58
77
|
];
|