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.
Files changed (36) hide show
  1. package/package.json +1 -1
  2. package/src/components/JfbBaseLogin/Attr.js +510 -1147
  3. package/src/components/JfbBaseLogin/JfbBaseLogin.vue +63 -364
  4. package/src/components/JfbBaseMapSearch/MapSearchMp.vue +1 -1
  5. package/src/components/JfbBaseOrderDetail/JfbBaseOrderDetail.vue +4 -2
  6. package/src/components/JfbBaseTfkCardBind/Api.js +30 -49
  7. package/src/components/JfbBaseTfkCardBind/Attr.js +38 -635
  8. package/src/components/JfbBaseTfkCardBind/JfbBaseTfkCardBind.vue +22 -589
  9. package/src/components/JfbBaseTfkCardBind/Mock.js +9 -19
  10. package/src/components/JfbBaseTfkCardDetail/Api.js +32 -19
  11. package/src/components/JfbBaseTfkCardDetail/Attr.js +33 -692
  12. package/src/components/JfbBaseTfkCardDetail/JfbBaseTfkCardDetail.vue +23 -630
  13. package/src/components/JfbBaseTfkCardDetail/Mock.js +11 -151
  14. package/src/components/JfbBaseTfkCardLogin/Api.js +34 -19
  15. package/src/components/JfbBaseTfkCardLogin/Attr.js +33 -885
  16. package/src/components/JfbBaseTfkCardLogin/JfbBaseTfkCardLogin.vue +16 -729
  17. package/src/components/JfbBaseTfkCardLogin/Mock.js +11 -721
  18. package/src/components/JfbBaseTfkSearch/Api.js +42 -11
  19. package/src/components/JfbBaseTfkSearch/Attr.js +33 -143
  20. package/src/components/JfbBaseTfkSearch/JfbBaseTfkSearch.vue +23 -167
  21. package/src/components/JfbBaseTfkSearch/Mock.js +11 -90
  22. package/src/components/JfbBaseTfkCardLogin/XdCouponItem.vue +0 -271
  23. package/src/components/JfbBaseTfkSearch/AllList.vue +0 -231
  24. package/src/components/JfbBaseTfkSearch/ContentCinema.vue +0 -157
  25. package/src/components/JfbBaseTfkSearch/ContentFilm.vue +0 -179
  26. package/src/components/JfbBaseTfkSearch/ContentProduct.vue +0 -308
  27. package/src/components/JfbBaseTfkSearch/ContentShop.vue +0 -184
  28. package/src/components/JfbBaseTfkSearch/CusAttr.js +0 -203
  29. package/src/components/JfbBaseTfkSearch/CustomList.vue +0 -382
  30. package/src/components/JfbBaseTfkSearch/SkeletonCinema.vue +0 -45
  31. package/src/components/JfbBaseTfkSearch/SkeletonFilm.vue +0 -109
  32. package/src/components/JfbBaseTfkSearch/SkeletonProduct.vue +0 -137
  33. package/src/components/JfbBaseTfkSearch/SkeletonShop.vue +0 -81
  34. package/src/components/JfbBaseTfkSearch/handleKeyword.js +0 -24
  35. package/src/components/JfbBaseTfkSearch/listMixins.js +0 -147
  36. package/src/components/JfbBaseTfkSearch/search.js +0 -293
@@ -6,72 +6,53 @@
6
6
  */
7
7
  module.exports = [
8
8
  {
9
- mapFnName: 'qrcodeCardBind',
9
+ //设置方法名字当别忘记加上【模块名字】:Tfk
10
+ mapFnName: 'getTfkByIdFilmSquate',
11
+ title: '获取电影广场列表',
12
+ path: '/api/account/film/list-film-square',
10
13
  isRule: false,
11
- title: '根据二维码绑定卡',
12
- prefix: 'qrcode',
13
- path: '/card/v1/card-bind/bind-card-by-qrcode',
14
- data: {
15
- card_qrcode: ['二维码内容', 'String', '必选'],
16
- },
17
- disabled: true,
18
- },
19
- {
20
- mapFnName: 'getByPwdCardDetail',
21
- isRule: false,
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', '必选']
28
- },
29
- disabled: true,
30
- },
31
- {
32
- mapFnName: 'getByQrCardDetail',
33
- isRule: false,
34
- title: '根据二维码获得卡信息',
35
- prefix: 'detal',
36
- path: '/card/v1/card-bind/get-card-by-qrcode',
37
- data: {
38
- card_qrcode: ['二维码', 'String', '必选'],
14
+ params: {
15
+ last_key: ['当前页', 'Number', '必选'],
16
+ page_size: ['每页数量', 'Number', '必选'],
39
17
  },
18
+ isConsole: true,
40
19
  disabled: true,
41
20
  },
42
21
  {
43
- mapFnName: 'pwdCardBind',
22
+ //设置方法名字当别忘记加上【模块名字】:Tfk
23
+ mapFnName: 'updateTfkFilmPaiqiDate',
24
+ title: '更新排期',
25
+ path: '/api/account/film/paiqi-date',
44
26
  isRule: false,
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', '可选'],
27
+ params: {
28
+ film_id: ['电影id', 'Number', '必选'],
29
+ cinema_id: ['影院id', 'Number', '必选'],
51
30
  },
31
+ isConsole: true,
52
32
  disabled: true,
53
33
  },
54
34
  {
55
- mapFnName: 'qrCardBind',
35
+ //设置方法名字当别忘记加上【模块名字】:Tfk
36
+ mapFnName: 'removeTfkFilmAddress',
37
+ title: '删除我的配送地址',
38
+ path: '/api/account/film/paiqi-date',
56
39
  isRule: false,
57
- title: '根据二维码绑定卡',
58
- prefix: 'qrcode',
59
- path: '/card/v1/card-bind/bind-card-by-qrcode',
60
- data: {
61
- card_qrcode: ['二维码', 'String', '必选'],
40
+ params: {
41
+ film_id: ['电影id', 'Number', '必选'],
62
42
  },
43
+ isConsole: true,
63
44
  disabled: true,
64
45
  },
65
46
  {
66
- mapFnName: "checkValidCode",
67
- title: "图片验证码 - 校验",
68
- path: "/common/v1/valid_code/image/check",
47
+ //设置方法名字当别忘记加上【模块名字】:Tfk
48
+ mapFnName: 'addTfkFilmcart',
49
+ title: '添加购物车',
50
+ path: '/api/account/film/paiqi-date',
69
51
  isRule: false,
70
- data: {
71
- token: ['随机请求码,前端生成', 'String', '必选'],
72
- valid_code: ['验证码', 'String', '必选'],
52
+ params: {
53
+ film_id: ['电影id', 'Number', '必选'],
73
54
  },
74
55
  isConsole: true,
75
56
  disabled: true,
76
- }
57
+ },
77
58
  ];