dolphin-weex-bc 0.0.44 → 0.0.45
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 +23 -17
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +16 -6
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-bc-consumables/assets/css/index.css +14 -22
- package/packages/dof-bc-consumables/index.vue +10 -9
- package/packages/dof-material-add-card/settings/utils.js +9 -0
package/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -34382,6 +34382,15 @@ var appConfig = {
|
|
|
34382
34382
|
};
|
|
34383
34383
|
var isDummy = false;
|
|
34384
34384
|
|
|
34385
|
+
var serviceList = {
|
|
34386
|
+
queryBatchMaterialByHomeGroupList: '/v2/remaining/queryByHomeGroupList', // 批量查询设备的耗材余量(批量查询家庭)V2 10.1 发布 https://yapi.smartmidea.net/project/465/interface/api/43894,
|
|
34387
|
+
getDeviceAuth: '/v1/appliance/auth/batch/get', // 获取设备确权状态(批量)https://yapi.smartmidea.net/project/131/interface/api/13778 放达
|
|
34388
|
+
queryBatchMaterialByHomeId: '/v2/remaining/queryBatch', // 批量查询设备的耗材余量(传家庭id)V2 10.1 发布 https://yapi.smartmidea.net/project/465/interface/api/43390
|
|
34389
|
+
querySkuIdByItemCodes: '/api/cms_bff/mtc-bff-app/m2c/querySkuIdByItemCodes', //https://api.midea.com/project/6804/interface/882168?groupId=19962&cateId=123676&filterText=kuIdByItemCodes&label=%E5%95%86%E5%93%81%E6%9C%8D%E5%8A%A1&tab=
|
|
34390
|
+
shopCartBatchSave: '/api/cms_bff/mtc-bff-app/shopCart/batchSave', //https://api.midea.com/project/6804/interface/882168?groupId=19962&cateId=123676&filterText=kuIdByItemCodes&label=%E5%95%86%E5%93%81%E6%9C%8D%E5%8A%A1&tab=
|
|
34391
|
+
shopCartBatchRemove: '/api/cms_bff/mtc-bff-app/shopCart/batchRemove'
|
|
34392
|
+
};
|
|
34393
|
+
|
|
34385
34394
|
var utils = {
|
|
34386
34395
|
serviceList: {
|
|
34387
34396
|
queryBatchMaterialByHomeGroupList: '/v2/remaining/queryByHomeGroupList', // 批量查询设备的耗材余量(批量查询家庭)V2 10.1 发布 https://yapi.smartmidea.net/project/465/interface/api/43894,
|
|
@@ -65441,6 +65450,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
65441
65450
|
//
|
|
65442
65451
|
//
|
|
65443
65452
|
//
|
|
65453
|
+
//
|
|
65444
65454
|
|
|
65445
65455
|
// import base from './base'
|
|
65446
65456
|
// import nativeService from './settings/nativeService'
|
|
@@ -70110,11 +70120,9 @@ module.exports = {
|
|
|
70110
70120
|
},
|
|
70111
70121
|
"slider": {
|
|
70112
70122
|
"width": "686",
|
|
70113
|
-
"height": "
|
|
70114
|
-
"borderRadius": "32",
|
|
70123
|
+
"height": "176",
|
|
70115
70124
|
"flexDirection": "row",
|
|
70116
|
-
"background": "#FFFFFF"
|
|
70117
|
-
"boxShadow": "0 1px 10px 0 rgba(0,0,0,0.04)"
|
|
70125
|
+
"background": "#FFFFFF"
|
|
70118
70126
|
},
|
|
70119
70127
|
"frame": {
|
|
70120
70128
|
"width": "700",
|
|
@@ -70226,24 +70234,24 @@ module.exports = {
|
|
|
70226
70234
|
},
|
|
70227
70235
|
"middleBox": {
|
|
70228
70236
|
"width": "686",
|
|
70229
|
-
"height": "100",
|
|
70230
70237
|
"paddingTop": "32",
|
|
70231
70238
|
"backgroundColor": "#ffffff",
|
|
70232
|
-
"position": "relative"
|
|
70239
|
+
"position": "relative",
|
|
70240
|
+
"borderRadius": "32",
|
|
70241
|
+
"paddingBottom": "32",
|
|
70242
|
+
"overflow": "hidden",
|
|
70243
|
+
"boxShadow": "0 1px 10px 0 rgba(0,0,0,0.04)"
|
|
70233
70244
|
},
|
|
70234
70245
|
"middleBox-not-button": {
|
|
70235
70246
|
"borderRadius": "32"
|
|
70236
70247
|
},
|
|
70237
|
-
"middleBox-lfour": {
|
|
70238
|
-
"height": "232",
|
|
70239
|
-
"overflow": "hidden"
|
|
70240
|
-
},
|
|
70241
70248
|
"middleBox-lfour-ios": {
|
|
70242
70249
|
"height": "216"
|
|
70243
70250
|
},
|
|
70244
70251
|
"car-card-box": {
|
|
70252
|
+
"marginTop": "32",
|
|
70245
70253
|
"width": "686",
|
|
70246
|
-
"height": "
|
|
70254
|
+
"height": "72",
|
|
70247
70255
|
"backgroundColor": "#ffffff"
|
|
70248
70256
|
},
|
|
70249
70257
|
"car-card": {
|
|
@@ -70253,7 +70261,6 @@ module.exports = {
|
|
|
70253
70261
|
"height": "72",
|
|
70254
70262
|
"lineHeight": "72",
|
|
70255
70263
|
"textAlign": "center",
|
|
70256
|
-
"marginBottom": "32",
|
|
70257
70264
|
"marginLeft": "48",
|
|
70258
70265
|
"justifyContent": "center",
|
|
70259
70266
|
"alignItems": "center"
|
|
@@ -70272,8 +70279,7 @@ module.exports = {
|
|
|
70272
70279
|
"recommendSlider": {
|
|
70273
70280
|
"display": "flex",
|
|
70274
70281
|
"flexDirection": "row",
|
|
70275
|
-
"justifyContent": "center"
|
|
70276
|
-
"marginTop": "-32"
|
|
70282
|
+
"justifyContent": "center"
|
|
70277
70283
|
},
|
|
70278
70284
|
"recommendSliderOut": {
|
|
70279
70285
|
"width": "48",
|
|
@@ -77843,7 +77849,7 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
77843
77849
|
staticClass: ["material-wrapper"]
|
|
77844
77850
|
}, [(_vm.layoutMode == 'row') ? [_c('div', {
|
|
77845
77851
|
ref: "recommend",
|
|
77846
|
-
class: ['middleBox',
|
|
77852
|
+
class: ['middleBox', _vm.dealDeviceMaterialList[0].consumables.length <= 4 && 'middleBox-lfour']
|
|
77847
77853
|
}, [_c('scroller', {
|
|
77848
77854
|
staticClass: ["slider"],
|
|
77849
77855
|
attrs: {
|
|
@@ -77924,7 +77930,7 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
77924
77930
|
width: _vm.recommendSliderInnerWidth + 'px',
|
|
77925
77931
|
left: _vm.recommendSliderInnerLeft + 'px'
|
|
77926
77932
|
}
|
|
77927
|
-
})])]) : _vm._e()
|
|
77933
|
+
})])]) : _vm._e(), (_vm.showAddCartButton && _vm.insufficientGoodinfoList.length > 0) ? [_c('div', {
|
|
77928
77934
|
staticClass: ["car-card-box"]
|
|
77929
77935
|
}, [_c('div', {
|
|
77930
77936
|
staticClass: ["car-card"],
|
|
@@ -77935,7 +77941,7 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
77935
77941
|
}
|
|
77936
77942
|
}, [_c('text', {
|
|
77937
77943
|
staticClass: ["car-card-text"]
|
|
77938
|
-
}, [_vm._v("立即购买")])])])] : _vm._e()] : _c('scroller', {
|
|
77944
|
+
}, [_vm._v("立即购买")])])])] : _vm._e()], 2)] : _c('scroller', {
|
|
77939
77945
|
staticClass: ["scroll-wrapper"],
|
|
77940
77946
|
staticStyle: {
|
|
77941
77947
|
position: "relative"
|