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
package/dist/index.native.js
CHANGED
|
@@ -40566,7 +40566,7 @@ exports.default = {
|
|
|
40566
40566
|
}
|
|
40567
40567
|
},
|
|
40568
40568
|
hackMarginTop: function hackMarginTop() {
|
|
40569
|
-
var platform =
|
|
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()]
|
|
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: {
|