dolphin-weex-ui 2.4.4 → 2.4.5
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/CHANGELOG.md +10 -0
- package/dist/index.native.js +1 -1
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +4 -4
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-popover2/index.vue +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# 升级日志
|
|
2
2
|
|
|
3
|
+
## 2.4.5
|
|
4
|
+
|
|
5
|
+
- [ ! ] 修复dof-popover2
|
|
6
|
+
- [ ! ] date: 2025/10/11
|
|
7
|
+
|
|
3
8
|
## 2.4.4
|
|
4
9
|
|
|
5
10
|
- [ ! ] 合并2.3.x版本修订
|
|
@@ -20,6 +25,11 @@
|
|
|
20
25
|
- [ ! ] 适配暗黑模式
|
|
21
26
|
- [ ! ] date: 2025/09/01
|
|
22
27
|
|
|
28
|
+
## 2.3.20
|
|
29
|
+
|
|
30
|
+
- [ ! ] 修复dof-popover2
|
|
31
|
+
- [ ! ] date: 2025/10/11
|
|
32
|
+
|
|
23
33
|
## 2.3.19
|
|
24
34
|
|
|
25
35
|
- [ ! ] 修正dof-modal 背景色
|
package/dist/index.native.js
CHANGED
|
@@ -31518,7 +31518,7 @@ exports.default = {
|
|
|
31518
31518
|
if (this.animationLock) {
|
|
31519
31519
|
return;
|
|
31520
31520
|
}
|
|
31521
|
-
if (this.hasAnimation) {
|
|
31521
|
+
if (this.hasAnimation && this.show) {
|
|
31522
31522
|
this.setAnimationLock();
|
|
31523
31523
|
var popoverEl = this.$refs['dof-popover'];
|
|
31524
31524
|
var coverEl = this.$refs['dof-cover'];
|