dolphin-weex-ui 2.3.7 → 2.3.8
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 +5 -0
- package/dist/index.native.js +3 -2
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +4 -3
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-mask/index.vue +1 -3
package/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -6871,6 +6871,9 @@ class WeexTheme {
|
|
|
6871
6871
|
action: 'requestState',
|
|
6872
6872
|
id: this._id
|
|
6873
6873
|
})
|
|
6874
|
+
|
|
6875
|
+
if (weex && weex.config && weex.config.env && weex.config.env.platform == "harmony") return
|
|
6876
|
+
|
|
6874
6877
|
setTimeout(() => {
|
|
6875
6878
|
// 关闭引用其他页面的 state,降低性能消耗
|
|
6876
6879
|
UseResponseState = false
|
|
@@ -26851,8 +26854,6 @@ exports.default = {
|
|
|
26851
26854
|
height: this.height + 'px',
|
|
26852
26855
|
borderRadius: this.borderRadius + 'px',
|
|
26853
26856
|
overflow: 'hidden'
|
|
26854
|
-
// backgroundImage: "../../assets/img/image/activity.png",
|
|
26855
|
-
// backgroundRepeat: "no-repeat",
|
|
26856
26857
|
};
|
|
26857
26858
|
},
|
|
26858
26859
|
shouldShow: function shouldShow() {
|