jufubao-base 1.0.169-beta8 → 1.0.169
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/JfbBaseLogin/Attr.js +510 -1147
- package/src/components/JfbBaseLogin/JfbBaseLogin.vue +63 -364
- package/src/components/JfbBaseMapSearch/MapSearchMp.vue +1 -1
- package/src/components/JfbBaseOrderDetail/JfbBaseOrderDetail.vue +4 -2
- package/src/components/JfbBaseTfkCardBind/Api.js +30 -49
- package/src/components/JfbBaseTfkCardBind/Attr.js +38 -635
- package/src/components/JfbBaseTfkCardBind/JfbBaseTfkCardBind.vue +22 -589
- package/src/components/JfbBaseTfkCardBind/Mock.js +9 -19
- package/src/components/JfbBaseTfkCardDetail/Api.js +32 -19
- package/src/components/JfbBaseTfkCardDetail/Attr.js +33 -692
- package/src/components/JfbBaseTfkCardDetail/JfbBaseTfkCardDetail.vue +23 -630
- package/src/components/JfbBaseTfkCardDetail/Mock.js +11 -151
- package/src/components/JfbBaseTfkCardLogin/Api.js +34 -19
- package/src/components/JfbBaseTfkCardLogin/Attr.js +33 -885
- package/src/components/JfbBaseTfkCardLogin/JfbBaseTfkCardLogin.vue +16 -729
- package/src/components/JfbBaseTfkCardLogin/Mock.js +11 -721
- package/src/components/JfbBaseTfkSearch/Api.js +42 -11
- package/src/components/JfbBaseTfkSearch/Attr.js +33 -143
- package/src/components/JfbBaseTfkSearch/JfbBaseTfkSearch.vue +23 -167
- package/src/components/JfbBaseTfkSearch/Mock.js +11 -90
- package/src/components/JfbBaseTfkCardLogin/XdCouponItem.vue +0 -271
- package/src/components/JfbBaseTfkSearch/AllList.vue +0 -231
- package/src/components/JfbBaseTfkSearch/ContentCinema.vue +0 -157
- package/src/components/JfbBaseTfkSearch/ContentFilm.vue +0 -179
- package/src/components/JfbBaseTfkSearch/ContentProduct.vue +0 -308
- package/src/components/JfbBaseTfkSearch/ContentShop.vue +0 -184
- package/src/components/JfbBaseTfkSearch/CusAttr.js +0 -203
- package/src/components/JfbBaseTfkSearch/CustomList.vue +0 -382
- package/src/components/JfbBaseTfkSearch/SkeletonCinema.vue +0 -45
- package/src/components/JfbBaseTfkSearch/SkeletonFilm.vue +0 -109
- package/src/components/JfbBaseTfkSearch/SkeletonProduct.vue +0 -137
- package/src/components/JfbBaseTfkSearch/SkeletonShop.vue +0 -81
- package/src/components/JfbBaseTfkSearch/handleKeyword.js +0 -24
- package/src/components/JfbBaseTfkSearch/listMixins.js +0 -147
- package/src/components/JfbBaseTfkSearch/search.js +0 -293
|
@@ -1,23 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
module.exports = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"is_exchange": "N",
|
|
14
|
-
"is_expired":'Y',
|
|
15
|
-
"request_id": "741c41d86c5ae0cf",
|
|
16
|
-
"main_business_code_name": "蛋糕(勿改)",
|
|
17
|
-
"other_card_point": 4073,
|
|
18
|
-
},
|
|
19
|
-
pwdCardBind: { "id": 20, "request_id": "91f76bd11d5889be" },
|
|
20
|
-
qrcodeCardBind: {},
|
|
21
|
-
getByQrCardDetail: {},
|
|
22
|
-
qrCardBind: {},
|
|
4
|
+
|
|
5
|
+
getTfkByIdFilmSquate:{},
|
|
6
|
+
|
|
7
|
+
updateTfkFilmPaiqiDate:{},
|
|
8
|
+
|
|
9
|
+
removeTfkFilmAddress:{},
|
|
10
|
+
|
|
11
|
+
addTfkFilmcart:{},
|
|
12
|
+
|
|
23
13
|
}
|
|
@@ -6,38 +6,51 @@
|
|
|
6
6
|
*/
|
|
7
7
|
module.exports = [
|
|
8
8
|
{
|
|
9
|
-
|
|
9
|
+
//设置方法名字当别忘记加上【模块名字】:Tfk
|
|
10
|
+
mapFnName: 'getTfkByIdFilmSquate',
|
|
11
|
+
title: '获取电影广场列表',
|
|
12
|
+
path: '/api/account/film/list-film-square',
|
|
10
13
|
isRule: false,
|
|
11
|
-
title: '获得绑定的卡详情',
|
|
12
|
-
prefix: 'detal',
|
|
13
|
-
path: '/card/v1/card-bind/get-bind-card',
|
|
14
14
|
params: {
|
|
15
|
-
|
|
15
|
+
last_key: ['当前页', 'Number', '必选'],
|
|
16
|
+
page_size: ['每页数量', 'Number', '必选'],
|
|
16
17
|
},
|
|
18
|
+
isConsole: true,
|
|
19
|
+
disabled: true,
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
//设置方法名字当别忘记加上【模块名字】:Tfk
|
|
23
|
+
mapFnName: 'updateTfkFilmPaiqiDate',
|
|
24
|
+
title: '更新排期',
|
|
25
|
+
path: '/api/account/film/paiqi-date',
|
|
26
|
+
isRule: false,
|
|
27
|
+
params: {
|
|
28
|
+
film_id: ['电影id', 'Number', '必选'],
|
|
29
|
+
cinema_id: ['影院id', 'Number', '必选'],
|
|
30
|
+
},
|
|
31
|
+
isConsole: true,
|
|
17
32
|
disabled: true,
|
|
18
33
|
},
|
|
19
34
|
{
|
|
20
|
-
|
|
35
|
+
//设置方法名字当别忘记加上【模块名字】:Tfk
|
|
36
|
+
mapFnName: 'removeTfkFilmAddress',
|
|
37
|
+
title: '删除我的配送地址',
|
|
38
|
+
path: '/api/account/film/paiqi-date',
|
|
21
39
|
isRule: false,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
path: '/card/v1/card-bind/login-card',
|
|
25
|
-
data: {
|
|
26
|
-
card_number: ['卡号', 'String', '必选'],
|
|
40
|
+
params: {
|
|
41
|
+
film_id: ['电影id', 'Number', '必选'],
|
|
27
42
|
},
|
|
43
|
+
isConsole: true,
|
|
28
44
|
disabled: true,
|
|
29
45
|
},
|
|
30
46
|
{
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
47
|
+
//设置方法名字当别忘记加上【模块名字】:Tfk
|
|
48
|
+
mapFnName: 'addTfkFilmcart',
|
|
49
|
+
title: '添加购物车',
|
|
50
|
+
path: '/api/account/film/paiqi-date',
|
|
34
51
|
isRule: false,
|
|
35
52
|
params: {
|
|
36
|
-
|
|
37
|
-
container_id: ['插件ID', 'String', '必填'],
|
|
38
|
-
page_id: ['页面ID', 'String', '必填'],
|
|
39
|
-
page_size: ['记录条数', 'Number', '必填', 1],
|
|
40
|
-
code: ['业务线id', 'String', '选填'],
|
|
53
|
+
film_id: ['电影id', 'Number', '必选'],
|
|
41
54
|
},
|
|
42
55
|
isConsole: true,
|
|
43
56
|
disabled: true,
|