dolphin-weex-ui 2.3.11 → 2.3.13

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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # 升级日志
2
2
 
3
+ ## 2.3.13
4
+
5
+ - [ ! ] 优化dof-simple-flow 组件左侧插槽传参
6
+ - [ ! ] date: 2025/08/27
7
+
8
+ ## 2.3.12
9
+
10
+ - [ ! ] 优化dof-tab-page鸿蒙判断逻辑
11
+ - [ ! ] date: 2025/08/20
12
+
3
13
  ## 2.3.11
4
14
 
5
15
  - [ ! ] 优化dof-tab-page鸿蒙展示
@@ -40566,7 +40566,7 @@ exports.default = {
40566
40566
  }
40567
40567
  },
40568
40568
  hackMarginTop: function hackMarginTop() {
40569
- var platform = this.platformName;
40569
+ var platform = weex.config.env.platform;
40570
40570
  if (platform === 'iOS') return -1;
40571
40571
  if (platform === 'harmony') return 0;
40572
40572
  return 2;
@@ -51460,7 +51460,9 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
51460
51460
  staticClass: ["left-text-date"],
51461
51461
  class: item.__titleTextClass__,
51462
51462
  style: item.__titleStyle__
51463
- }, [_vm._v(_vm._s(item.leftContentDate))]) : _vm._e()])], 2) : _vm._e(), _c('div', {
51463
+ }, [_vm._v(_vm._s(item.leftContentDate))]) : _vm._e()], {
51464
+ item: item
51465
+ })], 2) : _vm._e(), _c('div', {
51464
51466
  ref: "rightContent",
51465
51467
  refInFor: true,
51466
51468
  staticStyle: {