dolphin-weex-bc 0.0.35 → 0.0.37
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 +11 -1
- package/dist/index.native.js +16 -11
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +10 -11
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-consumables/assets/css/index.css +18 -6
- package/packages/dof-consumables/index.vue +3 -2
- package/packages/dof-consumables-colmo/index.vue +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,21 @@
|
|
|
1
1
|
# 升级日志
|
|
2
2
|
|
|
3
|
+
## 0.0.37
|
|
4
|
+
|
|
5
|
+
- [ ! ] 去掉耗材组件里面的默认背景色
|
|
6
|
+
- [ ! ] date: 2026/02/04
|
|
7
|
+
|
|
8
|
+
## 0.0.36
|
|
9
|
+
|
|
10
|
+
- [ ! ] colmo耗材组件,取消跳转维修页面的“产品型号”传参
|
|
11
|
+
- [ ! ] date: 2026/02/02
|
|
12
|
+
|
|
3
13
|
## 0.0.35
|
|
4
14
|
|
|
5
15
|
- [ ! ] colmo耗材组件,修复方法引入问题
|
|
6
16
|
- [ ! ] date: 2026/01/29
|
|
7
17
|
|
|
8
|
-
## 0.0.
|
|
18
|
+
## 0.0.34
|
|
9
19
|
|
|
10
20
|
- [ ! ] 耗材组件,colmo和美居的公共方法分离
|
|
11
21
|
- [ ! ] date: 2026/01/29
|
package/dist/index.native.js
CHANGED
|
@@ -66207,7 +66207,7 @@ exports.default = {
|
|
|
66207
66207
|
goMaintenance: function goMaintenance(materialDetail, deviceInfo) {
|
|
66208
66208
|
var pluginSN = deviceInfo.deviceSn; // 设备SN --必传
|
|
66209
66209
|
var toPage = 'maintenance'; // 一键报修/一键报装 maintenance-报修 installation-报装 --必传(6.3.1只支持一键报修)
|
|
66210
|
-
var url = 'customer-service/maintenance.js?pluginSN=' + pluginSN + '&to=' + toPage + '&applianceId=' + deviceInfo.deviceId + '&brandType=colmo&spid=' + deviceInfo.smartProductId + '&
|
|
66210
|
+
var url = 'customer-service/maintenance.js?pluginSN=' + pluginSN + '&to=' + toPage + '&applianceId=' + deviceInfo.deviceId + '&brandType=colmo&spid=' + deviceInfo.smartProductId + '&from=productModels';
|
|
66211
66211
|
var params = {
|
|
66212
66212
|
type: 'jumpWeex',
|
|
66213
66213
|
param: {
|
|
@@ -66524,6 +66524,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
66524
66524
|
//
|
|
66525
66525
|
//
|
|
66526
66526
|
//
|
|
66527
|
+
//
|
|
66527
66528
|
|
|
66528
66529
|
var globalEvent = weex.requireModule('globalEvent');
|
|
66529
66530
|
var animation = weex.requireModule('animation');
|
|
@@ -71608,8 +71609,7 @@ module.exports = {
|
|
|
71608
71609
|
"position": "relative",
|
|
71609
71610
|
"display": "flex",
|
|
71610
71611
|
"flex": 1,
|
|
71611
|
-
"flexDirection": "column"
|
|
71612
|
-
"backgroundColor": "#FFFFFF"
|
|
71612
|
+
"flexDirection": "column"
|
|
71613
71613
|
},
|
|
71614
71614
|
"outsideWrapper": {
|
|
71615
71615
|
"flex": 1,
|
|
@@ -71746,7 +71746,6 @@ module.exports = {
|
|
|
71746
71746
|
},
|
|
71747
71747
|
"material-list": {
|
|
71748
71748
|
"width": "686",
|
|
71749
|
-
"backgroundColor": "#F6F7F9",
|
|
71750
71749
|
"marginBottom": "34",
|
|
71751
71750
|
"overflow": "hidden"
|
|
71752
71751
|
},
|
|
@@ -71843,7 +71842,6 @@ module.exports = {
|
|
|
71843
71842
|
"height": "88",
|
|
71844
71843
|
"marginRight": "28",
|
|
71845
71844
|
"borderRadius": 50,
|
|
71846
|
-
"backgroundColor": "#FFFFFF",
|
|
71847
71845
|
"textAlign": "center",
|
|
71848
71846
|
"display": "flex",
|
|
71849
71847
|
"justifyContent": "center",
|
|
@@ -71854,7 +71852,6 @@ module.exports = {
|
|
|
71854
71852
|
"height": "88",
|
|
71855
71853
|
"marginRight": "28",
|
|
71856
71854
|
"borderRadius": 50,
|
|
71857
|
-
"backgroundColor": "#FFFFFF",
|
|
71858
71855
|
"textAlign": "center",
|
|
71859
71856
|
"display": "flex",
|
|
71860
71857
|
"justifyContent": "center",
|
|
@@ -71930,6 +71927,11 @@ module.exports = {
|
|
|
71930
71927
|
"alignItems": "center",
|
|
71931
71928
|
"marginRight": "16"
|
|
71932
71929
|
},
|
|
71930
|
+
"btn-purhase-empty": {
|
|
71931
|
+
"width": "96",
|
|
71932
|
+
"height": "48",
|
|
71933
|
+
"marginRight": "16"
|
|
71934
|
+
},
|
|
71933
71935
|
"txt-purhase": {
|
|
71934
71936
|
"fontSize": "22",
|
|
71935
71937
|
"color": "#00A4F2",
|
|
@@ -71940,10 +71942,13 @@ module.exports = {
|
|
|
71940
71942
|
"height": "24",
|
|
71941
71943
|
"color": "#C7C7CC"
|
|
71942
71944
|
},
|
|
71945
|
+
"arrow-icon-empty": {
|
|
71946
|
+
"width": "24",
|
|
71947
|
+
"height": "24"
|
|
71948
|
+
},
|
|
71943
71949
|
"no-data": {
|
|
71944
71950
|
"width": "686",
|
|
71945
71951
|
"height": "1190",
|
|
71946
|
-
"backgroundColor": "#ffffff",
|
|
71947
71952
|
"borderRadius": "32",
|
|
71948
71953
|
"display": "flex",
|
|
71949
71954
|
"flexDirection": "column",
|
|
@@ -71979,7 +71984,6 @@ module.exports = {
|
|
|
71979
71984
|
"justifyContent": "center",
|
|
71980
71985
|
"alignItems": "center",
|
|
71981
71986
|
"position": "relative",
|
|
71982
|
-
"backgroundColor": "#F6F7F9",
|
|
71983
71987
|
"paddingTop": 0,
|
|
71984
71988
|
"paddingBottom": 0,
|
|
71985
71989
|
"marginRight": "32",
|
|
@@ -78861,14 +78865,15 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
78861
78865
|
class: ['txt-purhase', _vm.isScale && 'txt-purhase-isScale', _vm.isDiablo && 'txt-purhase-isDiablo']
|
|
78862
78866
|
}, [_vm._v("更换")]) : (it.btnType == 4) ? _c('text', {
|
|
78863
78867
|
class: ['txt-purhase', _vm.isScale && 'txt-purhase-isScale', _vm.isDiablo && 'txt-purhase-isDiablo']
|
|
78864
|
-
}, [_vm._v("清洗")]) : _vm._e()]) :
|
|
78868
|
+
}, [_vm._v("清洗")]) : _vm._e()]) : _c('div', {
|
|
78869
|
+
staticClass: ["btn-purhase-empty"]
|
|
78870
|
+
}), (it.remainingValueType != 5) ? _c('image', {
|
|
78865
78871
|
class: ['arrow-icon', _vm.isScale && 'arrow-icon-isScale', _vm.isDiablo && 'arrow-icon-isDiablo'],
|
|
78866
78872
|
attrs: {
|
|
78867
|
-
"resize": "stretch",
|
|
78868
78873
|
"src": _vm.arrowIcon
|
|
78869
78874
|
}
|
|
78870
78875
|
}) : _c('div', {
|
|
78871
|
-
class: ['arrow-icon', _vm.isScale && 'arrow-icon-isScale', _vm.isDiablo && 'arrow-icon-isDiablo']
|
|
78876
|
+
class: ['arrow-icon-empty', _vm.isScale && 'arrow-icon-isScale', _vm.isDiablo && 'arrow-icon-isDiablo']
|
|
78872
78877
|
})])])])]
|
|
78873
78878
|
], 2)
|
|
78874
78879
|
})] : _vm._e()], 2)]
|