dolphin-weex-ui 2.4.4 → 2.4.6

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": "dolphin-weex-ui",
3
- "version": "2.4.4",
3
+ "version": "2.4.6",
4
4
  "description": "inteligense cross platform frame",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -26,6 +26,7 @@ export default {
26
26
  computed: {
27
27
  isipx: function() {
28
28
  if (this.bottomArc) return true
29
+ if ( weex.config.env.platform == "harmony" && weex.config.env.safeAreaBottomHeight ) return true
29
30
  return (
30
31
  weex &&
31
32
  (weex.config.env.deviceModel === 'iPhone10,3' ||
@@ -385,7 +385,7 @@ export default {
385
385
  if (this.animationLock) {
386
386
  return
387
387
  }
388
- if (this.hasAnimation) {
388
+ if (this.hasAnimation && this.show) {
389
389
  this.setAnimationLock()
390
390
  const popoverEl = this.$refs['dof-popover']
391
391
  const coverEl = this.$refs['dof-cover']