jufubao-movie 1.0.61-beta1 → 1.0.61-beta2

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.61-beta1",
3
+ "version": "1.0.61-beta2",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -771,6 +771,10 @@
771
771
  this.hasPreNotice = true;
772
772
  resolve(res)
773
773
  },
774
+ onClose: () => {
775
+ this.hasPreNotice = true;
776
+ resolve(res)
777
+ },
774
778
  fail: (res) => {
775
779
  reject(res)
776
780
  }