jufubao-admin-library 1.1.55 → 1.1.56

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.
@@ -235,7 +235,7 @@
235
235
  },
236
236
 
237
237
  async created(){
238
-
238
+ console.log('JfbParent',this.JfbParent);
239
239
  },
240
240
 
241
241
  methods:{
@@ -54,7 +54,6 @@ export default {
54
54
  let loading = this.$loading({})
55
55
  let cityList = await this.getAllCityList()
56
56
  this.cityList = cityList.data.list
57
-
58
57
  //显示渠道相关配置
59
58
  if (!this.isMovie) {
60
59
  let options = await getOptions([
@@ -636,8 +635,8 @@ export default {
636
635
  { "label": "按院线", "value": 'LINE' },
637
636
  { "label": "按号段", "value": 'CARD' },
638
637
  { "label": "按影院", "value": 'CINE' },
639
- { "label": "按影片", "value": 'FILM' },
640
- ]
638
+ this.JfbParent.isShowTypeMove && { "label": "按影片", "value": 'FILM' },
639
+ ].filter(i=>i)
641
640
  },
642
641
 
643
642
  params.adjust_type === 'LINE' && {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.55",
3
+ "version": "1.1.56",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {