jufubao-movie 1.0.29-beta5 → 1.0.29

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-movie",
3
- "version": "1.0.29-beta5",
3
+ "version": "1.0.29",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -451,7 +451,7 @@
451
451
  support_methods: JSON.stringify(support_methods)
452
452
  }
453
453
  }).then(res => {
454
- this.otherPayMethod = res.list;
454
+ this.otherPayMethod = res.list.filter(item => item.method != 'third');
455
455
  this.otherPayLoaded = true;
456
456
  })
457
457
  },