dolphin-weex-bc 0.0.7 → 0.0.9
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 +20 -10
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +14 -9
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-bc-consumables/assets/css/index.css +13 -2
- package/packages/dof-bc-consumables/index.vue +8 -3
package/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -42212,6 +42212,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
42212
42212
|
//
|
|
42213
42213
|
//
|
|
42214
42214
|
//
|
|
42215
|
+
//
|
|
42216
|
+
//
|
|
42217
|
+
//
|
|
42218
|
+
//
|
|
42219
|
+
//
|
|
42215
42220
|
|
|
42216
42221
|
// import base from './base'
|
|
42217
42222
|
// import nativeService from './settings/nativeService'
|
|
@@ -44459,11 +44464,17 @@ module.exports = {
|
|
|
44459
44464
|
"position": "relative"
|
|
44460
44465
|
},
|
|
44461
44466
|
"consumables-list": {
|
|
44467
|
+
"height": "232",
|
|
44468
|
+
"display": "flex",
|
|
44469
|
+
"flexDirection": "row",
|
|
44470
|
+
"position": "relative"
|
|
44471
|
+
},
|
|
44472
|
+
"consumables-list1": {
|
|
44462
44473
|
"height": "232",
|
|
44463
44474
|
"paddingTop": "0",
|
|
44464
|
-
"paddingRight": "
|
|
44475
|
+
"paddingRight": "13",
|
|
44465
44476
|
"paddingBottom": "0",
|
|
44466
|
-
"paddingLeft": "
|
|
44477
|
+
"paddingLeft": "13",
|
|
44467
44478
|
"display": "flex",
|
|
44468
44479
|
"flexDirection": "row",
|
|
44469
44480
|
"backgroundColor": "#ffffff",
|
|
@@ -44471,7 +44482,6 @@ module.exports = {
|
|
|
44471
44482
|
},
|
|
44472
44483
|
"material-item2": {
|
|
44473
44484
|
"width": "100",
|
|
44474
|
-
"height": "136",
|
|
44475
44485
|
"paddingTop": 0,
|
|
44476
44486
|
"paddingRight": "12",
|
|
44477
44487
|
"paddingBottom": 0,
|
|
@@ -50261,7 +50271,10 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
50261
50271
|
staticClass: ["material-wrapper"]
|
|
50262
50272
|
}, [(_vm.layoutMode == 'row') ? _c('div', {
|
|
50263
50273
|
ref: "recommend",
|
|
50264
|
-
staticClass: ["middleBox"]
|
|
50274
|
+
staticClass: ["middleBox"],
|
|
50275
|
+
style: {
|
|
50276
|
+
height: _vm.dealDeviceMaterialList[0].consumables.length > 4 ? '272px' : '232px'
|
|
50277
|
+
}
|
|
50265
50278
|
}, [_c('scroller', {
|
|
50266
50279
|
staticClass: ["slider"],
|
|
50267
50280
|
attrs: {
|
|
@@ -50280,10 +50293,7 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
50280
50293
|
}, _vm._l((item), function(it, i) {
|
|
50281
50294
|
return _c('div', {
|
|
50282
50295
|
key: i,
|
|
50283
|
-
staticClass: ["consumables-
|
|
50284
|
-
staticStyle: {
|
|
50285
|
-
padding: "0 10px"
|
|
50286
|
-
}
|
|
50296
|
+
staticClass: ["consumables-list1"]
|
|
50287
50297
|
}, [(_vm.statusSlectedIndex == 0 ? true : it.remainingStatus == _vm.statusSlectedIndex) ? _c('div', {
|
|
50288
50298
|
staticClass: ["material-item2"],
|
|
50289
50299
|
on: {
|
|
@@ -50323,7 +50333,7 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
50323
50333
|
}))
|
|
50324
50334
|
}), _c('indicator', {
|
|
50325
50335
|
staticClass: ["indicator"]
|
|
50326
|
-
})] : _vm._e()], 2)]), _c('div', {
|
|
50336
|
+
})] : _vm._e()], 2)]), (_vm.dealDeviceMaterialList[0].consumables.length > 4) ? _c('div', {
|
|
50327
50337
|
staticClass: ["recommendSlider"]
|
|
50328
50338
|
}, [_c('div', {
|
|
50329
50339
|
staticClass: ["recommendSliderOut"]
|
|
@@ -50333,7 +50343,7 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
50333
50343
|
width: _vm.recommendSliderInnerWidth + 'px',
|
|
50334
50344
|
left: _vm.recommendSliderInnerLeft + 'px'
|
|
50335
50345
|
}
|
|
50336
|
-
})])])]) : _c('scroller', {
|
|
50346
|
+
})])]) : _vm._e()]) : _c('scroller', {
|
|
50337
50347
|
staticClass: ["scroll-wrapper"],
|
|
50338
50348
|
staticStyle: {
|
|
50339
50349
|
position: "relative"
|