jufubao-movie 1.0.71-beta2 → 1.0.71-beta3

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.71-beta2",
3
+ "version": "1.0.71-beta3",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -401,7 +401,7 @@ export default {
401
401
  return type
402
402
  },
403
403
  handleToEvent({ item, type }) {
404
- if (item.consume_options.length > 1) {
404
+ if (item.consume_options.length) {
405
405
  type=this.getAutoJumpType(item.consume_options);
406
406
  }
407
407
  let url = "";